From 0b62ec0eee11f18be5f856ba1e88dc4bd22a25ee Mon Sep 17 00:00:00 2001 From: mranv Date: Fri, 21 Jun 2024 01:33:28 +0530 Subject: [PATCH] chore: Update author names in content files to "Anubhav Gain" --- content/about.md | 14 +++++------ content/post/_index.md | 2 +- content/post/emoji-support.md | 15 +++++++----- content/post/markdown-syntax.md | 38 +++++++++++++++++------------ content/post/math-typesetting.mmark | 2 +- content/post/placeholder-text.md | 6 +++-- content/post/rich-content.md | 2 +- hugo.toml | 2 +- 8 files changed, 46 insertions(+), 35 deletions(-) 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:


The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. -*** +--- **N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g. @@ -31,6 +32,7 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And {{< /highlight >}} {{< css.inline >}} + -{{< /css.inline >}} \ No newline at end of file + +{{< /css.inline >}} diff --git a/content/post/markdown-syntax.md b/content/post/markdown-syntax.md index e5dedc7..c7939d3 100644 --- a/content/post/markdown-syntax.md +++ b/content/post/markdown-syntax.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +author = "Anubhav Gain" title = "Markdown Syntax Guide" date = "2019-03-11" description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements." @@ -18,6 +18,7 @@ aliases = ["migrate-from-jekyl"] +++ This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. + ## Headings @@ -25,10 +26,15 @@ This article offers a sample of basic Markdown syntax that can be used in Hugo c The following HTML `

`—`

` elements represent six levels of section headings. `

` is the highest section level while `

` is the lowest. # H1 + ## H2 + ### H3 + #### H4 + ##### H5 + ###### H6 ## Paragraph @@ -44,30 +50,29 @@ The blockquote element represents content that is quoted from another source, op #### Blockquote without attribution > Tiam, ad mint andaepu dandae nostion secatur sequo quae. -> **Note** that you can use *Markdown syntax* within a blockquote. +> **Note** that you can use _Markdown syntax_ within a blockquote. #### Blockquote with attribution > Don't communicate by sharing memory, share memory by communicating.

> — Rob Pike[^1] - [^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015. ## Tables Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the-box. - Name | Age ---------|------ - Bob | 27 - Alice | 23 +| Name | Age | +| ----- | --- | +| Bob | 27 | +| Alice | 23 | #### Inline Markdown within tables -| Inline    | Markdown    | In    | Table | -| ---------- | --------- | ----------------- | ---------- | -| *italics* | **bold** | ~~strikethrough~~    | `code` | +| Inline    | Markdown    | In    | Table | +| ------------------------ | -------------------------- | ----------------------------------- | ------ | +| _italics_ | **bold** | ~~strikethrough~~    | `code` | ## Code Blocks @@ -86,6 +91,7 @@ html ``` + #### Code block indented with four spaces @@ -100,7 +106,9 @@ html #### Code block with Hugo's internal highlight shortcode + {{< highlight html >}} + @@ -123,13 +131,14 @@ html #### Unordered List -* List item -* Another item -* And another item +- List item +- Another item +- And another item #### Nested list -* Item +- Item + 1. First Sub-item 2. Second Sub-item @@ -144,4 +153,3 @@ Xn + Yn = Zn Press CTRL+ALT+Delete to end the session. Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. - diff --git a/content/post/math-typesetting.mmark b/content/post/math-typesetting.mmark index 7f421ae..42c701f 100644 --- a/content/post/math-typesetting.mmark +++ b/content/post/math-typesetting.mmark @@ -1,5 +1,5 @@ --- -author: Hugo Authors +author: Anubhav Gain title: Math Typesetting date: 2019-03-08 description: A brief guide to setup KaTeX diff --git a/content/post/placeholder-text.md b/content/post/placeholder-text.md index 378b995..3002fc3 100644 --- a/content/post/placeholder-text.md +++ b/content/post/placeholder-text.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +author = "Anubhav Gain" title = "Placeholder Text" date = "2019-03-09" description = "Lorem Ipsum Dolor Si Amet" @@ -48,11 +48,13 @@ Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et. -Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem +Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, _oculos nomen_ non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides **parte**. {{< css.inline >}} + + {{< /css.inline >}} diff --git a/content/post/rich-content.md b/content/post/rich-content.md index ff8363b..16097ba 100644 --- a/content/post/rich-content.md +++ b/content/post/rich-content.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +author = "Anubhav Gain" title = "Rich Content" date = "2019-03-10" description = "A brief description of Hugo Shortcodes" diff --git a/hugo.toml b/hugo.toml index eda3443..546885c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -13,7 +13,7 @@ preserveTaxonomyNames = true mainpagesubtitle = "Welcome to the early 90s!" # The description of your website. It will be displayed in the home page - mainpagedesc = "This theme is the Hugo port of the BOOTSTRA.386 theme for a cool retro look on your blog. Check the links below to access the posts." + mainpagedesc = "A blog theme inspired by the Windows 95 operating system." # The name to display in the copyright section in the footer copyrightname = "Anubhav Gain"