Created a fork, probably unnecessary, just to have stars.
Find a file
Jimmy Cai 88beecd101
fix: hyperlinked image (#485)
* fix: hyperlinked image

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/410

* feat: add support to inline images

* Remove unused code

* Remove data-alt-html
2022-02-06 19:58:10 +01:00
.devcontainer chore: add Github Codespace config 2021-10-23 06:51:56 +00:00
.github chore(github): update bug report template 2021-04-04 12:38:28 +02:00
archetypes feat: add archetypes (#145) 2021-02-13 15:55:56 +01:00
assets fix: hyperlinked image (#485) 2022-02-06 19:58:10 +01:00
data fix(comments): fix cactus comments 2022-01-23 12:59:21 +00:00
exampleSite fix: hyperlinked image (#485) 2022-02-06 19:58:10 +01:00
i18n Update i18n(ko) (#418) 2021-12-04 21:16:22 +01:00
images doc: add screenshots 2020-09-13 12:24:07 +02:00
layouts fix: hyperlinked image (#485) 2022-02-06 19:58:10 +01:00
.gitignore feat(article): Scrollspy for the table of contents (#425) 2022-01-22 10:35:08 +01:00
config.yaml feat: add default parameters to config.yaml (#394) 2021-10-16 10:14:06 +02:00
debug.sh chore: add Github Codespace config 2021-10-23 06:51:56 +00:00
go.mod feat: turn stack theme into a hugo module (#460) 2022-01-20 11:16:28 +01:00
LICENSE 🎉 Initial commit 2020-08-22 13:20:08 +02:00
netlify.toml feat(menu): support open an entry in new tab (#294) 2021-08-08 17:39:33 +02:00
README.md feat: turn stack theme into a hugo module (#460) 2022-01-20 11:16:28 +01:00
theme.toml feat: add theme config.yaml (#393) 2021-10-16 09:53:44 +02:00

Stack

Hugo Theme Stack

Card-style Hugo theme designed for bloggers.

Demo

Example Site

Netlify Status

Documentation

Documentation | 中文文档

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 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

Requirements

It's necessary to use Hugo Extended ≥ 0.87.0.

Installation

  • Route 1: Clone / Download this repository to theme 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 for more details.

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

Your support is greatly appreciated :)

Thanks to

Project Description Licence
PhotoSwipe For the lightbox effect MIT
Normalize.css - MIT
Node Vibrant To extract the color from images MIT
Tabler icons Default menu icons MIT
jonsuh/hamburgers Hamburger icon of menu MIT
lepture/yue.css Part of it is used for styling article content MIT
Typlog Where the markdown gallery syntax is borrowed from The author gave me the permission
Pure CSS implementation of Google Photos / 500px image layout Used for image gallery -

References

Some references that I took while building this theme:

Project Licence
artchen/hexo-theme-element MIT
MunifTanjim/minimo MIT