A blog template built with Hugo
- Tactile dark/light theme
- MathJax for LaTeX
- Responsive design for Desktop/Mobile
- Embeds on social media websites like Facebook, Twitter, Slack
First install Hugo:
# For Debian/Ubuntu based distros
sudo apt install hugo
# For Arch based distros
sudo pacman -S hugoThen install this template:
git clone https://github.com/Infinitifall/Succulent --depth=1
cd Succulent
# serve website (with drafts)
hugo server --buildDrafts
# build the website
hugo
