added theme directly
This commit is contained in:
parent
4f54f05a5d
commit
13da00e549
36 changed files with 3502 additions and 0 deletions
23
themes/Bleach/exampleSite/config.toml
Normal file
23
themes/Bleach/exampleSite/config.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
baseURL = "https://example.com"
|
||||
languageCode = "en-us"
|
||||
defaultContentLanguage = "en"
|
||||
title = "Bleach Example"
|
||||
theme = "Bleach"
|
||||
|
||||
[params]
|
||||
description = "A simple and lightweight Hugo theme for a blazing fast static blog!"
|
||||
author = "Your Name"
|
||||
logo = "images/logo.jpg"
|
||||
dateFormat = "Jan 2, 2006"
|
||||
googleAnalitycsID = "Your ID"
|
||||
|
||||
[params.footer]
|
||||
impressum = false
|
||||
company = "example Inc."
|
||||
|
||||
[params.social]
|
||||
facebook = "https://facebooke.com"
|
||||
twitter = "https://twitter.com"
|
||||
instagram = "https://instagram.com"
|
||||
# github = "https://github.com"
|
||||
# linkedin = "https://linkedin.com"
|
||||
Loading…
Add table
Add a link
Reference in a new issue