Fix head and make some woodpecker changes

This commit is contained in:
HackerNCoder 2022-08-24 02:17:20 +02:00
parent 4d73a8f6b9
commit b99653a77e
2 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,11 @@
pipeline: pipeline:
build: build:
image: debian image: python:3.8-bullseye
commands: commands:
- apt-get update - apt-get update
- apt-get install -y python3-venv python3-pip - apt-get install -y git ca-certificates gettext wget python3-pip
- pip install lektor - wget https://gitlab.torproject.org/tpo/tpa/ci-templates/-/raw/main/lektor-requirements.txt -O requirements.txt
- python3 -m pip install --require-hashes -r requirements.txt
- lektor build --output-path public - lektor build --output-path public
- cp -r public/ /var/www/queerscriptors/ - cp -r public/ /var/www/queerscriptors/
volumes: volumes:

View file

@ -6,7 +6,7 @@
<meta name="og:title" content="Queerscriptors" /> <meta name="og:title" content="Queerscriptors" />
<meta name="og:type" content="website" /> <meta name="og:type" content="website" />
<meta name="og:image" content="{{ '/images/ogp.png'|url(absolute=True,external=True) }}" /> <meta name="og:image" content="{{ '/images/ogp.png'|url(absolute=True,external=True) }}" />
<meta name="og:url" content={{ ".|url(absolute=True,external=True) }}" /> <meta name="og:url" content="{{ .|url(absolute=True,external=True) }}" />
<meta name="og:description" content="A community of people that translate queer games" /> <meta name="og:description" content="A community of people that translate queer games" />
<title>{{ this.title }}</title> <title>{{ this.title }}</title>