@@ -2,75 +2,43 @@ 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'
15+ [services ]
16+ [services .googleAnalytics ]
17+ id = ' your-google-analytics-id'
2118
22- # Hugo Configure Markup
23- # More info: https://gohugo.io/getting-started/configuration-markup#
2419[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'
20+ [markup .highlight ]
21+ guessSyntax = true
22+ style = ' dracula'
23+ [markup .tableOfContents ]
24+ endLevel = 3
25+ ordered = false
26+ startLevel = 1
27+ [markup .goldmark ]
28+ [markup .goldmark .renderer ]
29+ unsafe = true
4030
4131[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
63-
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 = ' '
32+ [social ]
33+ github = ' https://github.com/ChainlessCoder'
34+ avatarLink = ' https://github.com/ChainlessCoder'
35+ author = ' Lum Ramabaja'
36+ description = ' My Blog'
37+ enableRSS = true
38+ enableComments = true
39+ enableGoogleAnalytics = true
40+ showToc = true
41+ customCSS = [" css/custom.css" ]
42+ showPowerBy = false
43+ math = true
44+ hiddenPostSummaryInHomePage = false
0 commit comments