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)