Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Constrix/Blog

Repository files navigation

Constrix blog

Here is Constrix blog server source code!

TL;DR

sudo apt-get install hugo -y
git clone --recursive https://github.com/Constrix/Constrix-blog
cd Constrix-blog-server
hugo server --debug --watch

visit on localhost:1313!

Build html

Stop your server, run the command hugo, and the entire server's public HTML files will be available in the "public" folder for public viewing.

Releases

No releases published

Packages

No packages published