Go to file
missytake 4f7319b2bd talk about OBS was cancelled 2023-09-17 16:28:25 +02:00
archetypes initial commit 2023-07-05 19:22:54 +02:00
assets awareness-konzept 2023-09-13 11:32:32 +02:00
content/posts talk about OBS was cancelled 2023-09-17 16:28:25 +02:00
themes/PaperMod adjust theme 2023-07-12 21:28:29 +02:00
.gitignore Add gitignore 2023-07-26 10:50:41 +02:00
README.md fix copy-paste-errors 2023-07-05 19:33:46 +02:00
config.yml Link to DECT info page 2023-09-15 21:34:12 +00:00
deploy.sh add deploy helper 2023-08-15 15:11:21 +02:00
fb_eventcover.png add socialmedia stuff 2023-09-02 00:48:42 +02:00
fb_eventcover.xcf add socialmedia stuff 2023-09-02 00:48:42 +02:00
ig_post.png add socialmedia stuff 2023-09-02 00:48:42 +02:00
ig_post.xcf add socialmedia stuff 2023-09-02 00:48:42 +02:00
ig_story.png add socialmedia stuff 2023-09-02 00:48:42 +02:00
ig_story.xcf add socialmedia stuff 2023-09-02 00:48:42 +02:00
logo.xcf add logo 2023-07-06 21:39:15 +02:00
logo_bw.xcf Add black/white logo version (e.g. for thermoprinters) 2023-09-16 06:56:53 +00:00
logo_bw_big.png Add black/white logo version (e.g. for thermoprinters) 2023-09-16 06:56:53 +00:00
logo_bw_horizontal.png Add black/white logo version (e.g. for thermoprinters) 2023-09-16 06:56:53 +00:00
logo_bw_q.png Add black/white logo version (e.g. for thermoprinters) 2023-09-16 06:56:53 +00:00
logo_peaceful_plus_text.xcf logo special effects 2023-07-13 00:16:27 +02:00
propaganda_16_9.png add deploy helper 2023-08-15 15:11:21 +02:00
propaganda_16_9.xcf add deploy helper 2023-08-15 15:11:21 +02:00
qrcode.png add more propaganda material 2023-07-16 23:24:22 +02:00

README.md

quellcode.0x90.space

Setup development environment

git clone https://git.0x90.space/0x90/quellcode.0x90.space

cd quellcode.0x90.space/

hugo server

Deployment

Assuming you are in the root directory of this repository, and you have cloned https://git.0x90.space/0x90/0x90-ansible next to this repository, you can deploy the website with:

# build website
hugo
cd ../0x90-ansible/
# create ssh_config (only necessary once)
ansible-playbook -i inventory -t init site.yml
# add key (only necessary once)
ssh-add id_ed25519
# copy website to server
rsync -avz -e 'ssh -F ssh_config' ../quellcode.0x90.space/public/* www:/var/www/quellcode.0x90.space

Theme

We use the PaperMod Theme. Documentation is there.

To update the theme, you need to run these git commands:

git remote add papermod-hugo-theme https://github.com/adityatelange/hugo-PaperMod
git subtree pull --prefix themes/PaperMod papermod-hugo-theme master --squash

This adds the changes as a commit, and another merge commit. Now you can push and deploy the updated theme.