Merge branch 'master' of git.froth.zone:Bubs/fedi-admin-guide
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Waifu 2022-03-31 23:29:46 -03:00
commit 330b8d06d7

View file

@ -1,3 +1,20 @@
# fedi-admin-guide
The bub's guide to being a fediverse admin.
The bub's guide to being a fediverse admin.
## Requirements:
* [Hugo](https://gohugo.io/) 0.68 or higher
* [Hugo-book](https://github.com/alex-shpak/hugo-book) theme.
## Usage:
You can have a live version of this website in [localhost:1313](http://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.