summaryrefslogtreecommitdiff
path: root/themes/pehtheme/exampleSite/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pehtheme/exampleSite/hugo.toml')
-rw-r--r--themes/pehtheme/exampleSite/hugo.toml46
1 files changed, 46 insertions, 0 deletions
diff --git a/themes/pehtheme/exampleSite/hugo.toml b/themes/pehtheme/exampleSite/hugo.toml
new file mode 100644
index 0000000..4fecd04
--- /dev/null
+++ b/themes/pehtheme/exampleSite/hugo.toml
@@ -0,0 +1,46 @@
+baseURL = 'https://pehtheme-hugo.netlify.app/'
+languageCode = 'en-us'
+title = 'Pehtheme'
+theme = 'pehtheme-hugo'
+
+paginate = '6' # <- Set the desired number of posts per page
+summaryLength = '20' # <- 20 words are approximately 160 characters
+googleAnalytics = 'G-MEASUREMENT_ID' # <- Your GA-4
+disqusShortname = 'your-disqus-shortname' # <- Get form here : https://disqus.com
+
+[params]
+ # Meta description, not exceeding 160 characters, used for the meta description within the HTML head
+ description = 'Pehtheme Hugo Lite: A minimalist Hugo theme, built with TailwindCSS, for efficient performance and minimalism.'
+ mainSections = 'posts'
+
+[author]
+ name = 'Anthony Arphan'
+ bio = 'Debitis assumenda esse dignissimos aperiam delectus maxime tenetur repudiandae dolore'
+ avatar = '/images/nasa-astronaut-unsplash.jpg'
+ twitter = 'https://twitter.com/insertapps'
+
+[menu] # Menu management
+ [[menu.main]]
+ name = 'Home'
+ pageRef = '/'
+ weight = 10
+ [[menu.main]]
+ name = 'About'
+ pageRef = '/about'
+ weight = 15
+ [[menu.main]]
+ name = 'Tags'
+ pageRef = '/tags'
+ weight = 20
+ [[menu.main]]
+ name = 'Taxonomy'
+ pageRef = '/tags/space/'
+ weight = 25
+
+[module]
+ [module.hugoVersion]
+ extended = false
+ min = "0.116.0"
+ [module.mounts] # Directing the static folder to assets.
+ source = 'assets'
+ target = 'static' \ No newline at end of file