File tree 3 files changed +53
-0
lines changed
3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ .hugo_build.lock
2
+ public /
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ copyright = "© Athul"
6
6
pygmentsstyle = " monokai"
7
7
pygmentscodefences = true
8
8
pygmentscodefencesguesssyntax = true
9
+
9
10
[params ]
10
11
mode =" auto"
11
12
useCDN =false
Original file line number Diff line number Diff line change
1
+ baseURL = " https://example.com"
2
+ languageCode = " en-us"
3
+ title = " Archie"
4
+ theme =" archie"
5
+ copyright = " © Athul"
6
+ pygmentsstyle = " monokai"
7
+ pygmentscodefences = true
8
+ pygmentscodefencesguesssyntax = true
9
+
10
+ ignoreErrors = [' error-missing-instagram-accesstoken' ]
11
+
12
+ [params ]
13
+ mode =" auto"
14
+ useCDN =false
15
+ subtitle = " Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"
16
+
17
+ [[params .social ]]
18
+ name = " GitHub"
19
+ icon = " github"
20
+ url = " https://github.com/athul/archie"
21
+
22
+ [[params .social ]]
23
+ name = " Twitter"
24
+ icon = " twitter"
25
+ url = " https://twitter.com/athulcajay/"
26
+
27
+ [[params .social ]]
28
+ name = " GitLab"
29
+ icon = " gitlab"
30
+ url = " https://gitlab.com/athul/"
31
+
32
+ [[menu .main ]]
33
+ name = " Home"
34
+ url = " /"
35
+ weight = 1
36
+
37
+ [[menu .main ]]
38
+ name = " All posts"
39
+ url = " /posts"
40
+ weight = 2
41
+
42
+ [[menu .main ]]
43
+ name = " About"
44
+ url = " /about"
45
+ weight = 3
46
+
47
+ [[menu .main ]]
48
+ name = " Tags"
49
+ url = " /tags"
50
+ weight = 4
You can’t perform that action at this time.
0 commit comments