Skip to content

JulianOliver/criticalsignals.nz

 
 

Repository files navigation

criticalsignals.nz

Dev

NOTE: we want to display pages with future dates so

git submodule update --init --recursive --depth 1
hugo serve --buildFuture

For CLI tool which offers interactive configuration:

npx blowfish-tools

Color Scheme

cd ..
git clone https://github.com/nunocoracao/fugu.git
cd fugu
npm i

Inputs are

./index.js generate F8F4CE 194021 FF00FF > ../criticalsignals.nz/assets/css/schemes/crit-sigs.css 
# NOTE: you may have to go in and comment out the first line

Hmm... this didn't really work so ended up manually inspecting which css was being used then putting the associated codes in:

Green: 194021 => rgb(25, 64, 33) Cream: F8F4CE => rgb(248, 244, 206)

Deploy

sudo wg-quick up nikau91
ssh sitedev@10.89.22.91
./update.sh

Install site, then when down

sudo wg-quick down nikau91

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 93.6%
  • CSS 6.4%