diff options
| author | elliot_ <112902069+akatiggerx04@users.noreply.github.com> | 2022-09-07 01:00:22 +0300 |
|---|---|---|
| committer | elliot_ <112902069+akatiggerx04@users.noreply.github.com> | 2022-09-07 01:00:22 +0300 |
| commit | cd01e380e0850490c54f2103c1311146cb4cfe4c (patch) | |
| tree | 65cd112151c4e64e67716d1e76047f1510c79676 /exampleSite/config.toml | |
| parent | 8ce57dd09293660fe8fd8d31c626049223522a17 (diff) | |
| download | graysx-kovok-cd01e380e0850490c54f2103c1311146cb4cfe4c.tar.gz | |
First Main Commit
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 |
