WIP: add flake devShell #2

Draft
raboof wants to merge 1 commit from raboof/fediversity.eu:flake-devshell into main
First-time contributor

Adds a flake so you can use nix develop to enter a devShell where
you can use hugo to regenerate the site.

Unfortunately this does not quite work yet: it makes various incorrect
changes to the site, such as replacing links in the menu with /. See https://git.fediversity.eu/Fediversity/fediversity.eu/compare/main...raboof:regenerated for the changes it produces.

Adds a flake so you can use `nix develop` to enter a devShell where you can use `hugo` to regenerate the site. Unfortunately this does not quite work yet: it makes various incorrect changes to the site, such as replacing links in the menu with `/`. See https://git.fediversity.eu/Fediversity/fediversity.eu/compare/main...raboof:regenerated for the changes it produces.
raboof added 1 commit 2024-09-23 14:48:35 +02:00
Adds a flake so you can use `nix develop` to enter a devShell where
you can use `hugo` to regenerate the site.

Unfortunately this does not quite work yet: it makes various incorrect
changes to the site, such as replacing links in the menu with `/`.
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u flake-devshell:raboof-flake-devshell
git checkout raboof-flake-devshell

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff raboof-flake-devshell
git checkout main
git merge --ff-only raboof-flake-devshell
git checkout raboof-flake-devshell
git rebase main
git checkout main
git merge --no-ff raboof-flake-devshell
git checkout main
git merge --squash raboof-flake-devshell
git checkout main
git merge --ff-only raboof-flake-devshell
git checkout main
git merge raboof-flake-devshell
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: Fediversity/fediversity.eu#2
No description provided.