Skip to content

itsallcode/itsallcode.github.io

Repository files navigation

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/.

About

It's all code - Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published