File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change
1
+ git submodule update --init
2
+ hugo server --disableFastRender --buildDrafts --buildFuture
Original file line number Diff line number Diff line change @@ -25,22 +25,24 @@ name = "Posts"
25
25
url = " /posts/"
26
26
# title will be shown when you hover on this menu link
27
27
title = " "
28
- # [[menu.main]]
29
- # weight = 2
30
- # identifier = "tags"
31
- # pre = ""
32
- # post = ""
33
- # name = "Tags"
34
- # url = "/tags/"
35
- # title = ""
36
- # [[menu.main]]
37
- # weight = 3
38
- # identifier = "categories"
39
- # pre = ""
40
- # post = ""
41
- # name = "Categories"
42
- # url = "/categories/"
43
- # title = ""
28
+
29
+ [[menu .main ]]
30
+ weight = 2
31
+ identifier = " twoproblems"
32
+ pre = " "
33
+ post = " "
34
+ name = " TwoProblems.dev"
35
+ url = " https://twoproblems.dev/"
36
+ title = " "
37
+
38
+ [[menu .main ]]
39
+ weight = 3
40
+ identifier = " github"
41
+ pre = " <i class='fab fa-github fa-fw' aria-hidden='true'></i>"
42
+ post = " "
43
+ name = " "
44
+ url = " https://github.com/phillc"
45
+ title = " "
44
46
45
47
# Markup related configuration in Hugo
46
48
[markup ]
You can’t perform that action at this time.
0 commit comments