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

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]