diff --git a/exampleSiteMultilingual/.gitignore b/exampleSiteMultilingual/.gitignore deleted file mode 100644 index df410c6..0000000 --- a/exampleSiteMultilingual/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -.hugo_build.lock -public/ -resources/ \ No newline at end of file diff --git a/exampleSiteMultilingual/content/_index.md b/exampleSiteMultilingual/content/_index.md deleted file mode 100644 index 6abc75e..0000000 --- a/exampleSiteMultilingual/content/_index.md +++ /dev/null @@ -1,4 +0,0 @@ -+++ -author = "Hugo Authors" -+++ - diff --git a/exampleSiteMultilingual/content/_index.pl.md b/exampleSiteMultilingual/content/_index.pl.md deleted file mode 100644 index e69de29..0000000 diff --git a/exampleSiteMultilingual/content/_index.zh.md b/exampleSiteMultilingual/content/_index.zh.md deleted file mode 100644 index e69de29..0000000 diff --git a/exampleSiteMultilingual/content/about-subpage.md b/exampleSiteMultilingual/content/about-subpage.md deleted file mode 100644 index 413f0ea..0000000 --- a/exampleSiteMultilingual/content/about-subpage.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "About Subpage" -description: "About Subpage" -date: "2019-02-28" -author: "Hugo Authors" -slug: /about/subpage -menu: - subpage: - identifier: about-subpage-s - parent: about - name: About Subpage - title: About Subpage - url: /about/subpage/ - weight: 1 - subpage2: - identifier: about-subpage2-s - parent: about - name: Second About Subpage - title: Second About Subpage - url: /about/subpage2/ - weight: 10 ---- - -About subpage diff --git a/exampleSiteMultilingual/content/about-subpage.pl.md b/exampleSiteMultilingual/content/about-subpage.pl.md deleted file mode 100644 index 413f0ea..0000000 --- a/exampleSiteMultilingual/content/about-subpage.pl.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "About Subpage" -description: "About Subpage" -date: "2019-02-28" -author: "Hugo Authors" -slug: /about/subpage -menu: - subpage: - identifier: about-subpage-s - parent: about - name: About Subpage - title: About Subpage - url: /about/subpage/ - weight: 1 - subpage2: - identifier: about-subpage2-s - parent: about - name: Second About Subpage - title: Second About Subpage - url: /about/subpage2/ - weight: 10 ---- - -About subpage diff --git a/exampleSiteMultilingual/content/about-subpage2.md b/exampleSiteMultilingual/content/about-subpage2.md deleted file mode 100644 index 372dced..0000000 --- a/exampleSiteMultilingual/content/about-subpage2.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Second About Subpage" -description: "Second About Subpage" -date: "2019-02-28" -author: "Hugo Authors" -slug: /about/subpage2 -menu: - subpage: - identifier: about-subpage-s2 - parent: about - name: About Subpage - title: About Subpage - url: /about/subpage/ - weight: 1 - subpage2: - identifier: about-subpage2-s2 - parent: about - name: Second About Subpage - title: Second About Subpage - url: /about/subpage2/ - weight: 10 ---- - -Second About subpage diff --git a/exampleSiteMultilingual/content/about-subpage2.pl.md b/exampleSiteMultilingual/content/about-subpage2.pl.md deleted file mode 100644 index 372dced..0000000 --- a/exampleSiteMultilingual/content/about-subpage2.pl.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Second About Subpage" -description: "Second About Subpage" -date: "2019-02-28" -author: "Hugo Authors" -slug: /about/subpage2 -menu: - subpage: - identifier: about-subpage-s2 - parent: about - name: About Subpage - title: About Subpage - url: /about/subpage/ - weight: 1 - subpage2: - identifier: about-subpage2-s2 - parent: about - name: Second About Subpage - title: Second About Subpage - url: /about/subpage2/ - weight: 10 ---- - -Second About subpage diff --git a/exampleSiteMultilingual/content/about.md b/exampleSiteMultilingual/content/about.md deleted file mode 100644 index 438c830..0000000 --- a/exampleSiteMultilingual/content/about.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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" -menu: - subpage: - identifier: about-subpage - parent: about - name: About Subpage - title: About Subpage - url: /about/subpage/ - weight: 1 - subpage2: - identifier: about-subpage2 - parent: about - name: Second About Subpage - title: Second About Subpage - url: /about/subpage2/ - weight: 10 ---- - -Written in Go, Hugo is an open source static site generator available under the [Apache License 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 extremely 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/exampleSiteMultilingual/content/about.pl.md b/exampleSiteMultilingual/content/about.pl.md deleted file mode 100644 index 438c830..0000000 --- a/exampleSiteMultilingual/content/about.pl.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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" -menu: - subpage: - identifier: about-subpage - parent: about - name: About Subpage - title: About Subpage - url: /about/subpage/ - weight: 1 - subpage2: - identifier: about-subpage2 - parent: about - name: Second About Subpage - title: Second About Subpage - url: /about/subpage2/ - weight: 10 ---- - -Written in Go, Hugo is an open source static site generator available under the [Apache License 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 extremely 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/exampleSiteMultilingual/content/about.zh.md b/exampleSiteMultilingual/content/about.zh.md deleted file mode 100644 index 438c830..0000000 --- a/exampleSiteMultilingual/content/about.zh.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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" -menu: - subpage: - identifier: about-subpage - parent: about - name: About Subpage - title: About Subpage - url: /about/subpage/ - weight: 1 - subpage2: - identifier: about-subpage2 - parent: about - name: Second About Subpage - title: Second About Subpage - url: /about/subpage2/ - weight: 10 ---- - -Written in Go, Hugo is an open source static site generator available under the [Apache License 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 extremely 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/exampleSiteMultilingual/content/archives.md b/exampleSiteMultilingual/content/archives.md deleted file mode 100644 index 98a1ee9..0000000 --- a/exampleSiteMultilingual/content/archives.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -date: 2019-05-28 -type: section -layout: "archives" ---- \ No newline at end of file diff --git a/exampleSiteMultilingual/content/homepage/about.md b/exampleSiteMultilingual/content/homepage/about.md deleted file mode 100644 index c2ba680..0000000 --- a/exampleSiteMultilingual/content/homepage/about.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'Our Difference' -button: 'About us' -weight: 2 ---- - -Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. ipsum dolor sit amet, et essent mediocritatem quo, \ No newline at end of file diff --git a/exampleSiteMultilingual/content/homepage/index.md b/exampleSiteMultilingual/content/homepage/index.md deleted file mode 100644 index 01ffa31..0000000 --- a/exampleSiteMultilingual/content/homepage/index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -headless : true ---- diff --git a/exampleSiteMultilingual/content/homepage/work.md b/exampleSiteMultilingual/content/homepage/work.md deleted file mode 100644 index f2fee73..0000000 --- a/exampleSiteMultilingual/content/homepage/work.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'We Help Business Grow' -button: 'Our Work' -weight: 1 ---- - -Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit. \ No newline at end of file diff --git a/exampleSiteMultilingual/content/post/_index.md b/exampleSiteMultilingual/content/post/_index.md deleted file mode 100644 index 7c6bd54..0000000 --- a/exampleSiteMultilingual/content/post/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -aliases = ["posts","articles","blog","showcase","docs"] -title = "Posts" -author = "Hugo Authors" -tags = ["index"] -+++ diff --git a/exampleSiteMultilingual/content/post/_index.pl.md b/exampleSiteMultilingual/content/post/_index.pl.md deleted file mode 100644 index 7c6bd54..0000000 --- a/exampleSiteMultilingual/content/post/_index.pl.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -aliases = ["posts","articles","blog","showcase","docs"] -title = "Posts" -author = "Hugo Authors" -tags = ["index"] -+++ diff --git a/exampleSiteMultilingual/content/post/emoji-support.md b/exampleSiteMultilingual/content/post/emoji-support.md deleted file mode 100644 index ecf6c86..0000000 --- a/exampleSiteMultilingual/content/post/emoji-support.md +++ /dev/null @@ -1,47 +0,0 @@ -+++ -author = "Hugo Authors" -title = "Emoji Support" -date = "2019-03-05" -description = "Guide to emoji usage in Hugo" -tags = [ - "emoji", -] -+++ - -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. - - -
🙈 :see_no_evil:
🙉 :hear_no_evil:
🙊 :speak_no_evil:
🙈 :see_no_evil:
🙉 :hear_no_evil:
🙊 :speak_no_evil:
Test
- - -``` -#### Code block indented with four spaces - - - - - -Test
- - - -#### Code block with Hugo's internal highlight shortcode -{{< highlight html >}} - - - - -Test
- - -{{< /highlight >}} - -## List Types - -#### Ordered List - -1. First item -2. Second item -3. Third item - -#### Unordered List - -* List item -* Another item -* And another item - -#### Nested list - -* Item -1. First Sub-item -2. Second Sub-item - -## Other Elements — abbr, sub, sup, kbd, mark - -GIF is a bitmap image format. - -H2O - -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/exampleSiteMultilingual/content/post/markdown-syntax.pl.md b/exampleSiteMultilingual/content/post/markdown-syntax.pl.md deleted file mode 100644 index 49114db..0000000 --- a/exampleSiteMultilingual/content/post/markdown-syntax.pl.md +++ /dev/null @@ -1,146 +0,0 @@ -+++ -author = "Hugo Authors" -title = "Markdown Syntax Guide" -date = "2019-03-11" -description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements." -tags = [ - "markdown", - "css", - "html", - "themes", -] -categories = [ - "themes", - "syntax", -] -aliases = ["migrate-from-jekyl"] -favorite = true -+++ - -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 - -The following HTML `Test
- - -``` -#### Code block indented with four spaces - - - - - -Test
- - - -#### Code block with Hugo's internal highlight shortcode -{{< highlight html >}} - - - - -Test
- - -{{< /highlight >}} - -## List Types - -#### Ordered List - -1. First item -2. Second item -3. Third item - -#### Unordered List - -* List item -* Another item -* And another item - -#### Nested list - -* Item -1. First Sub-item -2. Second Sub-item - -## Other Elements — abbr, sub, sup, kbd, mark - -GIF is a bitmap image format. - -H2O - -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/exampleSiteMultilingual/content/post/math-typesetting.md b/exampleSiteMultilingual/content/post/math-typesetting.md deleted file mode 100644 index a1467e3..0000000 --- a/exampleSiteMultilingual/content/post/math-typesetting.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -author: Hugo Authors -title: Math Typesetting -date: 2019-03-08 -description: A brief guide to setup KaTeX -math: true ---- - -Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. - - -In this example we will be using [KaTeX](https://katex.org/) - -- Create a partial under `/layouts/partials/math.html` -- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally. -- Include the partial in your templates like so: - -``` -{{ if or .Params.math .Site.Params.math }} -{{ partial "math.html" . }} -{{ end }} -``` -- To enable KaTex globally set the parameter `math` to `true` in a project's configuration -- To enable KaTex on a per page basis include the parameter `math: true` in content files. - -**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html) -{{< math.inline >}} -{{ if or .Page.Params.math .Site.Params.math }} - - - - -{{ end }} -{{ math.inline >}} - -### Examples - -Inline math: $$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$ - -Block math: - -$$ - \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } -$$ - diff --git a/exampleSiteMultilingual/content/post/math-typesetting.pl.md b/exampleSiteMultilingual/content/post/math-typesetting.pl.md deleted file mode 100644 index a1467e3..0000000 --- a/exampleSiteMultilingual/content/post/math-typesetting.pl.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -author: Hugo Authors -title: Math Typesetting -date: 2019-03-08 -description: A brief guide to setup KaTeX -math: true ---- - -Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. - - -In this example we will be using [KaTeX](https://katex.org/) - -- Create a partial under `/layouts/partials/math.html` -- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally. -- Include the partial in your templates like so: - -``` -{{ if or .Params.math .Site.Params.math }} -{{ partial "math.html" . }} -{{ end }} -``` -- To enable KaTex globally set the parameter `math` to `true` in a project's configuration -- To enable KaTex on a per page basis include the parameter `math: true` in content files. - -**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html) -{{< math.inline >}} -{{ if or .Page.Params.math .Site.Params.math }} - - - - -{{ end }} -{{ math.inline >}} - -### Examples - -Inline math: $$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$ - -Block math: - -$$ - \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } -$$ - diff --git a/exampleSiteMultilingual/content/post/placeholder-text.md b/exampleSiteMultilingual/content/post/placeholder-text.md deleted file mode 100644 index 1e9ee4e..0000000 --- a/exampleSiteMultilingual/content/post/placeholder-text.md +++ /dev/null @@ -1,59 +0,0 @@ -+++ -author = "Hugo Authors" -title = "Placeholder Text" -date = "2019-03-09" -description = "Lorem Ipsum Dolor Si Amet" -tags = [ - "markdown", - "text", -] -authors = ["hugo"] -+++ - -Lorem est tota propiore conpellat pectoribus de -pectora summo. Redit teque digerit hominumque toris verebor lumina non cervice -subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc -caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis -lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum. - -1. Exierant elisi ambit vivere dedere -2. Duce pollice -3. Eris modo -4. Spargitque ferrea quos palude - -Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus -silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria -tractus malis. - -1. Comas hunc haec pietate fetum procerum dixit -2. Post torum vates letum Tiresia -3. Flumen querellas -4. Arcanaque montibus omnes -5. Quidem et - -# Vagus elidunt - - - -[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon) - -## Mane refeci capiebant unda mulcebat - -Victa caducifer, malo vulnere contra -dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere -furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis. - -Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli -Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare -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 -Propoetides **parte**. - -{{< css.inline >}} - -{{< /css.inline >}} diff --git a/exampleSiteMultilingual/content/post/placeholder-text.pl.md b/exampleSiteMultilingual/content/post/placeholder-text.pl.md deleted file mode 100644 index 29ff09f..0000000 --- a/exampleSiteMultilingual/content/post/placeholder-text.pl.md +++ /dev/null @@ -1,58 +0,0 @@ -+++ -author = "Hugo Authors" -title = "Placeholder Text" -date = "2019-03-09" -description = "Lorem Ipsum Dolor Si Amet" -tags = [ - "markdown", - "text", -] -+++ - -Lorem est tota propiore conpellat pectoribus de -pectora summo. Redit teque digerit hominumque toris verebor lumina non cervice -subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc -caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis -lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum. - -1. Exierant elisi ambit vivere dedere -2. Duce pollice -3. Eris modo -4. Spargitque ferrea quos palude - -Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus -silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria -tractus malis. - -1. Comas hunc haec pietate fetum procerum dixit -2. Post torum vates letum Tiresia -3. Flumen querellas -4. Arcanaque montibus omnes -5. Quidem et - -# Vagus elidunt - - - -[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon) - -## Mane refeci capiebant unda mulcebat - -Victa caducifer, malo vulnere contra -dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere -furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis. - -Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli -Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare -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 -Propoetides **parte**. - -{{< css.inline >}} - -{{< /css.inline >}} diff --git a/exampleSiteMultilingual/content/post/rich-content.md b/exampleSiteMultilingual/content/post/rich-content.md deleted file mode 100644 index 71a36e1..0000000 --- a/exampleSiteMultilingual/content/post/rich-content.md +++ /dev/null @@ -1,34 +0,0 @@ -+++ -author = "Hugo Authors" -title = "Rich Content" -date = "2019-03-10" -description = "A brief description of Hugo Shortcodes" -tags = [ - "shortcodes", - "privacy", -] -+++ - -Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. - ---- - -## YouTube Privacy Enhanced Shortcode - -{{< youtube ZJthWmvUzzc >}} - -
-
-Direct Code
-
-`A verrrrrryyyyy llloooonnnggg coooodeeee`
-
-`code` `is` `here`
-
-```plain
-multiline
-code
-here
-```
-
-```typescript
-interface User {
- id: number
- firstName: string
- lastName: string
- role: string
-}
-
-function updateUser(id: number, update: Partial) {
- const user = getUser(id)
- const newUser = { ...user, ...update }
- saveUser(id, newUser)
-}
-```
-
-## \
-
-pre text
-pre text
-pre text
-
-## \
-
-
-Press CTRL + C to copy text (Windows).
-
-Press CMD + C to copy text (Mac OS).
-
-Press CTRL+ALT+Delete to end the session.
-
-Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
-
-Press CTRL+ALT+Delete to end the session.
\ No newline at end of file
diff --git a/exampleSiteMultilingual/content/posts/advanced.md b/exampleSiteMultilingual/content/posts/advanced.md
deleted file mode 100644
index 1c8f723..0000000
--- a/exampleSiteMultilingual/content/posts/advanced.md
+++ /dev/null
@@ -1,105 +0,0 @@
-+++
-author = "Hugo Authors"
-title = "Advanced Diagram Usage"
-date = "2024-04-09"
-description = "Guide to advanced usage of Anubis2"
-tags = [
- "emoji",
-]
-+++
-
-
-## GoAT
-
-```goat
- . . . .--- 1 .-- 1 / 1
- / \ | | .---+ .-+ +
- / \ .---+---. .--+--. | '--- 2 | '-- 2 / \ 2
- + + | | | | ---+ ---+ +
- / \ / \ .-+-. .-+-. .+. .+. | .--- 3 | .-- 3 \ / 3
- / \ / \ | | | | | | | | '---+ '-+ +
- 1 2 3 4 1 2 3 4 1 2 3 4 '--- 4 '-- 4 \ 4
-```
-
-## Mermaid Diagrams
-
-Get more examples at [here](https://mermaid.js.org/intro/)
-
-```mermaid
-gitGraph:
- commit "Ashish"
- branch newbranch
- checkout newbranch
- commit id:"1111"
- commit tag:"test"
- checkout main
- commit type: HIGHLIGHT
- commit
- merge newbranch
- commit
- branch b2
- commit
-```
-
-```mermaid
-gantt
- title A Gantt Diagram
- dateFormat YYYY-MM-DD
- section Section
- A task :a1, 2014-01-01, 30d
- Another task :after a1, 20d
- section Another
- Task in Another :2014-01-12, 12d
- another task :24d
-
-```
-
-```mermaid
-stateDiagram
- [*] --> Still
- Still --> [*]
-
- Still --> Moving
- Moving --> Still
- Moving --> Crash
- Crash --> [*]
-
-```
-
-```mermaid
-sankey-beta
-
-Pumped heat,"Heating and cooling, ""homes""",193.026
-Pumped heat,"Heating and cooling, ""commercial""",70.672
-```
-
-```mermaid
-sequenceDiagram
- loop Daily query
- Alice->>Bob: Hello Bob, how are you?
- alt is sick
- Bob->>Alice: Not so good :(
- else is well
- Bob->>Alice: Feeling fresh like a daisy
- end
-
- opt Extra response
- Bob->>Alice: Thanks for asking
- end
- end
-
-```
-
-```mermaid
-sequenceDiagram
- participant Alice
- participant Bob
- Alice->>John: Hello John, how are you?
- loop Healthcheck
- John->>John: Fight against hypochondria
- end
- Note right of John: Rational thoughts
prevail!
- John-->>Alice: Great!
- John->>Bob: How about you?
- Bob-->>John: Jolly good!
-```
diff --git a/exampleSiteMultilingual/hugo.toml b/exampleSiteMultilingual/hugo.toml
deleted file mode 100644
index a70f16d..0000000
--- a/exampleSiteMultilingual/hugo.toml
+++ /dev/null
@@ -1,184 +0,0 @@
-baseURL = "https://hugo-theme-anubis2.netlify.app/"
-languageCode = "en-us"
-defaultContentLanguage = "en"
-title = "Anubis2"
-theme = "anubis2"
-paginate = 3
-
-disqusShortname = ""
-
-
-[author]
-name = "Junyi"
-
-[params]
-author = "Junyi"
-description = "Anubis2 is another simple minimalist theme for Hugo blog engine."
-dateFormat = "2006-01-02"
-paginationSinglePost = true
-
-colorTheme = "auto"
-colorThemeSwitcher = true
-
-readMore = false
-readNextPosts = 2
-copyCodeButton = true
-rssAsSocialIcon = true
-locale = "en-us"
-mathjax = false
-toc = true
-
-# Graphcomment support
-graphcommentId = ""
-
-GiscusRepo = "Junyi-99/hugo-theme-anubis2"
-GiscusRepoId = "R_kgDOLEp76Q"
-GiscusCategory = "General"
-GiscusCategoryId = "DIC_kwDOLEp76c4CcbPS"
-GiscusLazyLoad = false
-GiscusDataMapping = "pathname"
-
-[[params.social]]
-id = "docs"
-url = "https://gohugo.io/documentation/"
-
-[[params.social]]
-id = "github"
-url = "https://github.com/Junyi-99/hugo-theme-anubis2"
-
-[[params.social]]
-id = "linkedin"
-url = "https://www.linkedin.com/"
-
-[[params.social]]
-id = "email"
-url = "example@example.com"
-
-[[params.social]]
-id = "facebook"
-url = "#"
-
-[[params.social]]
-id = "instagram"
-url = "#"
-
-[[params.social]]
-id = "netease-music"
-url = "#"
-
-[[params.social]]
-id = "telegram"
-url = "#"
-
-[[params.social]]
-id = "x"
-url = "#"
-
-[[params.social]]
-id = "youtube"
-url = "#"
-
-[languages.en]
-languageName = "English"
-
-[[menu.main]]
-identifier = "home"
-name = "Home"
-url = "/"
-weight = 1
-
-[[menu.main]]
-identifier = "about"
-name = "About"
-url = "/about/"
-weight = 2
-
-[[menu.main]]
-identifier = "tags"
-name = "Tags"
-url = "/tags/"
-weight = 3
-
-[[menu.main]]
-name = "Archive"
-identifier = "archive"
-url = "/posts/"
-weight = 4
-
-[languages.pl]
-languageName = "Polski"
-
-
-[[languages.pl.menu.main]]
-identifier = "home"
-name = "Strona Główna"
-url = "/"
-weight = 1
-
-[[languages.pl.menu.main]]
-identifier = "about"
-name = "O Hugo"
-url = "/about/"
-weight = 2
-
-[[languages.pl.menu.main]]
-identifier = "tags"
-name = "Tagi"
-url = "/tags/"
-weight = 3
-
-[[languages.pl.menu.main]]
-identifier = "archive"
-name = "Archiwum"
-url = "/posts/"
-weight = 4
-
-[languages.pl.params]
-languageCode = "pl-pl"
-
-[languages.zh]
-languageName = "Chinese"
-
-[[languages.zh.menu.main]]
-identifier = "home"
-name = "首页"
-url = "/"
-weight = 1
-
-[[languages.zh.menu.main]]
-identifier = "about"
-name = "关于"
-url = "/about/"
-weight = 2
-
-[[languages.zh.menu.main]]
-identifier = "tags"
-name = "标签"
-url = "/tags/"
-weight = 3
-
-[[languages.zh.menu.main]]
-identifier = "archive"
-name = "归档"
-url = "/posts/"
-weight = 4
-
-[languages.zh.params]
-languageCode = "zh-cn"
-
-[taxonomies]
-category = "categories"
-tag = "tags"
-author = "authors"
-
-[markup.goldmark.renderer]
-unsafe = true
-
-
-[params.UmamiAnalytics]
-enabled = true
-dnt = false
-id = "e4f661ff-9a8c-49d4-b3cc-2efe553e3973" # Website ID
-datacache = false
-url = "https://eu.umami.is/script.js"
-shareUrl = "https://eu.umami.is/share/RIETUMwZn4IBMIr8/hugo-theme-anubis2.netlify.app"
diff --git a/exampleSiteMultilingual/netlify.toml b/exampleSiteMultilingual/netlify.toml
deleted file mode 100644
index 8b1ea78..0000000
--- a/exampleSiteMultilingual/netlify.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[build]
-publish = "public"
-command = "hugo --gc --minify"
-
-[context.production.environment]
-HUGO_VERSION = "0.115.4"
-HUGO_ENV = "production"
-HUGO_ENABLEGITINFO = "true"
\ No newline at end of file
diff --git a/exampleSiteMultilingual/static/fa-icons/docs.svg b/exampleSiteMultilingual/static/fa-icons/docs.svg
deleted file mode 100644
index 5380074..0000000
--- a/exampleSiteMultilingual/static/fa-icons/docs.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file