Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)