You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
altconf | 4 months ago | |
archetypes | 1 year ago | |
content | 3 months ago | |
layouts/shortcodes | 10 months ago | |
static | 1 month ago | |
themes | 6 months ago | |
.gitignore | 6 months ago | |
.gitmodules | 6 months ago | |
README.md | 3 months ago | |
config-gg.toml | 4 months ago | |
config.toml | 3 months ago | |
makefile | 4 months ago |
README.md
The sources for the website and gemini capsule at lesbianunix.dev
Contributions will be reviewed, so feel free if you want to write some stuff I guess.
It's hugo sources, so you'll have to have hugo.
To build:
-
Install Hugo
-
clone repo
git clone https://github.com/karaiwulf/lesbianunix.dev
-
update submodules
git submodule update --init --recursive
-
build site
hugo # for development add -D
To add a new post, follow the above instructions, then:
hugo new posts/url-title.md
You can replace url-title with whatever you want, it will be the url part. For example: content/posts/asm3.md renders as https://lesbianunix.dev/posts/asm3/