-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
42 lines (37 loc) · 965 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
baseURL = "https://aca-cse-iitk.github.io"
title = "ACA"
author = "Jaskirat Singh"
paginate = 3
theme = "BluestNight"
contentdir = "content"
layoutdir = "layouts"
publishdir = "docs"
canonifyurls = true
[outputs]
home = ["HTML", "CSS", "JSON", "RSS"]
[Params]
tagline = "Association of Computing Activities"
description = "Association of Computing activities" # Description of your site
authorbox = true
author = "ACA"
post_navigation = true
alert = "SUMMER SCHOOL registration: link -------> https://summerschool.cse.iitk.ac.in/index.php"
favicon = "/favicon.jpg"
[Params.widgets]
search = false
recent_articles = true
categories = true
tags = true
drafts = true
tags_counter = false
[menu]
[[menu.main]]
name = "Home"
weight = 1
url = "/"
[[menu.main]]
name = "Projects"
weight = 3
url = "/projects"
[Params.social]
facebook = "aca.cse.iitk"