From 78f6dacfce619384d6b21c454898a22e354c11d1 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Wed, 22 Jul 2020 14:31:35 +0530 Subject: [PATCH] update hugoBasicExample according to hugo-PaperMod --- .gitignore | 1 - .gitmodules | 3 +++ config.toml | 3 ++- themes/hugo-PaperMod | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 themes/hugo-PaperMod diff --git a/.gitignore b/.gitignore index ca4d540a..5bdfcdf1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,4 @@ _testmain.go *.test /public -/themes .DS_Store diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a100308a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-PaperMod"] + path = themes/hugo-PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/config.toml b/config.toml index 2f4a9e86..91a752c4 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://gohugo.io" +baseURL = "https://adityatelange.github.io/hugo-PaperMod/" title = "Hugo Themes" author = "Steve Francia" copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved." @@ -6,6 +6,7 @@ paginate = 3 languageCode = "en" DefaultContentLanguage = "en" enableInlineShortcodes = true +theme = "hugo-PaperMod" [menu] diff --git a/themes/hugo-PaperMod b/themes/hugo-PaperMod new file mode 160000 index 00000000..e230bd3b --- /dev/null +++ b/themes/hugo-PaperMod @@ -0,0 +1 @@ +Subproject commit e230bd3b44fedc995c3ef4a4ad3bb335e35fe715