diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-26 00:30:09 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-26 00:30:09 -0500 |
commit | 8555cf72dec9321fa010296ce6988cf7b7cf602b (patch) | |
tree | 006ad83008cc8e08524631ebb4b638bfbfa490fd /themes/hugo-coder/exampleSite/content/about.md | |
parent | 2e1cd1a569ea516be6bfdc681411cae51632a290 (diff) |
convert theme from submodule to regular files
Diffstat (limited to 'themes/hugo-coder/exampleSite/content/about.md')
m--------- | themes/hugo-coder | 0 | ||||
-rw-r--r-- | themes/hugo-coder/exampleSite/content/about.md | 25 |
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 | +++ | ||
2 | title = "About" | ||
3 | description = "Hugo, the world's fastest framework for building websites" | ||
4 | date = "2019-02-28" | ||
5 | aliases = ["about-us", "about-hugo", "contact"] | ||
6 | author = "Hugo Authors" | ||
7 | +++ | ||
8 | |||
9 | 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. | ||
10 | |||
11 | Hugo 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 | |||
19 | Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages. | ||
20 | |||
21 | Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. | ||
22 | |||
23 | Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider. | ||
24 | |||
25 | Learn more and contribute on [GitHub](https://github.com/gohugoio). | ||