WIP: Remove the about us picture #29

Draft
btlogy wants to merge 6 commits from rework-about into main
2 changed files with 5 additions and 7 deletions

View file

@ -8,8 +8,8 @@ on:
env: env:
_UID: 1000 _UID: 1000
_GID: 1000 _GID: 1000
WEB_DOMAIN: lafs.eval.latfa.net WEB_DOMAIN: 87b59b92.nip.io
WEB_USER: www WEB_USER: bot-www
WEB_DIR: /var/www WEB_DIR: /var/www
jobs: jobs:
jekyll: jekyll:
@ -57,11 +57,11 @@ jobs:
run: | run: |
if [ "${{ gitea.ref }}" = 'refs/heads/main' ]; then if [ "${{ gitea.ref }}" = 'refs/heads/main' ]; then
WEB_ROOT="${WEB_DIR}/site" WEB_ROOT="${WEB_DIR}/site"
WEB_HOST="www.${WEB_DOMAIN}" WEB_HOST="live.www.${WEB_DOMAIN}"
WEB_CONTEXT='/' WEB_CONTEXT='/'
else else
WEB_ROOT="${WEB_DIR}/preview" WEB_ROOT="${WEB_DIR}/preview"
WEB_HOST="preview.${WEB_DOMAIN}" WEB_HOST="preview.www.${WEB_DOMAIN}"
WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/' WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/'
fi fi
# Save those variabes in the environment for the next steps # Save those variabes in the environment for the next steps
@ -77,7 +77,7 @@ jobs:
- name: Comment pull request - name: Comment pull request
id: comment_pull_request id: comment_pull_request
if: ${{ always() && gitea.event_name == 'pull_request' }} if: ${{ always() && gitea.event_name == 'pull_request' }}
uses: exercism/pr-commenter-action@v1.5.1 uses: https://github.com/exercism/pr-commenter-action@v1.5.1
with: with:
template-variables: | template-variables: |
{ {

View file

@ -70,8 +70,6 @@ blog:
excerpt: "" excerpt: ""
about: about:
- title: "About us" - title: "About us"
image_path: /assets/images/aboutus.png
alt: "aboutus"
excerpt: >- excerpt: >-
Tahoe-LAFS is an open-source project supported by donations Tahoe-LAFS is an open-source project supported by donations
and maintained by a group of hardy volunteers. and maintained by a group of hardy volunteers.