Skip to content

fflegacy/fflegacy.github.io

Repository files navigation

FFLegacy Docs

Prereqs

Setup

Setup w/ submodules:

git clone --recurse-submodules git@github.com:fflegacy/fflegacy.github.io.git
cd fflegacy.github.io

Update submodules if you already cloned:

git submodule update --init

Development

hugo server

Then go to http://localhost:1313/.

Publish

Changes are published immediately once they are merged into trunk.

Maintenance

Update the theme:

git submodule update --remote --merge

Docs