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 --- .../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 -------- 6 files changed, 105 deletions(-) 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 (limited to 'themes/hugo-theme-stack/exampleSite/content/page') 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 -- cgit v1.2.3