diff options
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml new file mode 100644 index 0000000..23ba0fc --- /dev/null +++ b/exampleSite/config.toml @@ -0,0 +1,48 @@ +baseURL = 'http://example.org/' +languageCode = 'en-us' +theme = 'graysx' +title = 'Example Graysx Site' + +## Site Settings +[params] +logo = "assets/img/logo.webp" +favicon = "assets/favicon.png" + +# Info +address = "123 Arch B1W, GNU/Linux" +email = "hello@graysx.com" +phone = "123456" + +# Socials + +twitter = "#" +facebook = "#" +github = "https://github.com/akatiggerx04/graysx-hugo" + +# Other + +# Startbootstrap Contact Form Token https://startbootstrap.com/solution/contact-forms +sbtoken = "TOKEN_HERE" + +## Menu Items +[menu] + [[menu.main]] + name = "About" + URL = "#about" + weight = 1 + + [[menu.main]] + name = "Projects" + URL = "#projects" + weight = 2 + + [[menu.main]] + name = "Contact" + URL = "#signup" + weight = 3 + + +# Credits + +# This theme is forked from: https://github.com/startbootstrap/startbootstrap-grayscale +# This theme is forked by: https://github.com/akatiggerx04
\ No newline at end of file |
