v0.5 : switch to Pelican #1

Open
irrlicht wants to merge 2 commits from design-v0.5 into main
Owner

Switch to Pelican to generate the site.

Using Pelican makes more sense as wi can manage coding in Python and it unifies the blog with the Mindlair project.

Switch to Pelican to generate the site. Using Pelican makes more sense as wi can manage coding in Python and it unifies the blog with the Mindlair project.
- wi choose to switch to Pelican static site generator because it's
  written in Python, a language quite accessible to iss. It is also the
  same tool wi use for irr blog. It just makes sense.
- Design the landing page by overriding the index template using Pelican
  THEME_TEMPLATES_OVERRIDE to simplify the change.
- Design the contact page with gpg key and OMEMO fingerprint sign using
  that key.
- Custom CSS for the banner and the link card of the landing page.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin design-v0.5:design-v0.5
git switch design-v0.5

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff design-v0.5
git switch design-v0.5
git rebase main
git switch main
git merge --ff-only design-v0.5
git switch design-v0.5
git rebase main
git switch main
git merge --no-ff design-v0.5
git switch main
git merge --squash design-v0.5
git switch main
git merge --ff-only design-v0.5
git switch main
git merge design-v0.5
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: irrlicht/mindlair#1
No description provided.