Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 714 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 714 Bytes

Andrew's Selkouutiset Archive

Now you, too, can have your own Selkouutiset Archive. 🌟

Quickstart

You will need Hugo installed, at at least version...

$ hugo version

# hugo v0.123.3-a75a659f6fc0cb3a52b2b2ba666a81f79a459376+extended linux/amd64 BuildDate=2024-02-23T17:09:20Z VendorInfo=snap:0.123.3

... Yeah, that one. No other dependencies needed!

Get your website up to date and locally running:

rm -rf selkouutiset-archive/ && git clone https://github.com/hiAndrewQuinn/selkouutiset-archive.git
pushd selkouutiset-archive/

git submodule update --init --remote
hugo server
popd

That's all you need! Go to http://localhost:1313 to see your website.