feature/bash-templating #1

Open
ledocool wants to merge 3 commits from feature/bash-templating into main
Collaborator
No description provided.
ledocool added 2 commits 2025-09-24 06:14:04 -07:00
Author
Collaborator

Mewge, pwetty pwease?

Mewge, pwetty pwease?
Owner

Love the idea and how you're building it, but we need some more work on it, I kept thinking about how to automate the whole process right? because there's a lot of things that would be good to implement. Let's go bit by bit:

  • Automate the creation of
    • html pages for each month
      • This case is the most complex since we need to create all the html, including links and all of that
      • A single page with the original prompt and all the arworks of each artist
        • optional: add a nsfw blur for sensitive images
    • pdf with all the images
      • basically just setup everything in a way that pandoc can access all the information and generate the content,

I'll add the issues so we can keep track of them.

For now, I'll start to organize the images from each artist into folders, something like mag/(month)/(artist name) let's keep it as simple as possible, give it some thought and always remember to message me before writing code alright? Thanks for the hard work fam

Love the idea and how you're building it, but we need some more work on it, I kept thinking about how to automate the whole process right? because there's a lot of things that would be good to implement. Let's go bit by bit: - Automate the creation of - html pages for each month - This case is the most complex since we need to create all the html, including links and all of that - A single page with the original prompt and all the arworks of each artist - optional: add a nsfw blur for sensitive images - pdf with all the images - basically just setup everything in a way that pandoc can access all the information and generate the content, I'll add the issues so we can keep track of them. For now, I'll start to organize the images from each artist into folders, something like mag/(month)/(artist name) let's keep it as simple as possible, give it some thought and always remember to message me before writing code alright? Thanks for the hard work fam
ledocool added 1 commit 2025-09-27 21:08:17 -07:00
Author
Collaborator

Made template generation process smoother, I believe.
@waifu

Made template generation process smoother, I believe. @waifu
This pull request can be merged automatically.
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 feature/bash-templating:feature/bash-templating
git checkout feature/bash-templating

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 checkout main
git merge --no-ff feature/bash-templating
git checkout feature/bash-templating
git rebase main
git checkout main
git merge --ff-only feature/bash-templating
git checkout feature/bash-templating
git rebase main
git checkout main
git merge --no-ff feature/bash-templating
git checkout main
git merge --squash feature/bash-templating
git checkout main
git merge --ff-only feature/bash-templating
git checkout main
git merge feature/bash-templating
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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: waifu/fedizine#1
No description provided.