Link to posts instead of deprecated blog

This commit is contained in:
Anthony Wang 2021-10-13 22:08:46 -05:00
parent 74ad1fc7e6
commit 265e9a08c8
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 5 additions and 8 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "blog"]
path = blog
url = ../blog.git
[submodule "themes/gokarna"] [submodule "themes/gokarna"]
path = themes/gokarna path = themes/gokarna
url = https://github.com/526avijitgupta/gokarna.git url = https://github.com/526avijitgupta/gokarna.git

View file

@ -5,16 +5,16 @@ theme = 'gokarna'
[menu] [menu]
[[menu.main]] [[menu.main]]
identifier = 'blog' identifier = 'posts'
name = 'Blog' name = 'Posts'
url = '/blog/' url = '/posts/'
pre = '<span data-feather="book"></span>' pre = '<span data-feather="message-circle"></span>'
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
identifier = 'projects' identifier = 'projects'
name = 'Projects' name = 'Projects'
url = '/projects/' url = '/projects/'
pre = '<span data-feather="folder"></span>' pre = '<span data-feather="package"></span>'
weight = 2 weight = 2
[[menu.main]] [[menu.main]]
identifier = 'fun' identifier = 'fun'