summaryrefslogtreecommitdiff
path: root/exampleSite/content/post
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-05-25 22:56:14 +0200
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-05-25 22:56:14 +0200
commit2451347ebcb0716252e9f2875dc3eed29cf98691 (patch)
treebb110983e9ad55e46b71afae3eff0bdcfb22fd62 /exampleSite/content/post
parent967d8ae4e6fcd229bc3c76e012118b48a978f0dd (diff)
Update example site
Diffstat (limited to 'exampleSite/content/post')
-rw-r--r--exampleSite/content/post/emoji-support.md2
-rw-r--r--exampleSite/content/post/hidden-page.md11
-rw-r--r--exampleSite/content/post/soho.md29
3 files changed, 41 insertions, 1 deletions
diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md
index ecf6c86..23311d3 100644
--- a/exampleSite/content/post/emoji-support.md
+++ b/exampleSite/content/post/emoji-support.md
@@ -44,4 +44,4 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And
}
}
</style>
-{{< /css.inline >}} \ No newline at end of file
+{{< /css.inline >}}
diff --git a/exampleSite/content/post/hidden-page.md b/exampleSite/content/post/hidden-page.md
new file mode 100644
index 0000000..e349ce8
--- /dev/null
+++ b/exampleSite/content/post/hidden-page.md
@@ -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.
diff --git a/exampleSite/content/post/soho.md b/exampleSite/content/post/soho.md
new file mode 100644
index 0000000..5819f9b
--- /dev/null
+++ b/exampleSite/content/post/soho.md
@@ -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/)