|
1 |
| -baseURL = 'https://alex.kagno.com/blog' |
| 1 | +baseURL = 'https://blog.alex.kagno.com' |
2 | 2 | languageCode = 'en-us'
|
3 | 3 | title = "Alex's Blog"
|
4 | 4 |
|
5 | 5 | [params]
|
6 |
| -# dir name of your main content (default is `content/posts`). |
7 |
| -# the list of set content will show up on your index page (baseurl). |
8 | 6 | contentTypeName = "posts"
|
9 |
| - |
10 |
| -# if you set this to 0, only submenu trigger will be visible |
11 | 7 | showMenuItems = 2
|
12 |
| - |
13 |
| -# show selector to switch language |
14 | 8 | showLanguageSelector = false
|
15 |
| - |
16 |
| -# set theme to full screen width |
17 | 9 | fullWidthTheme = true
|
18 |
| - |
19 |
| -# center theme with default width |
20 | 10 | centerTheme = true
|
21 |
| - |
22 |
| -# if your resource directory contains an image called `cover.(jpg|png|webp)`, |
23 |
| -# then the file will be used as a cover automatically. |
24 |
| -# With this option you don't have to put the `cover` param in a front-matter. |
25 | 11 | autoCover = true
|
26 |
| - |
27 |
| -# set post to show the last updated |
28 |
| -# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated |
29 | 12 | enableGitInfo = true
|
30 | 13 | showLastUpdated = false
|
31 | 14 |
|
32 |
| -# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author |
33 |
| -# updatedDatePrefix = "Updated" |
34 |
| - |
35 |
| -# whether to show a page's estimated reading time |
36 |
| -# readingTime = false # default |
37 |
| - |
38 |
| -# whether to show a table of contents |
39 |
| -# can be overridden in a page's front-matter |
40 |
| -# Toc = false # default |
41 |
| - |
42 |
| -# set title for the table of contents |
43 |
| -# can be overridden in a page's front-matter |
44 |
| -# TocTitle = "Table of Contents" # default |
45 |
| - |
46 | 15 | [pagination]
|
47 | 16 | pagerSize = 5
|
48 | 17 |
|
@@ -71,10 +40,6 @@ logoText = "A Piece of the Void"
|
71 | 40 | logoHomeLink = "/"
|
72 | 41 |
|
73 | 42 | [languages.en.menu]
|
74 |
| -# [[languages.en.menu.main]] |
75 |
| -# identifier = "about" |
76 |
| -# name = "About" |
77 |
| -# url = "/about" |
78 | 43 | [[languages.en.menu.main]]
|
79 | 44 | identifier = "resume"
|
80 | 45 | name = "Resume"
|
|
0 commit comments