This repository contains all the source code for the Blog part of the sagbot.com website. This website can be generated from the website generation tool Hugo and uses the theme Terminal made by panr, with its CSS generation tool for this theme Terminal.css.
- Hugo Extended >= v0.90.x.
Retrieves all the code for this repository.
git clone --recurse-submodules https://github.com/Lurgrid/sagbot.com.git
Launches a test server (useful for development).
cd sagbot.com
hugo server
Used to compile the website.
cd sagbot.com
hugo
# Or
hugo -d /path/to/destination/
Copyright © 2024-2024 E. HADDAG (@lurgrid)
All this code is licensed under the GNU General Public License v3.0 (GPLv3), see README for more information. This project uses the Terminal theme which is licensed under the MIT license, see for more information.