2023-09-11 18:16:29 +02:00
---
layout : home
title : Stack
titleTemplate : Card-style Hugo theme designed for bloggers
hero :
name : Stack
text : Card-style theme designed for bloggers
image :
src : /logo.png
alt : Stack
actions :
- theme : brand
text : Get Started
link : /guide/getting-started
- theme : alt
text : View Demo
2023-09-18 14:29:15 +02:00
link : https://stack.jimmycai.com/demo/ # Absolute URL because it is not part of VitePress. If we use /demo/, VitePress will try to resolve it as an internal page and return 404.
2023-09-11 18:16:29 +02:00
- theme : alt
text : View on GitHub
link : https://github.com/CaiJimmy/hugo-theme-stack
features :
- title : No CSS and JavaScript framework
details : Keep your site lightweight and fast. All the styles are written in SCSS and the scripts are written in vanilla JavaScript.
icon : ⚡️
- title : Dark mode
details : Dark mode is supported by default. It will be automatically enabled when the system is in dark mode.
icon : 🌙
- title : Multilingual mode and RTL support
details : Support for multiple languages and right-to-left languages out of the box. No need to worry about i18n.
icon : 🌐
- title : A set of useful features
details : Table of contents, local search, code highlighting, image zooming, and more.
icon : 🧰
---