The bub's guide to being a fediverse admin. https://guide.thebub.club
Go to file
Waifu 11b53427b9
continuous-integration/drone/push Build is passing Details
Modified the usage instructions, removed unneeded backups.
2022-04-02 12:34:09 -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 Modified the usage instructions, removed unneeded backups. 2022-04-02 12:34: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. (#2) 2022-04-01 13:39:47 +00: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
LICENSE Initial commit 2022-03-30 01:56:29 +00:00
README.md Modified the usage instructions, removed unneeded backups. 2022-04-02 12:34:09 -03:00
config.toml Gave a basic shape to the whole website. (#2) 2022-04-01 13:39:47 +00:00

README.md

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 --recurse-submodules https://git.froth.zone/Bubs/fedi-admin-guide fedi-admin-guide
cd fedi-admin-guide
hugo server 

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