Go to file
Martin Zwirner bd5a0cccfb post: einladung zum hackathon 2024-04-15 19:28:17 +02:00
archetypes Initial commit 2023-11-05 15:11:52 +01:00
content post: einladung zum hackathon 2024-04-15 19:28:17 +02:00
layouts/partials added custom css to hide empty menu 2023-12-27 17:06:45 +01:00
static fixed header layout 2023-12-27 17:57:38 +01:00
themes switched to beautifulhugo theme 2023-11-05 16:28:39 +01:00
.gitignore Add '.idea/' to .gitignore 2023-11-26 19:02:33 +01:00
.gitmodules switched to beautifulhugo theme 2023-11-05 16:28:39 +01:00
README.md Add README with steps to deploy website manually 2023-11-26 19:55:29 +01:00
config.toml fixed title and subtitle 2023-12-27 17:54:14 +01:00
go.mod Add site as module and theme as its dependency 2023-11-26 18:14:10 +01:00
go.sum Add site as module and theme as its dependency 2023-11-26 18:14:10 +01:00

README.md

Website des Bündnis Privatsphäre Leipzig

Dieses Projekt enthält die Website des Bündnisses Privatsphäre Leipzig, einer Anlaufstelle für Fragen rundum datenschutzrelevante Themen.

Manuelles Deployment

  1. sudo rm -rf /var/www/privatsphaere-leipzig.org/
  2. git clone https://git.dezentrale.cloud/Buendnis_Privatsphaere_Leipzig/Website.git
  3. sudo mv Website/ /var/www/privatsphaere-leipzig.org
  4. sudo chown -R www-data:www-data /var/www/privatsphaere-leipzig.org
  5. cd /var/www/privatsphaere-leipzig.org/
  6. sudo -u www-data hugo