Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infinitifall/succulent
A blog template built with Hugo. Tactile, minimalist, responsive. Supports LaTeX, social media embeds.
https://github.com/infinitifall/succulent
blog blog-template hugo website-template
Last synced: 4 days ago
JSON representation
A blog template built with Hugo. Tactile, minimalist, responsive. Supports LaTeX, social media embeds.
- Host: GitHub
- URL: https://github.com/infinitifall/succulent
- Owner: Infinitifall
- License: mit
- Created: 2023-06-08T07:50:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T08:30:10.000Z (6 months ago)
- Last Synced: 2024-05-29T21:05:31.082Z (6 months ago)
- Topics: blog, blog-template, hugo, website-template
- Language: JavaScript
- Homepage:
- Size: 27.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Succulent
A blog template built with Hugo
- Tactile and minimalist theme
- Base page size < 64kB, with latex enabled < 450kB
- Responsive design, looks good on Desktop, Laptop, Tablet and Mobile
- Embeds on social media sites like Facebook, Twitter, Slack
- KaTeX to render math equations## Install
Install [Hugo](https://gohugo.io/). It's available in the official repositories of all major Linux distributions
- Debian/Ubuntu based: `sudo apt install hugo`
- Arch based: `sudo pacman -S hugo````bash
#clone repo
git clone https://github.com/Infinitifall/Succulent
cd Succulent# serve website locally
hugo server --buildDrafts# or build the website
hugo
```## Screenshots
![Light theme screenshot of text and quotes](static/images/light.jpeg)
![Dark theme screenshot of text and quotes](static/images/dark.jpeg)