Hey guys, I'm looking for a journaling like theme for #hugossg #hugo #jekyll or #zolassg or in the last case #PelicanSSG
Hey guys, I'm looking for a journaling like theme for #hugossg #hugo #jekyll or #zolassg or in the last case #PelicanSSG
There's an issue under heavy discussion at this moment as to whether #codeberg should continue with the pages service or not.
The server is apparently terribly broken and pages are unreliable.
https://codeberg.org/Codeberg-e.V./Discussion/issues/124#issuecomment-3923084
The only real eu option is to use statichost.eu instead.
https://www.statichost.eu/
It's a shame. It's one of the reasons that I recently moved to codeberg. I checked the doc, it said it worked, but then to use CI you need to get approved for the purpose as resources are limited.
But really, you probably shouldn't use codeberg pages, even for your #jekyll site.
Today on my blog, a bad bot requested the same URL 30 times in less than a second, all from different IPs from residential and mobile ISPs with faked browser user-agents. I understand if they would have requested 30 different URLs in the same time frame, but 30 times the same URL?
If I would be using a dynamic blog like #WordPress without proper caching, the blog could have been down. Thanks to a static site generator like #Jekyll or #Hugo, I’m just annoyed, but not impacted.
figured out a way to embed masto / gotosocial custom emoji in any #jekyll page!
- download the custom_emojis.json for your instance (on GTS this currently requires a token with admin read scope) https://docs.joinmastodon.org/methods/custom_emojis/
- use a script to download the images locally to their shortcodes, here's one i wrote in ruby: https://miyaku.media/downloads/masto-emojis-dl.rb
- install emoji_for_jekyll and point emoji-images-path at the emojis you just downloaded: https://github.com/yihangho/emoji-for-jekyll (won't work with github pages auto-building sites, maybe you can figure out getting jemoji to work with this instead)
- now you can use emoji :shortcodes: anywhere in your jekyll site or blog and they'll get turned into images with an .emoji CSS class!
I’m really into minimalistic themes and enjoy making them a lot. Some with barely any styling, some with a lot of color.
https://michaelnordmeyer.com/let-me-show-you-my-jekyll-themes
If the tools don’t suffice, you find other ways to make it happen by using simple #Unix tools.
https://michaelnordmeyer.com/beautifying-kramdown-output-with-jekyll
Ze spraw około-blogowych, poświęciłem trochę czasu na ulepszenie strony głównej bloga. W końcu są tam jakieś obrazki.
Pamiętajcie, że pod każdą zajawką na blogu znajdują się dodatkowe rekomendacje literatury w temacie. To jest ta jedna rzecz, która ma być unikalna dla strony głównej bloga, niedostępna na social mediach.
Dzięki za zaglądanie tu i na xiegozbior.pl! Zawsze mnie cieszy, że coś co publikuję, może się komuś przydać!
I finally got around to doing something with my blog again. I added #decapcms to my #jekyll based site.
Now I just need to write the next post on the integration with @ubernauten
Short Post:
https://jkoan.de/posts/decap-cms-das-admin-interface-f%C3%BCr-statisches-html.html
#blogging #blog
I extracted using UUIDs as web feed IDs instead of URLs in #Jekyll (or other SSGs) into its own post so I could explain all the code that’s making this happen.
Someone's just shared an interesting probably useful tool in the Jekyll subreddit, to convert Medium posts to markdown and synch to a Jekyll blog for backup (or to migrate I assume). It looks good.
Sry to share a reddit link but it's worth it.
In this installment on PBS about the static site generator Jekyll to create free websites on GitHub, @bart digs into the build process, and how the location, naming, and content of files automatically turn into web pages.
Sorting algorithms with CUDA
https://ashwanirathee.com/blog/2025/sort2/
#ycombinator #jekyll #jekyll_theme #academic_website #portfolio_website
Sorting Algorithm with CUDA
https://ashwanirathee.com/blog/2025/sort2/
#ycombinator #jekyll #jekyll_theme #academic_website #portfolio_website
Posted via Nova Prime: https://mkultra.monster/social-media/2025/03/09/ingest-your-bluesky-posts-to-jekyll.html
Recently, I figured out how to get the mastodon-markdown-archive script working, which is a great script, and you should check it out, here. But! I wanted to do the same thing with Bluesky, in the...