The bub's guide to being a fediverse admin. https://guide.thebub.club
Find a file
Waifu 330b8d06d7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Merge branch 'master' of git.froth.zone:Bubs/fedi-admin-guide
2022-03-31 23:29:46 -03:00
archetypes initial upload of hugo site and theme 2022-03-29 23:25:31 -03:00
assets initial upload of hugo site and theme 2022-03-29 23:25:31 -03:00
content Gave a basic shape to the whole website. 2022-03-31 23:22:09 -03:00
resources/_gen/assets/scss initial upload of hugo site and theme 2022-03-29 23:25:31 -03:00
static Gave a basic shape to the whole website. 2022-03-31 23:22:09 -03:00
themes initial upload of hugo site and theme 2022-03-29 23:25:31 -03:00
.drone.yml Add submodule recursion 2022-03-31 17:58:57 +02:00
.gitignore Build Script (#1) 2022-03-31 15:44:09 +00:00
.gitmodules initial upload of hugo site and theme 2022-03-29 23:25:31 -03:00
.hugo_build.lock initial upload of hugo site and theme 2022-03-29 23:25:31 -03:00
config.toml Gave a basic shape to the whole website. 2022-03-31 23:22:09 -03:00
LICENSE Initial commit 2022-03-30 01:56:29 +00:00
README.md Expanded readme 2022-04-01 01:42:00 +00:00

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.