home.social

#jekyll — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jekyll, aggregated by home.social.

  1. For those trying to migrate their GitHub Pages (i.e. Jekyll SSG) to Forgejo/Codeberg Pages and struggling with the absolutely subpar documentation:

    Here is the crucial snippet for your workflow YAML that makes things "just work":

    - uses: actions/checkout@v5
    - uses: github.com/actions/jekyll-buil
    - uses: actions/git-pages@v2

    #github #forgejo #codeberg #pages #jekyll

  2. Spent several days of free time updating my Python script that converts my Fedi/Mastodon posts to Jekyll posts so that I can feed it individual post URLs instead of an entire archive. I kind of had a mental block preventing me from manually updating things when I knew it could be semi-automated, so I've fallen behind. Hopefully it goes smoother from here? We'll see.

    codeberg.org/jim-p/mastodon2je

    I have tested it on individual posts, but not on archives again yet. Maybe tonight.

    #Python #Jekyll

  3. Check out this nice custom Jekyll plugin I built to display selected #Mastodon posts with images and the "photography" hashtag in an Instagram-like grid :)

    You can clearly see how using #Korean apps has influenced my design style in ways I probably can’t undo.

    Would anyone be interested if I released it?

    #Design #Ruby #Jekyll #Plugin #WebDevelopment #WebDesign #IndieWeb

  4. Check out this nice custom Jekyll plugin I built to display selected #Mastodon posts with images and the "photography" hashtag in an Instagram-like grid :)

    You can clearly see how using #Korean apps has influenced my design style in ways I probably can’t undo.

    Would anyone be interested if I released it?

    #Design #Ruby #Jekyll #Plugin #WebDevelopment #WebDesign #IndieWeb

  5. Check out this nice custom Jekyll plugin I built to display selected #Mastodon posts with images and the "photography" hashtag in an Instagram-like grid :)

    You can clearly see how using #Korean apps has influenced my design style in ways I probably can’t undo.

    Would anyone be interested if I released it?

    #Design #Ruby #Jekyll #Plugin #WebDevelopment #WebDesign #IndieWeb

  6. Check out this nice custom Jekyll plugin I built to display selected #Mastodon posts with images and the "photography" hashtag in an Instagram-like grid :)

    You can clearly see how using #Korean apps has influenced my design style in ways I probably can’t undo.

    Would anyone be interested if I released it?

    #Design #Ruby #Jekyll #Plugin #WebDevelopment #WebDesign #IndieWeb

  7. Check out this nice custom Jekyll plugin I built to display selected #Mastodon posts with images and the "photography" hashtag in an Instagram-like grid :)

    You can clearly see how using #Korean apps has influenced my design style in ways I probably can’t undo.

    Would anyone be interested if I released it?

    #Design #Ruby #Jekyll #Plugin #WebDevelopment #WebDesign #IndieWeb

  8. With all the #NPM attacks, I'm thinking about ditching PeerTube and setting up some sort of a thing with a combination of Jekyll and Hyper8 to have a website with the styling that I want it to have rather than Hyper8 since I don't really like how it looks. I want to have it so RSS feeds work for stuff too, and having comments work from other federated services would be nice but I would need to ensure blocking and moderation works and allow myself to add comments too.

    #PeerTube #Hyper8 #Jekyll

  9. With all the #NPM attacks, I'm thinking about ditching PeerTube and setting up some sort of a thing with a combination of Jekyll and Hyper8 to have a website with the styling that I want it to have rather than Hyper8 since I don't really like how it looks. I want to have it so RSS feeds work for stuff too, and having comments work from other federated services would be nice but I would need to ensure blocking and moderation works and allow myself to add comments too.

    #PeerTube #Hyper8 #Jekyll

  10. With all the #NPM attacks, I'm thinking about ditching PeerTube and setting up some sort of a thing with a combination of Jekyll and Hyper8 to have a website with the styling that I want it to have rather than Hyper8 since I don't really like how it looks. I want to have it so RSS feeds work for stuff too, and having comments work from other federated services would be nice but I would need to ensure blocking and moderation works and allow myself to add comments too.

    #PeerTube #Hyper8 #Jekyll

  11. With all the #NPM attacks, I'm thinking about ditching PeerTube and setting up some sort of a thing with a combination of Jekyll and Hyper8 to have a website with the styling that I want it to have rather than Hyper8 since I don't really like how it looks. I want to have it so RSS feeds work for stuff too, and having comments work from other federated services would be nice but I would need to ensure blocking and moderation works and allow myself to add comments too.

    #PeerTube #Hyper8 #Jekyll

  12. With all the #NPM attacks, I'm thinking about ditching PeerTube and setting up some sort of a thing with a combination of Jekyll and Hyper8 to have a website with the styling that I want it to have rather than Hyper8 since I don't really like how it looks. I want to have it so RSS feeds work for stuff too, and having comments work from other federated services would be nice but I would need to ensure blocking and moderation works and allow myself to add comments too.

    #PeerTube #Hyper8 #Jekyll

  13. If you want to up your game on taking advantage of Bootstrap for your web pages while also tailoring the look and feel to be your own, learning to use SASS (a preprocessor for CSS) will make your job easier. @bart explains in Part A of PBS184 in this mammoth podcast episode.

    pbs.bartificer.net/pbs184

    #Programming #CSS #SASS #Jekyll

  14. If you want to up your game on taking advantage of Bootstrap for your web pages while also tailoring the look and feel to be your own, learning to use SASS (a preprocessor for CSS) will make your job easier. @bart explains in Part A of PBS184 in this mammoth podcast episode.

    pbs.bartificer.net/pbs184

    #Programming #CSS #SASS #Jekyll

  15. If you want to up your game on taking advantage of Bootstrap for your web pages while also tailoring the look and feel to be your own, learning to use SASS (a preprocessor for CSS) will make your job easier. @bart explains in Part A of PBS184 in this mammoth podcast episode.

    pbs.bartificer.net/pbs184

    #Programming #CSS #SASS #Jekyll

  16. If you want to up your game on taking advantage of Bootstrap for your web pages while also tailoring the look and feel to be your own, learning to use SASS (a preprocessor for CSS) will make your job easier. @bart explains in Part A of PBS184 in this mammoth podcast episode.

    pbs.bartificer.net/pbs184

    #Programming #CSS #SASS #Jekyll

  17. If you want to up your game on taking advantage of Bootstrap for your web pages while also tailoring the look and feel to be your own, learning to use SASS (a preprocessor for CSS) will make your job easier. @bart explains in Part A of PBS184 in this mammoth podcast episode.

    pbs.bartificer.net/pbs184

    #Programming #CSS #SASS #Jekyll

  18. I have been trying to get a local install of Jekyll to build correctly, and it won’t do so with anything other than the default theme. I’m a total noob at this stuff, but it shouldn’t be that hard. Build doesn't work with remote themes. With locally installed gem themes, I get a complaint on build that the gem is not installed when it clearly is, and the path is in my $PATH.

    #jekyll

  19. I have been trying to get a local install of Jekyll to build correctly, and it won’t do so with anything other than the default theme. I’m a total noob at this stuff, but it shouldn’t be that hard. Build doesn't work with remote themes. With locally installed gem themes, I get a complaint on build that the gem is not installed when it clearly is, and the path is in my $PATH.

    #jekyll

  20. I have been trying to get a local install of Jekyll to build correctly, and it won’t do so with anything other than the default theme. I’m a total noob at this stuff, but it shouldn’t be that hard. Build doesn't work with remote themes. With locally installed gem themes, I get a complaint on build that the gem is not installed when it clearly is, and the path is in my $PATH.

    #jekyll

  21. I have been trying to get a local install of Jekyll to build correctly, and it won’t do so with anything other than the default theme. I’m a total noob at this stuff, but it shouldn’t be that hard. Build doesn't work with remote themes. With locally installed gem themes, I get a complaint on build that the gem is not installed when it clearly is, and the path is in my $PATH.

    #jekyll

  22. I have been trying to get a local install of Jekyll to build correctly, and it won’t do so with anything other than the default theme. I’m a total noob at this stuff, but it shouldn’t be that hard. Build doesn't work with remote themes. With locally installed gem themes, I get a complaint on build that the gem is not installed when it clearly is, and the path is in my $PATH.

    #jekyll

  23. I finally added the widget to my website, I also learned a bit more magic

  24. Here's a handy diagram I made showing the main pieces of Jekyll's page building pipeline.

    When I was learning Jekyll, I had difficulty visualizing how all of the various parts came together. So, I sat down and mapped it all out. This was way back in 2020!

    Just came across the original diagram. Did a little retouching and coloring, and wanted to share it out with anyone who might find it useful!

    #jekyll #ssg

  25. On the blog front does anyone have a favorite Jekyll theme? I currently tried out chirpy but I think I would prefer one where the landing page was the full posts rather than summaries.

    #jekyll

  26. On the blog front does anyone have a favorite Jekyll theme? I currently tried out chirpy but I think I would prefer one where the landing page was the full posts rather than summaries.

    #jekyll

  27. On the blog front does anyone have a favorite Jekyll theme? I currently tried out chirpy but I think I would prefer one where the landing page was the full posts rather than summaries.

    #jekyll

  28. On the blog front does anyone have a favorite Jekyll theme? I currently tried out chirpy but I think I would prefer one where the landing page was the full posts rather than summaries.

    #jekyll

  29. On the blog front does anyone have a favorite Jekyll theme? I currently tried out chirpy but I think I would prefer one where the landing page was the full posts rather than summaries.

    #jekyll

  30. Positivity Today is a good day for positivity. Sometimes I get so focused on the negative that I forget how good things actually are. Today is a good day for positivity. Sometimes I get so focused ...

    #jekyll #update

    Origin | Interest | Match
  31. Do you really want the US to “win” AI? By all accounts, I should be a neofeudalist. I should love what’s happening. The AI I dreamed of my whole life is being built, engineer-type strongmen a...

    #jekyll #update

    Origin | Interest | Match
  32. Believe it or not, this website is built entirely with Jekyll: darae.studio/

    I wanted my company website to be statically generated for several reasons, with performance being the main one.

    There were definitely some challenges, like multilingual support and implementing asset hashing to handle cache busting when files change, but nothing that couldn’t be solved with a few custom plugins.

    #Jekyll #WebDesign #WebDevelopment

  33. Learning #github, day 5: Y'ALL! I created a sample blog using GitHub Pages and #jekyll. I wasn't familiar with the latter at all. I'm proud of myself because the previous lesson on markdown was tough. Woo hoo! github.com/skills/github-pages

  34. Learning #github, day 5: Y'ALL! I created a sample blog using GitHub Pages and #jekyll. I wasn't familiar with the latter at all. I'm proud of myself because the previous lesson on markdown was tough. Woo hoo! github.com/skills/github-pages

  35. Learning #github, day 5: Y'ALL! I created a sample blog using GitHub Pages and #jekyll. I wasn't familiar with the latter at all. I'm proud of myself because the previous lesson on markdown was tough. Woo hoo! github.com/skills/github-pages

  36. Learning #github, day 5: Y'ALL! I created a sample blog using GitHub Pages and #jekyll. I wasn't familiar with the latter at all. I'm proud of myself because the previous lesson on markdown was tough. Woo hoo! github.com/skills/github-pages

  37. Learning #github, day 5: Y'ALL! I created a sample blog using GitHub Pages and #jekyll. I wasn't familiar with the latter at all. I'm proud of myself because the previous lesson on markdown was tough. Woo hoo! github.com/skills/github-pages

  38. Ah, the classic tale of swapping bloated #WordPress for the esoteric elegance of #Jekyll, because who doesn't love the thrill of #debugging markdown? 🤓🔧 Don't worry about those pesky #SEO metrics—they're just there to remind you of how much traffic you won't get. 🚀📉
    demandsphere.com/blog/rebuildi #Markdown #Minimalism #HackerNews #ngated

  39. Ah, the classic tale of swapping bloated #WordPress for the esoteric elegance of #Jekyll, because who doesn't love the thrill of #debugging markdown? 🤓🔧 Don't worry about those pesky #SEO metrics—they're just there to remind you of how much traffic you won't get. 🚀📉
    demandsphere.com/blog/rebuildi #Markdown #Minimalism #HackerNews #ngated