From 239d68f94c6250276850fbe95eaa6cdd5c38fb26 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sat, 16 Nov 2024 19:32:18 +0300 Subject: Своя тема, полностью всё переделал MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hugo-theme-stack/exampleSite/.gitignore | 30 --- themes/hugo-theme-stack/exampleSite/LICENSE | 21 -- themes/hugo-theme-stack/exampleSite/README.md | 3 - .../hugo-theme-stack/exampleSite/content/_index.md | 8 - .../exampleSite/content/_index.zh-cn.md | 8 - .../exampleSite/content/categories/Test/_index.md | 9 - .../Test/hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg | Bin 52927 -> 0 bytes .../exampleSite/content/page/about/index.md | 34 --- .../exampleSite/content/page/about/index.zh-cn.md | 10 - .../exampleSite/content/page/archives/index.md | 11 - .../exampleSite/content/page/links/index.md | 37 --- .../exampleSite/content/page/links/ts-logo-128.jpg | Bin 2071 -> 0 bytes .../exampleSite/content/page/search/index.md | 13 - .../florian-klauer-nptLmg6jqDo-unsplash.jpg | Bin 13854 -> 0 bytes .../helena-hertz-wWZzXlDpMog-unsplash.jpg | Bin 15530 -> 0 bytes .../hudai-gayiran-3Od_VKcDEAA-unsplash.jpg | Bin 18711 -> 0 bytes .../content/post/chinese-test/index.zh-cn.md | 39 --- .../luca-bravo-alS7ewQ41M8-unsplash.jpg | Bin 32400 -> 0 bytes .../content/post/emoji-support/index.md | 50 ---- .../the-creative-exchange-d2zvqp3fpro-unsplash.jpg | Bin 35369 -> 0 bytes .../content/post/markdown-syntax/index.md | 168 ------------- .../pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg | Bin 55974 -> 0 bytes .../content/post/math-typesetting/index.md | 45 ---- .../content/post/placeholder-text/index.ar.md | 32 --- .../content/post/placeholder-text/index.md | 51 ---- .../matt-le-SJSpo9hQf7s-unsplash.jpg | Bin 14205 -> 0 bytes .../exampleSite/content/post/rich-content/index.md | 67 ----- themes/hugo-theme-stack/exampleSite/hugo.yaml | 269 --------------------- 28 files changed, 905 deletions(-) delete mode 100644 themes/hugo-theme-stack/exampleSite/.gitignore delete mode 100644 themes/hugo-theme-stack/exampleSite/LICENSE delete mode 100644 themes/hugo-theme-stack/exampleSite/README.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/_index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/_index.zh-cn.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/categories/Test/_index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/categories/Test/hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/page/about/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/page/about/index.zh-cn.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/page/archives/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/page/links/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/page/links/ts-logo-128.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/page/search/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/chinese-test/florian-klauer-nptLmg6jqDo-unsplash.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/chinese-test/helena-hertz-wWZzXlDpMog-unsplash.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/chinese-test/hudai-gayiran-3Od_VKcDEAA-unsplash.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/chinese-test/index.zh-cn.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/chinese-test/luca-bravo-alS7ewQ41M8-unsplash.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/emoji-support/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/emoji-support/the-creative-exchange-d2zvqp3fpro-unsplash.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/markdown-syntax/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/markdown-syntax/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/math-typesetting/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/index.ar.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/matt-le-SJSpo9hQf7s-unsplash.jpg delete mode 100644 themes/hugo-theme-stack/exampleSite/content/post/rich-content/index.md delete mode 100644 themes/hugo-theme-stack/exampleSite/hugo.yaml (limited to 'themes/hugo-theme-stack/exampleSite') diff --git a/themes/hugo-theme-stack/exampleSite/.gitignore b/themes/hugo-theme-stack/exampleSite/.gitignore deleted file mode 100644 index 6db5459..0000000 --- a/themes/hugo-theme-stack/exampleSite/.gitignore +++ /dev/null @@ -1,30 +0,0 @@ -# Compiled Object files, Static and Dynamic libs (Shared Objects) -*.o -*.a -*.so - -# Folders -_obj -_test - -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out - -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* - -_testmain.go - -*.exe -*.test - -public -themes -resources - -assets/jsconfig.json -.DS_Store diff --git a/themes/hugo-theme-stack/exampleSite/LICENSE b/themes/hugo-theme-stack/exampleSite/LICENSE deleted file mode 100644 index 4527efb..0000000 --- a/themes/hugo-theme-stack/exampleSite/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Steve Francia - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/README.md b/themes/hugo-theme-stack/exampleSite/README.md deleted file mode 100644 index dbaf5e5..0000000 --- a/themes/hugo-theme-stack/exampleSite/README.md +++ /dev/null @@ -1,3 +0,0 @@ -This is an example site used for solely for testing purposes. **It is not meant to be used as a template for your site**. - -To create a new site, please use the starter template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter/) \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/content/_index.md b/themes/hugo-theme-stack/exampleSite/content/_index.md deleted file mode 100644 index 530dfe8..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -menu: - main: - name: Home - weight: -100 - params: - icon: home ---- \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/content/_index.zh-cn.md b/themes/hugo-theme-stack/exampleSite/content/_index.zh-cn.md deleted file mode 100644 index e4b59a8..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/_index.zh-cn.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -menu: - main: - name: 主页 - weight: -100 - params: - icon: home ---- \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/content/categories/Test/_index.md b/themes/hugo-theme-stack/exampleSite/content/categories/Test/_index.md deleted file mode 100644 index de42112..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/categories/Test/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Test" -description: "This is an example category" -slug: "test" -image: "hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg" -style: - background: "#2a9d8f" - color: "#fff" ---- diff --git a/themes/hugo-theme-stack/exampleSite/content/categories/Test/hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg b/themes/hugo-theme-stack/exampleSite/content/categories/Test/hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg deleted file mode 100644 index c385943..0000000 Binary files a/themes/hugo-theme-stack/exampleSite/content/categories/Test/hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg and /dev/null differ diff --git a/themes/hugo-theme-stack/exampleSite/content/page/about/index.md b/themes/hugo-theme-stack/exampleSite/content/page/about/index.md deleted file mode 100644 index 68911f9..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/page/about/index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: About -description: Hugo, the world's fastest framework for building websites -date: '2019-02-28' -aliases: - - about-us - - about-hugo - - contact -license: CC BY-NC-ND -lastmod: '2020-10-09' -menu: - main: - weight: -90 - params: - icon: user ---- - -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/themes/hugo-theme-stack/exampleSite/content/page/about/index.zh-cn.md b/themes/hugo-theme-stack/exampleSite/content/page/about/index.zh-cn.md deleted file mode 100644 index 0284003..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/page/about/index.zh-cn.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: 关于 -menu: - main: - weight: -90 - params: - icon: user ---- - -This is a test page for i18n support. \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/content/page/archives/index.md b/themes/hugo-theme-stack/exampleSite/content/page/archives/index.md deleted file mode 100644 index 2862deb..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/page/archives/index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Archives" -date: 2019-05-28 -layout: "archives" -slug: "archives" -menu: - main: - weight: -70 - params: - icon: archives ---- diff --git a/themes/hugo-theme-stack/exampleSite/content/page/links/index.md b/themes/hugo-theme-stack/exampleSite/content/page/links/index.md deleted file mode 100644 index 9e29bf3..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/page/links/index.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Links -links: - - title: GitHub - description: GitHub is the world's largest software development platform. - website: https://github.com - image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png - - title: TypeScript - description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. - website: https://www.typescriptlang.org - image: ts-logo-128.jpg -menu: - main: - weight: -50 - params: - icon: link - -comments: false ---- - -To use this feature, add `links` section to frontmatter. - -This page's frontmatter: - -```yaml -links: - - title: GitHub - description: GitHub is the world's largest software development platform. - website: https://github.com - image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png - - title: TypeScript - description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. - website: https://www.typescriptlang.org - image: ts-logo-128.jpg -``` - -`image` field accepts both local and external images. \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/content/page/links/ts-logo-128.jpg b/themes/hugo-theme-stack/exampleSite/content/page/links/ts-logo-128.jpg deleted file mode 100644 index 85e3323..0000000 Binary files a/themes/hugo-theme-stack/exampleSite/content/page/links/ts-logo-128.jpg and /dev/null differ diff --git a/themes/hugo-theme-stack/exampleSite/content/page/search/index.md b/themes/hugo-theme-stack/exampleSite/content/page/search/index.md deleted file mode 100644 index b2a5943..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/page/search/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Search" -slug: "search" -layout: "search" -outputs: - - html - - json -menu: - main: - weight: -60 - params: - icon: search ---- \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/florian-klauer-nptLmg6jqDo-unsplash.jpg b/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/florian-klauer-nptLmg6jqDo-unsplash.jpg deleted file mode 100644 index 4798ed4..0000000 Binary files a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/florian-klauer-nptLmg6jqDo-unsplash.jpg and /dev/null differ diff --git a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/helena-hertz-wWZzXlDpMog-unsplash.jpg b/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/helena-hertz-wWZzXlDpMog-unsplash.jpg deleted file mode 100644 index 0120706..0000000 Binary files a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/helena-hertz-wWZzXlDpMog-unsplash.jpg and /dev/null differ diff --git a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/hudai-gayiran-3Od_VKcDEAA-unsplash.jpg b/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/hudai-gayiran-3Od_VKcDEAA-unsplash.jpg deleted file mode 100644 index 1a280b2..0000000 Binary files a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/hudai-gayiran-3Od_VKcDEAA-unsplash.jpg and /dev/null differ diff --git a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/index.zh-cn.md b/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/index.zh-cn.md deleted file mode 100644 index 5249ef8..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/index.zh-cn.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Chinese Test -description: 这是一个副标题 -date: 2020-09-09 -slug: test-chinese -image: helena-hertz-wWZzXlDpMog-unsplash.jpg -categories: - - Test - - 测试 ---- - -## 正文测试 - -而这些并不是完全重要,更加重要的问题是, 带着这些问题,我们来审视一下学生会退会。 既然如何, 对我个人而言,学生会退会不仅仅是一个重大的事件,还可能会改变我的人生。 我们不得不面对一个非常尴尬的事实,那就是, 可是,即使是这样,学生会退会的出现仍然代表了一定的意义。 学生会退会,发生了会如何,不发生又会如何。 经过上述讨论, 生活中,若学生会退会出现了,我们就不得不考虑它出现了的事实。 学生会退会,到底应该如何实现。 这样看来, 在这种困难的抉择下,本人思来想去,寝食难安。 对我个人而言,学生会退会不仅仅是一个重大的事件,还可能会改变我的人生。 就我个人来说,学生会退会对我的意义,不能不说非常重大。 莎士比亚曾经提到过,人的一生是短的,但如果卑劣地过这一生,就太长了。这似乎解答了我的疑惑。 莫扎特说过一句富有哲理的话,谁和我一样用功,谁就会和我一样成功。这启发了我, 对我个人而言,学生会退会不仅仅是一个重大的事件,还可能会改变我的人生。 学生会退会,到底应该如何实现。 一般来说, 从这个角度来看, 这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。 在这种困难的抉择下,本人思来想去,寝食难安。 了解清楚学生会退会到底是一种怎么样的存在,是解决一切问题的关键。 一般来说, 生活中,若学生会退会出现了,我们就不得不考虑它出现了的事实。 问题的关键究竟为何? 而这些并不是完全重要,更加重要的问题是。 - -奥斯特洛夫斯基曾经说过,共同的事业,共同的斗争,可以使人们产生忍受一切的力量。 带着这句话,我们还要更加慎重的审视这个问题: 一般来讲,我们都必须务必慎重的考虑考虑。 既然如此, 这种事实对本人来说意义重大,相信对这个世界也是有一定意义的。 带着这些问题,我们来审视一下学生会退会。 我认为, 我认为, 在这种困难的抉择下,本人思来想去,寝食难安。 问题的关键究竟为何? 每个人都不得不面对这些问题。 在面对这种问题时, 要想清楚,学生会退会,到底是一种怎么样的存在。 我认为, 既然如此, 每个人都不得不面对这些问题。 在面对这种问题时, 那么, 我认为, 学生会退会因何而发生。 - -## 引用 - -> 思念是最暖的忧伤像一双翅膀 -> 让我停不了飞不远在过往游荡 -> 不告而别的你 就算为了我着想 -> 这么沉痛的呵护 我怎么能翱翔 -> -> *[最暖的憂傷 - 田馥甄](https://www.youtube.com/watch?v=3aypp_YlBzI)* - -## 图片 - -![Photo by Florian Klauer on Unsplash](florian-klauer-nptLmg6jqDo-unsplash.jpg) ![Photo by Luca Bravo on Unsplash](luca-bravo-alS7ewQ41M8-unsplash.jpg) - -![Photo by Helena Hertz on Unsplash](helena-hertz-wWZzXlDpMog-unsplash.jpg) ![Photo by Hudai Gayiran on Unsplash](hudai-gayiran-3Od_VKcDEAA-unsplash.jpg) - -```markdown -![Photo by Florian Klauer on Unsplash](florian-klauer-nptLmg6jqDo-unsplash.jpg) ![Photo by Luca Bravo on Unsplash](luca-bravo-alS7ewQ41M8-unsplash.jpg) - -![Photo by Helena Hertz on Unsplash](helena-hertz-wWZzXlDpMog-unsplash.jpg) ![Photo by Hudai Gayiran on Unsplash](hudai-gayiran-3Od_VKcDEAA-unsplash.jpg) -``` - -相册语法来自 [Typlog](https://typlog.com/) \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/luca-bravo-alS7ewQ41M8-unsplash.jpg b/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/luca-bravo-alS7ewQ41M8-unsplash.jpg deleted file mode 100644 index f6c90bc..0000000 Binary files a/themes/hugo-theme-stack/exampleSite/content/post/chinese-test/luca-bravo-alS7ewQ41M8-unsplash.jpg and /dev/null differ diff --git a/themes/hugo-theme-stack/exampleSite/content/post/emoji-support/index.md b/themes/hugo-theme-stack/exampleSite/content/post/emoji-support/index.md deleted file mode 100644 index bc3e348..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/post/emoji-support/index.md +++ /dev/null @@ -1,50 +0,0 @@ -+++ -author = "Hugo Authors" -title = "Emoji Support" -date = "2019-03-05" -description = "Guide to emoji usage in Hugo" -categories = [ - "Test" -] -tags = [ - "emoji", -] -image = "the-creative-exchange-d2zvqp3fpro-unsplash.jpg" -+++ - -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:
Test
- - -``` - -#### Code block indented with four spaces - - - - - -Test
- - - -#### Code block with Hugo's internal highlight shortcode -{{< highlight html >}} - - - - -Test
- - -{{< /highlight >}} - -#### Diff code block - -```diff -[dependencies.bevy] -git = "https://github.com/bevyengine/bevy" -rev = "11f52b8c72fc3a568e8bb4a4cd1f3eb025ac2e13" -- features = ["dynamic"] -+ features = ["jpeg", "dynamic"] -``` - -## List Types - -#### Ordered List - -1. First item -2. Second item -3. Third item - -#### Unordered List - -* List item -* Another item -* And another item - -#### Nested list - -* Fruit - * Apple - * Orange - * Banana -* Dairy - * Milk - * Cheese - -## 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. - -## Hyperlinked image - -[![Google](https://www.google.com/images/branding/googlelogo/1x/googlelogo_light_color_272x92dp.png)](https://google.com) \ No newline at end of file diff --git a/themes/hugo-theme-stack/exampleSite/content/post/markdown-syntax/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg b/themes/hugo-theme-stack/exampleSite/content/post/markdown-syntax/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg deleted file mode 100644 index 1634e85..0000000 Binary files a/themes/hugo-theme-stack/exampleSite/content/post/markdown-syntax/pawel-czerwinski-8uZPynIu-rQ-unsplash.jpg and /dev/null differ diff --git a/themes/hugo-theme-stack/exampleSite/content/post/math-typesetting/index.md b/themes/hugo-theme-stack/exampleSite/content/post/math-typesetting/index.md deleted file mode 100644 index 060fd7f..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/post/math-typesetting/index.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: - -```bash -{{ 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/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/index.ar.md b/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/index.ar.md deleted file mode 100644 index b0328f4..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/index.ar.md +++ /dev/null @@ -1,32 +0,0 @@ -+++ -author = "Hugo Authors" -title = "مثال نص" -date = "2019-03-09" -description = "هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة" -categories = [ - "تجربة", - "تجربة مع فراغات" -] -tags = [ - "ماركداون", - "نص", - "وسم مع فراغات" -] -image = "matt-le-SJSpo9hQf7s-unsplash.jpg" -+++ -## فقرة 1 - -هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من [مولد النص العربى](https://colorslab.com/textgator/)، حيث يمكنك أن تولد مثل هذا النص أو العديد من النصوص الأخرى إضافة إلى زيادة عدد الحروف التى يولدها التطبيق. -إذا كنت تحتاج إلى عدد أكبر من الفقرات يتيح لك مولد النص العربى زيادة عدد الفقرات كما تريد، النص لن يبدو مقسما ولا يحوي أخطاء لغوية، مولد النص العربى مفيد لمصممي المواقع على وجه الخصوص، حيث يحتاج العميل فى كثير من الأحيان أن يطلع على صورة حقيقية لتصميم الموقع. -ومن هنا وجب على المصمم أن يضع نصوصا مؤقتة على التصميم ليظهر للعميل الشكل كاملاً،دور مولد النص العربى أن يوفر على المصمم عناء البحث عن نص بديل لا علاقة له بالموضوع الذى يتحدث عنه التصميم فيظهر بشكل لا يليق. -هذا النص يمكن أن يتم تركيبه على أي تصميم دون مشكلة فلن يبدو وكأنه نص منسوخ، غير منظم، غير منسق، أو حتى غير مفهوم. لأنه مازال نصاً بديلاً ومؤقتاً. - -## فقرة 2 - -هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص من [مولد النص العربى](https://colorslab.com/textgator/)، حيث يمكنك أن تولد مثل هذا النص أو العديد من النصوص الأخرى إضافة إلى زيادة عدد الحروف التى يولدها التطبيق. -إذا كنت تحتاج إلى عدد أكبر من الفقرات يتيح لك مولد النص العربى زيادة عدد الفقرات كما تريد، النص لن يبدو مقسما ولا يحوي أخطاء لغوية، مولد النص العربى مفيد لمصممي المواقع على وجه الخصوص، حيث يحتاج العميل فى كثير من الأحيان أن يطلع على صورة حقيقية لتصميم الموقع. -ومن هنا وجب على المصمم أن يضع نصوصا مؤقتة على التصميم ليظهر للعميل الشكل كاملاً،دور مولد النص العربى أن يوفر على المصمم عناء البحث عن نص بديل لا علاقة له بالموضوع الذى يتحدث عنه التصميم فيظهر بشكل لا يليق. -هذا النص يمكن أن يتم تركيبه على أي تصميم دون مشكلة فلن يبدو وكأنه نص منسوخ، غير منظم، غير منسق، أو حتى غير مفهوم. لأنه مازال نصاً بديلاً ومؤقتاً. - -## تجربة RTL -كلمة 1 Text كلمة 2 diff --git a/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/index.md b/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/index.md deleted file mode 100644 index 280197e..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/index.md +++ /dev/null @@ -1,51 +0,0 @@ -+++ -author = "Hugo Authors" -title = "Placeholder Text" -date = "2019-03-09" -description = "Lorem Ipsum Dolor Si Amet" -categories = [ - "Test", - "Test with whitespaces" -] -tags = [ - "markdown", - "text", - "tag with whitespaces" -] -image = "matt-le-SJSpo9hQf7s-unsplash.jpg" -+++ - -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/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/matt-le-SJSpo9hQf7s-unsplash.jpg b/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/matt-le-SJSpo9hQf7s-unsplash.jpg deleted file mode 100644 index 3b28790..0000000 Binary files a/themes/hugo-theme-stack/exampleSite/content/post/placeholder-text/matt-le-SJSpo9hQf7s-unsplash.jpg and /dev/null differ diff --git a/themes/hugo-theme-stack/exampleSite/content/post/rich-content/index.md b/themes/hugo-theme-stack/exampleSite/content/post/rich-content/index.md deleted file mode 100644 index 1ebb564..0000000 --- a/themes/hugo-theme-stack/exampleSite/content/post/rich-content/index.md +++ /dev/null @@ -1,67 +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 >}} - -