https://github.com/maolonglong/hugo-simple
A Hugo-theme based on Simple.css and Bear Blog
https://github.com/maolonglong/hugo-simple
blog dark-mode hugo hugo-theme minimal no-js simple-css
Last synced: 14 days ago
JSON representation
A Hugo-theme based on Simple.css and Bear Blog
- Host: GitHub
- URL: https://github.com/maolonglong/hugo-simple
- Owner: maolonglong
- License: mit
- Created: 2023-11-23T10:36:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T16:34:40.000Z (28 days ago)
- Last Synced: 2025-03-31T16:14:11.922Z (21 days ago)
- Topics: blog, dark-mode, hugo, hugo-theme, minimal, no-js, simple-css
- Language: CSS
- Homepage: https://maolonglong.github.io/hugo-simple/
- Size: 532 KB
- Stars: 67
- Watchers: 2
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - maolonglong/hugo-simple - A Hugo-theme based on Simple.css and Bear Blog (CSS)
README
# Hugo ʕ•ᴥ•ʔ Simple
[](https://github.com/gohugoio/hugo/releases/tag/v0.112.4)
[](https://builtwithnix.org)A [Hugo](https://gohugo.io/)-theme based on [Simple.css](https://simplecss.org/) and [Bear Blog](https://bearblog.dev).
## Features
- No-JavaScript, high performance ⚡
- Table of Contents 📌
- Dark mode 🌗
- SEO friendly 🔍
- Beautiful code highlighting 😻 (thanks [catppuccin/catppuccin](https://github.com/catppuccin/catppuccin))## Demo Site
[](https://maolonglong.github.io/hugo-simple/)
Source code and **configuration** can be found at [exampleSite](https://github.com/maolonglong/hugo-simple/tree/main/exampleSite).
## Installation
You can install the theme manually or use the [quickstart template](https://github.com/maolonglong/hugo-simple-starter).
```bash
# Git Submodule (recommend)
git submodule add https://github.com/maolonglong/hugo-simple.git themes/hugo-simple
# Hugo Modules
hugo mod get github.com/maolonglong/hugo-simple
```## Special Thanks 🎁
- [HermanMartinus/bearblog](https://github.com/HermanMartinus/bearblog)
- [kevquirk/simple.css](https://github.com/kevquirk/simple.css)
- [janraasch/hugo-bearblog](https://github.com/janraasch/hugo-bearblog)
- [clente/hugo-bearcub](https://github.com/clente/hugo-bearcub)