From 2451347ebcb0716252e9f2875dc3eed29cf98691 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 25 May 2020 22:56:14 +0200 Subject: Update example site --- exampleSite/content/_index.md | 1 + exampleSite/content/about.md | 2 +- exampleSite/content/contact.md | 6 ++++++ exampleSite/content/post/emoji-support.md | 2 +- exampleSite/content/post/hidden-page.md | 11 +++++++++++ exampleSite/content/post/soho.md | 29 +++++++++++++++++++++++++++++ 6 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 exampleSite/content/contact.md create mode 100644 exampleSite/content/post/hidden-page.md create mode 100644 exampleSite/content/post/soho.md (limited to 'exampleSite/content') diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 6abc75e..0b24229 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,4 +1,5 @@ +++ +title = "Soho Theme" author = "Hugo Authors" +++ diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index a412806..546c422 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -2,7 +2,7 @@ title = "About" description = "Hugo, the world’s fastest framework for building websites" date = "2019-02-28" -aliases = ["about-us","about-hugo","contact"] +aliases = ["about-us","about-hugo"] author = "Hugo Authors" +++ diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md new file mode 100644 index 0000000..ca40304 --- /dev/null +++ b/exampleSite/content/contact.md @@ -0,0 +1,6 @@ ++++ +title = "Contact" +date = "2020-02-01" ++++ + +Get in contact with us! 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 } } -{{< /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/) -- cgit v1.2.1