aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 16:56:09 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 16:56:09 -0300
commit2ba59f18db6d5767653e3cad20d9a28da5f9aa79 (patch)
treef3cf1e0f5f519f6a9524c47c165167998ec4fbfb /exampleSite/content
parent3ec95503252645b87c625df10a8ac44d04563166 (diff)
downloadhugo-bearcub-2ba59f18db6d5767653e3cad20d9a28da5f9aa79.tar.gz
hugo-bearcub-2ba59f18db6d5767653e3cad20d9a28da5f9aa79.tar.bz2
Reproduce lente.dev setup
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/bear.md18
-rw-r--r--exampleSite/content/blog/_index.md3
-rw-r--r--exampleSite/content/hugo.md26
3 files changed, 0 insertions, 47 deletions
diff --git a/exampleSite/content/bear.md b/exampleSite/content/bear.md
deleted file mode 100644
index a25a2dc..0000000
--- a/exampleSite/content/bear.md
+++ /dev/null
@@ -1,18 +0,0 @@
-+++
-title = "Bear"
-menu = "main"
-+++
-
-# Bear
-
-Website: https://bearblog.dev
-
-There is a website obesity crisis. Bloated websites are full of scripts, ads, and trackers slowing your readers down every time they try to read your well-crafted content.
-
-Bear is all you need to build a fantastic and optimized site or blog. It works perfectly on **any** viewing device. All you need to focus on is writing good content.
-
-Bear makes it simple to publish content online and grow an audience while keeping pages tiny, fast, and **optimized for search engines.**
-
-Each page is ~5kb.
-
-Learn more and contribute on [GitHub](https://github.com/HermanMartinus/bearblog).
diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md
deleted file mode 100644
index 34651ab..0000000
--- a/exampleSite/content/blog/_index.md
+++ /dev/null
@@ -1,3 +0,0 @@
-+++
-title = "Blog"
-+++
diff --git a/exampleSite/content/hugo.md b/exampleSite/content/hugo.md
deleted file mode 100644
index 6f6ce0d..0000000
--- a/exampleSite/content/hugo.md
+++ /dev/null
@@ -1,26 +0,0 @@
-+++
-title = "Hugo"
-menu = "main"
-+++
-
-# Hugo
-
-Website: https://gohugo.io
-
-Written in Go, Hugo is an open-source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML, and JSON data file types, Markdown and HTML content files, and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification, and support for Sass SCSS workflows.
-
-Hugo makes use of a variety of open source projects including:
-
-* https://github.com/yuin/goldmark
-* https://github.com/alecthomas/chroma
-* https://github.com/muesli/smartcrop
-* https://github.com/spf13/cobra
-* https://github.com/spf13/viper
-
-Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single-page applications, or even a website with thousands of pages.
-
-Hugo is for people who want to hand-code their own website without worrying about setting up complicated runtimes, dependencies, and databases.
-
-Websites built with Hugo are swift, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify, and any other hosting provider.
-
-Learn more and contribute on [GitHub](https://github.com/gohugoio).