Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 644 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 644 Bytes

itsallcode.github.io

Content of https://blog.itsallcode.org/

Publishing Guide

Checkout

git clone https://github.com/itsallcode/itsallcode.github.io.git
cd itsallcode.github.io/
git submodule init
git submodule update

Initial Setup

Install Hugo:

sudo apt install hugo

Start Live Preview

Start Hugo server:

cd itsallcode.github.io
hugo server

Open http://localhost:1313 in your browser. The blog will be updated automatically when you save files.

Build Website

Run the following command:

hugo

This will generate the website in directory public/.