Skip to content

embeddedboys/Gallery

 
 

Repository files navigation

Gallery of embeddedboys

Build

  1. setup npm and nodejs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install node
  1. setup hugo
wget https://github.com/gohugoio/hugo/releases/download/v0.141.0/hugo_extended_0.141.0_linux-amd64.deb

sudo apt install ./hugo_extended_0.141.0_linux-amd64.deb
  1. install dependencies
npm install postcss-cli
  1. start the local server
hugo server -D