From 6a519e86ee960f7e43b3f713da8f84a3327897bb Mon Sep 17 00:00:00 2001 From: BlueFox Date: Mon, 10 Feb 2025 07:10:12 +0100 Subject: [PATCH] Added a new README and a list of services, contact addresses, etc. to the new_site project --- new_site/README.md | 27 +++++++++++++++++++++++++++ new_site/list.txt | 19 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 new_site/README.md create mode 100644 new_site/list.txt diff --git a/new_site/README.md b/new_site/README.md new file mode 100644 index 0000000..3a769aa --- /dev/null +++ b/new_site/README.md @@ -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! \ No newline at end of file diff --git a/new_site/list.txt b/new_site/list.txt new file mode 100644 index 0000000..2c1ef52 --- /dev/null +++ b/new_site/list.txt @@ -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)