From df4428297a5ae5e0ebd2f3d3b8603e48ce94f6bb Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Fri, 9 Oct 2020 23:48:11 +0530 Subject: [PATCH] Replace terminal theme with paperesque --- .gitmodules | 3 --- config.toml | 28 +++++++++++++++++++++++++++- themes/terminal | 1 - 3 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules delete mode 160000 themes/terminal diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a6851ba..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/terminal"] - path = themes/terminal - url = https://github.com/panr/hugo-theme-terminal.git diff --git a/config.toml b/config.toml index f64f7e9..435a09d 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,9 @@ baseURL = "https://cedaei.com/" languageCode = "en-us" title = "Ceda EI's Blog" -theme = "terminal" +theme = "paperesque" paginate = 5 +pygmentsUseClasses = true [params] # dir name of your blog content (default is `content/posts`) @@ -73,3 +74,28 @@ paginate = 5 identifier = "source" name = "Source" 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: diff --git a/themes/terminal b/themes/terminal deleted file mode 160000 index e70a992..0000000 --- a/themes/terminal +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e70a99243eb5a048e718fcc4fc1fb75dde386e8f