This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
#stagit 8 hashtags
Well, this was long overdue. A while ago already, I implemented "active menu entry marking" (the active menu item is highlighted) in my tweaks and scripts around #stagit via #javascript. This was the only JS in stagit-scripts.
Obviously, because it's all static files, this was not really necessary. So finally the active-entry marking is pre-processed now upon re-generating the #HTML files with fairly simple regex: https://src.jayvii.de/pub/stagit-scripts/commit/3a0908d57956db2c0ba114b6b9ea523aced694c0.html
Tinkering with #stagit, I am learning an awful lot about githooks that I never properly used before. This is really great!
More from my #stagit hacking (https://src.jayvii.de): Implemented a proper summary page for each repository as well as a nicer list for the "exports", i.e. archives produced by post-hooks. I am pretty happy with the results for now, I think.
My extension & adaptation quest of #stagit goes on next week! I implemented basic functionality that automate mosts common tasks a while back already. Implemented dynamic #CSS themes earlier this year and a more modern look in the past week (as well as a summary page for every repository). Next week, I want to bring the menu bar to a more modern design:
Did some more #CSS hacking on my #stagit server: src.jayvii.de #git #selfhosting
The table-layout scheme used by stagit is simplistic and gives a great quick overview over repos, commits, etc. But it just doesn't work well on mobile devices and looks awfully outdated.
So I reform the tables to a more modern GitLab-inspired look just with a few lines of CSS.
Here are a few before and after screenshots:
Wrote a simple #bash script that generates a #GitHub-style activity graph for my #stagit server under https://src.jayvii.de
I think it worked out quite nicely. Works quite well both in bright and dark themes :)
In case you want to try it or have suggestions how to improve it, please let me know: https://src.jayvii.de/pub/git_activity
Dabbling with (deploying) #stagit again and reading more into #git hooks is a fun ride! I am quite happy already with https://src.jayvii.de, expanding stagit with a few custom scripts and organising automatic packaging and deployment via hooks
I spent the day fiddling with #stagit and (re-) building my #selfhosted, tiny #git server using my custom adjustment framework. #OpenSource #FreeSoftware