Update example site
This commit is contained in:
parent
967d8ae4e6
commit
2451347ebc
|
@ -5,15 +5,19 @@ DefaultContentLanguage = "en"
|
||||||
enableInlineShortcodes = true
|
enableInlineShortcodes = true
|
||||||
summarylength = 10
|
summarylength = 10
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
|
paginate = 5
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = ""
|
title = "Soho Theme"
|
||||||
|
description = "Example Blog"
|
||||||
# gravatar = "soho@example.com"
|
# gravatar = "soho@example.com"
|
||||||
|
images = ["images/profile.png"]
|
||||||
profilePicture = "images/profile.png"
|
profilePicture = "images/profile.png"
|
||||||
copyright = "Author Name"
|
copyright = "Author Name"
|
||||||
license = "CC BY-SA 4.0"
|
license = "CC BY-SA 4.0"
|
||||||
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
|
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
|
||||||
builtWith = true
|
builtWith = true
|
||||||
|
mainSections = ["post"]
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
icon = "fa-linkedin"
|
icon = "fa-linkedin"
|
||||||
|
@ -23,13 +27,18 @@ builtWith = true
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
icon = "fa-github"
|
icon = "fa-github"
|
||||||
title = "GitHub"
|
title = "GitHub"
|
||||||
url = "#"
|
url = "https://github.com/alexandrevicenzi/soho"
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
icon = "fa-twitter"
|
icon = "fa-twitter"
|
||||||
title = "Twitter"
|
title = "Twitter"
|
||||||
url = "#"
|
url = "#"
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
series = "series"
|
||||||
|
category = "categories"
|
||||||
|
tag = "tags"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
@ -38,12 +47,30 @@ builtWith = true
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
url = "/posts/"
|
url = "/posts/"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Categories"
|
||||||
|
weight = 200
|
||||||
|
identifier = "categories"
|
||||||
|
url = "/categories/"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Tags"
|
||||||
|
weight = 200
|
||||||
|
identifier = "tags"
|
||||||
|
url = "/tags/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "About"
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
weight = 300
|
weight = 10
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Contact"
|
||||||
|
identifier = "contact"
|
||||||
|
weight = 20
|
||||||
|
url = "/contact/"
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
|
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
+++
|
+++
|
||||||
|
title = "Soho Theme"
|
||||||
author = "Hugo Authors"
|
author = "Hugo Authors"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title = "About"
|
title = "About"
|
||||||
description = "Hugo, the world’s fastest framework for building websites"
|
description = "Hugo, the world’s fastest framework for building websites"
|
||||||
date = "2019-02-28"
|
date = "2019-02-28"
|
||||||
aliases = ["about-us","about-hugo","contact"]
|
aliases = ["about-us","about-hugo"]
|
||||||
author = "Hugo Authors"
|
author = "Hugo Authors"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
+++
|
||||||
|
title = "Contact"
|
||||||
|
date = "2020-02-01"
|
||||||
|
+++
|
||||||
|
|
||||||
|
Get in contact with us!
|
|
@ -44,4 +44,4 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{< /css.inline >}}
|
{{< /css.inline >}}
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "Hidden Page"
|
||||||
|
date = "2020-02-01"
|
||||||
|
description = "This page is hidden and should not be visible without knowing the URL."
|
||||||
|
tags = [
|
||||||
|
"privacy",
|
||||||
|
]
|
||||||
|
hidden = true
|
||||||
|
+++
|
||||||
|
|
||||||
|
This page is hidden and should not be visible without knowing the URL.
|
|
@ -0,0 +1,29 @@
|
||||||
|
+++
|
||||||
|
title = "Soho Theme"
|
||||||
|
date = "2020-05-01"
|
||||||
|
description = "About Soho Theme."
|
||||||
|
tags = [
|
||||||
|
"theme",
|
||||||
|
]
|
||||||
|
+++
|
||||||
|
|
||||||
|
[Soho](https://github.com/alexandrevicenzi/soho) is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde](https://github.com/spf13/hyde) and inspired by the success of [Flex](https://github.com/alexandrevicenzi/Flex).
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Mobile First
|
||||||
|
- Responsive
|
||||||
|
- Semantic
|
||||||
|
- SEO Best Practices
|
||||||
|
- Open Graph
|
||||||
|
- Rich Snippets (JSON-LD)
|
||||||
|
- Twitter Card
|
||||||
|
- Pagination
|
||||||
|
- Hidden Pages
|
||||||
|
- Customizable
|
||||||
|
- Support all [Hugo Internals](https://gohugo.io/templates/internal/)
|
||||||
|
|
||||||
|
## Integrations
|
||||||
|
|
||||||
|
- [Disqus](https://disqus.com/)
|
||||||
|
- [Google Analytics](https://www.google.com/analytics/web/)
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue