Replace terminal theme with paperesque
This commit is contained in:
parent
242b00f28f
commit
df4428297a
|
@ -1,3 +0,0 @@
|
||||||
[submodule "themes/terminal"]
|
|
||||||
path = themes/terminal
|
|
||||||
url = https://github.com/panr/hugo-theme-terminal.git
|
|
28
config.toml
28
config.toml
|
@ -1,8 +1,9 @@
|
||||||
baseURL = "https://cedaei.com/"
|
baseURL = "https://cedaei.com/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Ceda EI's Blog"
|
title = "Ceda EI's Blog"
|
||||||
theme = "terminal"
|
theme = "paperesque"
|
||||||
paginate = 5
|
paginate = 5
|
||||||
|
pygmentsUseClasses = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# dir name of your blog content (default is `content/posts`)
|
# dir name of your blog content (default is `content/posts`)
|
||||||
|
@ -73,3 +74,28 @@ paginate = 5
|
||||||
identifier = "source"
|
identifier = "source"
|
||||||
name = "Source"
|
name = "Source"
|
||||||
url = "https://git.webionite.com/ceda_ei/cedaei.com"
|
url = "https://git.webionite.com/ceda_ei/cedaei.com"
|
||||||
|
|
||||||
|
# Paperesque {{{
|
||||||
|
|
||||||
|
[[params.menu]]
|
||||||
|
name = "Blog Posts"
|
||||||
|
url = "posts/"
|
||||||
|
|
||||||
|
[[params.menu]]
|
||||||
|
name = "Tags"
|
||||||
|
url = "tags/"
|
||||||
|
|
||||||
|
[[params.menu]]
|
||||||
|
name = "About"
|
||||||
|
url = "https://webionite.com/"
|
||||||
|
|
||||||
|
[[params.menu]]
|
||||||
|
name = "RSS"
|
||||||
|
url = "/index.xml"
|
||||||
|
|
||||||
|
[[params.menu]]
|
||||||
|
name = "Telegram Updates"
|
||||||
|
url = "https://t.me/cedaei"
|
||||||
|
# }}}
|
||||||
|
|
||||||
|
# vim: set foldmethod=marker foldlevelstart=0 foldlevel=0:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit e70a99243eb5a048e718fcc4fc1fb75dde386e8f
|
|
Loading…
Reference in New Issue