Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Code4Myself/code4myself.github.io

Repository files navigation

Website code4myself.github.io

Made with Hugo.

Install

Install the extended version of Hugo, for example in Ubuntu using Snap store:

sudo snap install hugo --channel=extended/stable

Retreive Git submodules

git submodule init
git submodule update --recursive

Then install dependencies with npm:

npm i
npm run build

Development

To run a local development server:

hugo server -D

Deploy

TBD