update hugoBasicExample according to hugo-PaperMod

This commit is contained in:
Aditya Telange 2020-07-22 14:31:35 +05:30
parent e4440a1848
commit 78f6dacfce
4 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -23,5 +23,4 @@ _testmain.go
*.test
/public
/themes
.DS_Store

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hugo-PaperMod"]
path = themes/hugo-PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git

View File

@ -1,4 +1,4 @@
baseURL = "https://gohugo.io"
baseURL = "https://adityatelange.github.io/hugo-PaperMod/"
title = "Hugo Themes"
author = "Steve Francia"
copyright = "Copyright © 20082019, 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]

1
themes/hugo-PaperMod Submodule

@ -0,0 +1 @@
Subproject commit e230bd3b44fedc995c3ef4a4ad3bb335e35fe715