diff --git a/content/about.md b/content/about.md index dccf1d7..84cd33b 100644 --- a/content/about.md +++ b/content/about.md @@ -3,18 +3,18 @@ title = "About" description = "Hugo, the world’s fastest framework for building websites" date = "2019-02-28" aliases = ["about-us","about-hugo","contact"] -author = "Hugo Authors" +author = "Anubhav Gain" +++ 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 +- 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. @@ -23,5 +23,3 @@ Hugo is for people who want to hand code their own website without worrying abou Websites built with Hugo are extremelly fast, 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). - - diff --git a/content/post/_index.md b/content/post/_index.md index 7c6bd54..37d716a 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -1,6 +1,6 @@ +++ aliases = ["posts","articles","blog","showcase","docs"] title = "Posts" -author = "Hugo Authors" +author = "Anubhav Gain" tags = ["index"] +++ diff --git a/content/post/emoji-support.md b/content/post/emoji-support.md index ecf6c86..9bbe006 100644 --- a/content/post/emoji-support.md +++ b/content/post/emoji-support.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +author = "Anubhav Gain" title = "Emoji Support" date = "2019-03-05" description = "Guide to emoji usage in Hugo" @@ -8,19 +8,20 @@ tags = [ ] +++ -Emoji can be enabled in a Hugo project in a number of ways. +Emoji can be enabled in a Hugo project in a number of ways. + -The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). -To enable emoji globally, set `enableEmoji` to `true` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g. +The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). +To enable emoji globally, set `enableEmoji` to `true` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
🙈 :see_no_evil:
🙉 :hear_no_evil:
🙊 :speak_no_evil: