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

Latest commit

 

History

History
18 lines (12 loc) · 418 Bytes

File metadata and controls

18 lines (12 loc) · 418 Bytes

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.