mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 13:26:11 +00:00
Update repo README and some docs + Caddyfile config
Signed-off-by: ~ajhalili2006 (vern/ctrl-c) <ajhalili2006@vern.cc>
This commit is contained in:
parent
c4a927c624
commit
c2870b3fe1
4 changed files with 462 additions and 2 deletions
14
README.md
14
README.md
|
@ -1,9 +1,19 @@
|
|||
# tildeverse.andreijiroh.dev + Gemini-ified blog posts
|
||||
|
||||
This is my personal website in the tildeverse, built with Material Design for Mkdocs and also the
|
||||
official home formy blog posts in Gemini format. Site content (exluding external content) is license
|
||||
under CC BY-SA 4.0
|
||||
official home formy blog posts in Gemini format. Site content (exluding external content) is licensed
|
||||
under CC BY-SA 4.0.
|
||||
|
||||
## Development
|
||||
|
||||
1. `git clone https://mau.dev/ajhalili2006/tildeverse-web` or `git clone git@git.sr.ht:~ajhalili2006/tildeverse-web`
|
||||
2. `pip3 install -r requirements.txt`
|
||||
3. `mkdocs serve`, `firefox http://localhost:8000` and `nano markdown/<whatever>.md`
|
||||
4. `git commit --signoff` and `git send-email ...`
|
||||
|
||||
## Contributing
|
||||
|
||||
Patches are always welcome, although you must sign-off your commits to comply with the Linux DCO.
|
||||
Please be reminded that while this is a personal open-source project, please expect long waiting
|
||||
times during pathc reviews and don't be disappointed when I disagree on stuff and chose not to merge
|
||||
the patches for any reasons, including mental health breaks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue