From c851da021b2ee24d7b9cd030269840a624f8f9a4 Mon Sep 17 00:00:00 2001 From: Antonin Date: Sat, 24 Sep 2022 00:53:40 +0200 Subject: [PATCH] change version --- README.md | 89 +--------------------------------------------------- config.yaml | 2 +- netlify.toml | 2 +- theme.toml | 3 +- 4 files changed, 4 insertions(+), 92 deletions(-) diff --git a/README.md b/README.md index 9159c59..dbdcab3 100755 --- a/README.md +++ b/README.md @@ -1,89 +1,2 @@ -![Stack](https://i.imgur.com/cCiHOGS.jpg) -# Hugo Theme Stack - -> Card-style Hugo theme designed for bloggers. - -## Quickstart - -Use this template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter) - -## Demo - -[Example Site](https://demo.stack.jimmycai.com/) - -[![Netlify Status](https://api.netlify.com/api/v1/badges/a2d2807a-a905-4bcb-97da-8da8d847da3d/deploy-status)](https://app.netlify.com/sites/hugo-theme-stack/deploys) - -## Documentation - -[Documentation](https://docs.stack.jimmycai.com/) | [中文文档](https://docs.stack.jimmycai.com/zh/) - -## Introduction - -Stack is a simple card-style Hugo theme designed for bloggers, some of its features are: - -* Responsive images support -* Lazy load images -* Dark mode -* Local search -* [PhotoSwipe](https://photoswipe.com/) integration -* Archive page template -* Full native JavaScript, no jQuery or any other frameworks are used -* No CSS framework, keep it simple and minimal -* Properly cropped thumbnails -* Subsection support -* Table of contents -* Multilingual mode and RTL support - -## Requirements - -It's necessary to use **Hugo Extended ≥ 0.87.0**. - -## Installation - -* Route 1: Clone / Download this repository to themes folder -* Route 2: Turn your site into a hugo module and add this theme as a module dependency - -Edit your site config following exampleSite/config.yaml. - -*Note: Remove config.toml if there is one in the site folder.* - -Check [documentation](https://docs.stack.jimmycai.com/) for more details. - -## Copyright - -**Licensed under the GNU General Public License v3.0** - -Please do not remove the "*Theme Stack designed by Jimmy*" text and link. - -If you want to port this theme to another blogging platform, please let me know🙏. - -## Sponsoring - -If you like this theme, give it a star, and consider supporting its development: - -[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/C0C530AXX) - -Your support is greatly appreciated :) - -## Thanks to - -| Project | Description | Licence | -|---------|-------------|---------| -| [PhotoSwipe](https://photoswipe.com/) | For the lightbox effect | [MIT](https://github.com/dimsemenov/PhotoSwipe/blob/master/LICENSE) | -| [Normalize.css](https://github.com/necolas/normalize.css) | - | [MIT](https://github.com/necolas/normalize.css/blob/master/LICENSE.md) | -| [Node Vibrant](https://github.com/Vibrant-Colors/node-vibrant) | To extract the color from images | [MIT](https://github.com/Vibrant-Colors/node-vibrant/blob/master/LICENSE.md) | -| [Tabler icons](https://github.com/tabler/tabler-icons) | Default menu icons | [MIT](https://github.com/tabler/tabler-icons/blob/master/LICENSE) | -| [jonsuh/hamburgers](https://github.com/jonsuh/hamburgers) | Hamburger icon of menu | [MIT](https://github.com/jonsuh/hamburgers/blob/master/LICENSE) | -| [lepture/yue.css](https://github.com/lepture/yue.css) | Part of it is used for styling article content | MIT | -| [Typlog](https://typlog.com/) | Where the markdown gallery syntax is borrowed from | The author gave me the permission | -| [Pure CSS implementation of Google Photos / 500px image layout](https://github.com/xieranmaya/blog/issues/6) | Used for image gallery | - | - -### References - -Some references that I took while building this theme: - -| Project | Licence | -|---------|---------| -| [artchen/hexo-theme-element](https://github.com/artchen/hexo-theme-element) | [MIT](https://github.com/artchen/hexo-theme-element/blob/master/LICENSE) | -| [MunifTanjim/minimo](https://github.com/MunifTanjim/minimo) | [MIT](https://github.com/MunifTanjim/minimo/blob/master/LICENSE) | +# Custom Hugo Theme diff --git a/config.yaml b/config.yaml index 1befd03..22c8814 100755 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ module: hugoVersion: extended: true - min: "0.87.0" + min: "0.89.4" params: mainSections: diff --git a/netlify.toml b/netlify.toml index 2a5b2a8..4d38f86 100755 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "exampleSite/public" [build.environment] - HUGO_VERSION = "0.87.0" + HUGO_VERSION = "0.89.4" HUGO_THEME = "repo" [context.production] diff --git a/theme.toml b/theme.toml index a1a3d74..0f84904 100755 --- a/theme.toml +++ b/theme.toml @@ -5,8 +5,7 @@ name = "Stack" license = "GPL-3.0-only" licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE" description = "Card-style Hugo theme designed for bloggers" -homepage = "https://github.com/CaiJimmy/hugo-theme-stack" -demosite = "https://demo.stack.jimmycai.com" +homepage = "https://git.alors-la.center/Antonin/hugo-theme" tags = ["blog", "responsive", "clean", "light", "dark", "personal"]