Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 636 Bytes

INSTALL.md

File metadata and controls

28 lines (25 loc) · 636 Bytes

Usage instructions

Read these for help:


Install

wget https://github.com/gohugoio/hugo/releases/download/v0.75.1/hugo_extended_0.75.1_Linux-64bit.deb
sudo dpkg -i hugo_extended_0.75.1_Linux-64bit.deb
hugo new site quickstart
cd quickstart
git init
git submodule add https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng

Build

sh build.sh
sh gh-deploy.sh public/

Inspiration