fedi-admin-guide/README.md
waifu 1dad78a975
All checks were successful
continuous-integration/drone/push Build is passing
Expanded readme
Added the dumbed down basic usage of the hugo engine and links to the current requirements.
2022-04-01 01:42:00 +00:00

675 B

fedi-admin-guide

The bub's guide to being a fediverse admin.

Requirements:

Usage:

You can have a live version of this website in localhost:1313 by cloning this repository, adding the theme as a submodule and running hugo server:

git clone https://git.froth.zone/Bubs/fedi-admin-guide fedi-admin-guide
cd fedi-admin-guide
git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book
hugo server 

After this you can also run hugo to generate a static website in the fedi-admin-guide/public folder.