Skip to content

Commit

Permalink
update config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
weru committed Nov 1, 2020
1 parent cff9825 commit c186a2b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
28 changes: 28 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
baseurl = "https://example.com/" # Include trailing slash
title = "Hugo Themes"
theme = "hugo-swift-theme"
# theme = "swift"
author = "Steve Francia"
copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved."
canonifyurls = true
Expand All @@ -11,6 +12,15 @@ pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true

[params]
[params.designer]
name = "Weru"
url = "https://www.linkedin.com/in/dan-weru-profile/"
[[params.authors]]
name = "yourName" # can be nickname # if fullName 👇🏻 isn't set, name will be displayed on author card
fullName = "Your Full Name" # optional. If set, it will display on author card
bio = "It's time to flex. Write a short or not-so-short summary about yourself."
photo = "myPhotoFile.jpg"
url = "https://myURLofChoice.domain"
# ga_analytics = "" # google analytics ID e.g UA-116386578-1

# ga_verify = "" # google verification code e.g 5jb-rxeBfITeJQKOuUss3ud6FPGTxXkCho-ZN5qlrZg
Expand All @@ -30,3 +40,21 @@ pygmentsCodefencesGuessSyntax = true
# [Params.staticman.reCaptcha]
# siteKey = "" # Use your own site key, you need to apply for one on Google
# secret = "" # ENCRYPT your password by going to https://<staticman-endpoint>/v3/encrypt/<your-site-secret>

[menu]
[[menu.main]]
name = "About"
url = "about/"
weight = 2
[[menu.main]]
name = "Development"
url = "categories/development/"
weight = 3
[[menu.main]]
name = "Golang"
url = "categories/golang/"
weight = 4
[[menu.main]]
name = "Go"
url = "tags/go/"
weight = 5
4 changes: 0 additions & 4 deletions exampleSite/data/authors.yml

This file was deleted.

2 changes: 0 additions & 2 deletions exampleSite/data/designer.yml

This file was deleted.

10 changes: 0 additions & 10 deletions exampleSite/data/menu.yml

This file was deleted.

0 comments on commit c186a2b

Please sign in to comment.