Added a new README and a list of services, contact addresses, etc. to the new_site project
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
parent
ed1aeafb48
commit
6a519e86ee
27
new_site/README.md
Normal file
27
new_site/README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# privacynerd.de
|
||||
|
||||
This is the repo where one can find all the files belonging to the startpage of the privacynerd.de web pages (see [here](https://privacynerd.de/)).
|
||||
|
||||
|
||||
## Building
|
||||
|
||||
To build, run the following command:
|
||||
|
||||
```bash
|
||||
npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch
|
||||
```
|
||||
|
||||
This will start watching for any file changes and immediately update the output.css file.
|
||||
|
||||
|
||||
## Running
|
||||
|
||||
To run a test server, clone the repo, go to the `src/` directory and run the following command:
|
||||
|
||||
```bash
|
||||
python3 -m http.server
|
||||
```
|
||||
|
||||
This will start a simple http server built into python that serves all the necessary files.
|
||||
|
||||
Warning! Do not use this for production purposes!
|
19
new_site/list.txt
Normal file
19
new_site/list.txt
Normal file
@ -0,0 +1,19 @@
|
||||
blog.privacynerd.de | blog
|
||||
git.privacynerd.de | gitea
|
||||
chat.privacynerd.de | element-web
|
||||
matrix.privacynerd.de | dendrite
|
||||
mc.privacynerd.de | minecraft server
|
||||
cloud.privacynerd.de | nextcloud
|
||||
netspeaker.privacynerd.de | netspeaker-example
|
||||
shields.privacynerd.de | shields.io
|
||||
surveys.privacynerd.de | limesurvey
|
||||
|
||||
Gitea (https://git.privacynerd.de/BlueFox)
|
||||
Codeberg (https://codeberg.org/BlueFox)
|
||||
crowdin (https://crowdin.com/profile/bluefox4)
|
||||
Github (https://github.com/bluefox42)
|
||||
docker hub (https://hub.docker.com/u/bluefox42)
|
||||
|
||||
matrix (@bluefox:privacynerd.de)
|
||||
mastodon (@bluefox4@mastodon.org)
|
||||
mail (bluefox@privacynerd.de)
|
Loading…
x
Reference in New Issue
Block a user