Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml25
1 files changed, 23 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ebf76cf..4ad9f3d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -6,6 +6,27 @@ theme = "hugo.386"
preserveTaxonomyNames = true
[params]
+ # The name to display as main title in the home page
mainpagetitle = "HUGO.386"
- mainpagesubtitle = "Welcome to the early 90s!"
- mainpagedesc = "This theme is the Hugo port of the BOOTSTRA.386 theme for a cool retro look on your blog." \ No newline at end of file
+
+ # The subtitle to display under the title in the home page
+ mainpagesubtitle = "Welcome to the early 90s!"
+
+ # The name to display as main title in the home page
+ mainpagedesc = "This theme is the Hugo port of the BOOTSTRA.386 theme for a cool retro look on your blog. Check the links below to access the posts."
+
+ # The name to display in the copyright section in the footer
+ copyrightname = "JM Fergeau"
+
+ # The url to use as link in the copyright name in the footer. Leave empty to use none.
+ copyrighturl = "http://jmf-portfolio.netlify.com"
+
+ # Show the "built on Hugo" disclaimer
+ showhugo = true
+
+ # Urls for social networks
+ facebook = "https://facebook.com"
+ twitter = "https://twitter.com"
+ linkedin = "https://linkedin.com"
+ github = "https://github.com"
+ gitlab = "https://gitlab.com" \ No newline at end of file