@@ -2,75 +2,40 @@ baseURL = 'https://lumramabaja.com/'
22languageCode = ' en-us'
33title = ' Lum Ramabaja'
44theme = ' mini'
5- publishDir = ' docs'
6-
7- # Default content language, support en (English) / zh (Chinese) / nl (Dutch) / fr (French) / es (Spanish), default 'en'
5+ publishDir = ' public'
86defaultContentLanguage = ' en'
9-
10- # !!! exampleSite only, you may need to delete the line: `themesDir: ../../`
11- # themesDir: ../../
12-
137hasCJKLanguage = true
8+ [pagination ]
9+ pagerSize = 4
10+ disqusShortname = ' Lum Ramabaja'
11+
1412[permalinks ]
1513 posts = ' /posts/:title/'
1614
17- paginate = 4
18-
19- # googleAnalytics: your-google-analytics-id
20- disqusShortname = ' Lum Ramabaja'
21-
22- # Hugo Configure Markup
23- # More info: https://gohugo.io/getting-started/configuration-markup#
2415[markup ]
25- [markup .highlight ]
26- guessSyntax = true
27- style = ' dracula'
28- [markup .tableOfContents ]
29- endLevel = 3
30- ordered = false
31- startLevel = 1
32- # needed to render raw HTML (e.g. <sub>, <sup>, <kbd>, <mark>)
33- [markup .goldmark ]
34- [markup .goldmark .renderer ]
35- unsafe = true
36-
37-
38- [social ]
39- github = ' https://github.com/ChainlessCoder'
16+ [markup .highlight ]
17+ guessSyntax = true
18+ style = ' dracula'
19+ [markup .tableOfContents ]
20+ endLevel = 3
21+ ordered = false
22+ startLevel = 1
23+ [markup .goldmark ]
24+ [markup .goldmark .renderer ]
25+ unsafe = true
4026
4127[params ]
42- avatarLink = ' https://github.com/ChainlessCoder'
43-
44- author = ' Lum Ramabaja'
45-
46- # Author biography
47- # bio = 'Lum Ramabaja'
48-
49- # Site Description, used in HTML meat
50- description = ' My Blog'
51-
52- # To enable RSS, you could set `enableRSS: true`, default is `true`
53- enableRSS = true
54-
55- # To enable comments, you may need to set `disqusShortname`
56- enableComments = true
57-
58- # To enable comments, you may need to set `googleAnalytics`
59- enableGoogleAnalytics = true
60-
61- # To enable table of content, you could set `showToc: true`, default is `false`
62- showToc = true
6328
64- customCSS = [ " css/custom.css " ]
65-
66- # To hidden powerBy message in the page footer, you could set: `showPowerBy: false`, default is `true`
67- showPowerBy = false
68-
69- # To enable math typesetting , you could set `math: true`, default is `false`
70- math = true
71-
72- # To hidden post summary in home page, you could set `hiddenPostSummaryInHomePage: true`, default is ` false`
73- hiddenPostSummaryInHomePage = false
74-
75- # Website copy write, default: '© Copyright 2021 ❤️ {params.author}'
76- copyright = ' '
29+ avatarLink = ' https://github.com/ChainlessCoder '
30+ author = ' Lum Ramabaja '
31+ description = ' My Blog '
32+ enableRSS = true
33+ enableComments = true
34+ enableGoogleAnalytics = true
35+ showToc = true
36+ customCSS = [ " css/custom.css " ]
37+ showPowerBy = false
38+ math = true
39+ hiddenPostSummaryInHomePage = false
40+ [ social ]
41+ github = ' https://github.com/ChainlessCoder '
0 commit comments