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

Latest commit

 

History

History
37 lines (24 loc) · 521 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 521 Bytes

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