summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/exampleSite/content/about.md
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
commit98a21b966410c127e74b16e7a2817882ee16560f (patch)
treeee646c86e3d3f0fa1cd952294d49feeeb700d60f /themes/hugo-coder/exampleSite/content/about.md
parente6eec31b71ab728f6610f4e764b2e206fb95f940 (diff)
convert theme from submodule to regular files
Diffstat (limited to 'themes/hugo-coder/exampleSite/content/about.md')
m---------themes/hugo-coder0
-rw-r--r--themes/hugo-coder/exampleSite/content/about.md25
2 files changed, 25 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder
deleted file mode 160000
Subproject 55b2a150f990bc56364dba347bc9acc6aab07be
diff --git a/themes/hugo-coder/exampleSite/content/about.md b/themes/hugo-coder/exampleSite/content/about.md
new file mode 100644
index 0000000..b31bf1d
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/about.md
@@ -0,0 +1,25 @@
1+++
2title = "About"
3description = "Hugo, the world's fastest framework for building websites"
4date = "2019-02-28"
5aliases = ["about-us", "about-hugo", "contact"]
6author = "Hugo Authors"
7+++
8
9Written 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.
10
11Hugo makes use of a variety of open source projects including:
12
13* https://github.com/yuin/goldmark
14* https://github.com/alecthomas/chroma
15* https://github.com/muesli/smartcrop
16* https://github.com/spf13/cobra
17* https://github.com/spf13/viper
18
19Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
20
21Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
22
23Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
24
25Learn more and contribute on [GitHub](https://github.com/gohugoio).