Skip to content

RPGLibrarium/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Hugo

The website is built with Hugo. Install it to test the page locally.

After checkout

We use submodules for the theme and fonts. Initialize them und update when necessary. Not sure what is necessary when but a combination of the three commands below should do the trick.

git submodule init
git submodule update --recursive
git checkout --recurse-submodules

Creating new events

The following command will use the archetype and set a couple of properties automatically. Don't forget to change them, if necessary.

hugo new events/YYYY-MM-DD-a-short-title.md

Testing the website locally

hugo server

and to display drafts

hugo server -D

Releases

No releases published

Packages

No packages published