Commit | Line | Data |
---|---|---|
caf3b78c AB |
1 | baseurl = "https://aminb.org" |
2 | title = "Amin Bandali" | |
3 | author = "Amin Bandali" | |
84cb3367 | 4 | theme = ["hugo-micro-json", "divine"] |
caf3b78c AB |
5 | |
6 | enableEmoji = true | |
7 | enableGitInfo = true | |
8 | ||
9 | disableFastRender = true # Hugo 0.30 | |
10 | ||
11 | pygmentsCodeFences = true # This applies to Chroma too. | |
12 | pygmentsUseClasses = true # This applies to Chroma too. | |
13 | ||
14 | [Author] | |
15 | name = "Amin Bandali" | |
16 | ||
17 | [Social] | |
18 | github = "aminb" | |
19 | ||
ae39b0da AB |
20 | [permalinks] |
21 | post = "/:filename/" | |
22 | ||
caf3b78c AB |
23 | [Params] |
24 | disable_debug = true | |
25 | description = """\ | |
26 | Amin Bandali is a graduate student in the WatForm \ | |
27 | group at UWaterloo. He is also the co-host of the \ | |
28 | Emacs.el podcast and loves functional programming.\ | |
29 | """ | |
84421557 AB |
30 | favicons = true |
31 | ||
ba696547 AB |
32 | [Params.gnu_inside] |
33 | enabled = true | |
34 | url = "https://www.gnu.org" | |
35 | ||
caf3b78c | 36 | [Params.source] |
a37e0b62 | 37 | url = "https://git.aminb.org/aminb.org" |
caf3b78c AB |
38 | md_dir = "content" |
39 | org_dir = "content-org" | |
84cb3367 AB |
40 | |
41 | [outputs] | |
42 | # <domain>/micro.json | |
43 | home = ["HTML", "RSS", "Micro"] # default = ["HTML", "RSS"] |