Skip to content

Commit bbda2ca

Browse files
committed
Linky
1 parent b2ad76c commit bbda2ca

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
git submodule update --init
2+
hugo server --disableFastRender --buildDrafts --buildFuture

config.toml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,24 @@ name = "Posts"
2525
url = "/posts/"
2626
# title will be shown when you hover on this menu link
2727
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 = ""
4446

4547
# Markup related configuration in Hugo
4648
[markup]

0 commit comments

Comments
 (0)