diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 17:30:03 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 17:30:03 -0300 |
commit | 2ddbc2b056af0585b905606a2c6887d43f9c3b01 (patch) | |
tree | bfe1531d2cb9e5728c3d7038f2c086616efd539c /themes/hugo-bearblog/exampleSite/content/hugo.md | |
parent | 735b245871d94cb6ace8913cd1370b02b5aeb28b (diff) |
localize bearblog, update some UI
Diffstat (limited to 'themes/hugo-bearblog/exampleSite/content/hugo.md')
m--------- | themes/hugo-bearblog | 0 | ||||
-rw-r--r-- | themes/hugo-bearblog/exampleSite/content/hugo.md | 26 |
2 files changed, 26 insertions, 0 deletions
diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog deleted file mode 160000 -Subproject efc24bc5e95f0ccb88051e1a7d95e8a1404e953 diff --git a/themes/hugo-bearblog/exampleSite/content/hugo.md b/themes/hugo-bearblog/exampleSite/content/hugo.md new file mode 100644 index 0000000..6f6ce0d --- /dev/null +++ b/themes/hugo-bearblog/exampleSite/content/hugo.md @@ -0,0 +1,26 @@ ++++ +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). |