stvfrnzl, to Astro
@stvfrnzl@mastodon.online avatar

Inspired by @matthiasott great newsletter: has anyone experience implementing #webmentions with @astro?

Here's his article: https://buttondown.email/ownyourweb/archive/issue-14/

And here's what I found but couldn't test yet: https://kld.dev/adding-webmentions/

#ssr #StaticSiteGenerator #astro #html #css #JavaScript #WebDev #Frontend #IndieWeb

denis, to ruby
@denis@ruby.social avatar
weirdwriter, to 11ty

Making a getting started guide for screen reader users that want to try a Static Site Generator and I was sad to discover that is not in any Windows package manager I can find. If this isn’t correct let me know so I can get this right. For now, looks like the guide will be for Hugo

bridgetown, to webdev
@bridgetown@ruby.social avatar

Some thoughts by @jaredwhite on "sneaky" injections in your built HTML output as highlighted by @zachleat:

https://community.bridgetown.pub/post/18

stvfrnzl, to Astro
@stvfrnzl@mastodon.online avatar

To whoever it my concern: I just updated my @astro starter template to the latest version.

Also changed the pre-commit hook so it not only runs "astro check" before commiting but also builds the project.

https://astro-naut-template.vercel.app/

andreagrandi, to Blog
@andreagrandi@mastodon.social avatar

Does anyone know how to change the image being rendered in social media from a post generated with ?

I often include a few pictures in the post and I would like to be able to have one of them shown in the preview.

Instead, my profile picture (the one you also see here on my Mastodon profile) is always shown.

Maybe @justin knows?

paulox,
@paulox@fosstodon.org avatar

@hamatti @andreagrandi it's exactly that. ☝️
I added Open Graph metadata in my Pelican-based blog, and now different images show up in preview card when I share URLs ✨
You can read the HTML code from my home page as an example: 👇
https://www.paulox.net/

stvfrnzl, to markdown
@stvfrnzl@mastodon.online avatar

Question specifically to @astro users who run a powered : What does your file structure look like?

I've separated content and images, cause I thought it was a clean approach. Now I'm thinking to have everything inside the content folder.

Bonus question: How do you deal with thumbnails? They're currently stored separately in the public folder, otherwise they won't work.

stvfrnzl, to markdown
@stvfrnzl@mastodon.online avatar

I need your help @astro users & lovers!🚀

I have a where I want to use the thumbnail of a post also as image for social link previews. Problem is I can't get it to work because of file path issues. This file is in the "src" folder.

Do I need to store a duplicate in the "public" folder to make this work? My blog post layout has pre-defined, optional thumbnail prop where I pass the blog posts thumbnail.

1/2

denis, to random
@denis@ruby.social avatar

With Bear (https://bear.app) supporting custom note metadata now, I can assign slugs to my notes.

This gives the (public) notes on my web site much nicer URLs!

gunnarsson, to 11ty
@gunnarsson@mastodon.social avatar

New on my tiny blog: A post about @eleventy and why it brings me joy. I struggled a bit writing this text for some reason, but it came out OK ... sort of.

https://www.martingunnarsson.com/posts/eleventy-brings-me-joy/

stvfrnzl, to SEO
@stvfrnzl@mastodon.online avatar

A couple days ago I created a very opinionated for @astro, check it out: https://astro-naut-template.vercel.app/

It comes with a couple neat things, like , , & config, hooks, @andy famous and more!

Hope this helps whoever is creating websites with , any feedback appreciated.🤗

fromjason, to 11ty
@fromjason@mastodon.social avatar

What are some methods for estimating how many people have signed up for your RSS?

fromjason, to 11ty
@fromjason@mastodon.social avatar

Just launched a v2 of my site 🎉🎉

From Jason 2.0 is an 11ty-powered digital garden with multiple plots. Each plot behaves as a distinct blog and lives in the "p" directory. (Think Reddit and subreddits.)

Building this site has been so fun :) Full write up below.

yuliyan, to Blog
@yuliyan@nahe.social avatar

I need to upgrade my static site since I have a bunch of articles to post and just hit the limit of maintainable complexity. Which static site generators do you recommend to someone new to the concept? Why?

Features I am looking for:

  • as little dependencies as possible
  • markdown compatibility (duh)
  • fully customizable css
  • rss support
  • sanity

zeroiee, (edited ) to webdev
@zeroiee@techhub.social avatar

We have added a language switch to our homepage https://www.zero-iee.com .

The Hugo static site generator is making this a breeze! 👍

Not only is it relatively simple to add new functionality, but also we don't need to worry about web service security. Hosting is done by our supplier and there is no CMS that needs updates or has security flaws introduced by badly maintained plugins 💪

Static site generators are not for every use case - but they are just perfect for small sites that are updated infrequently. Most Wordpress-based small business websites could also be a static website generated by a tool like Hugo.

floppy, to random
@floppy@fosstodon.org avatar

Planned to host a blog for a while. Besides a nice name the remaining thing to worry about was the #CommentSystem for the #StaticSite.

No solution is perfect, but I think I might have conjured up a compromise that works for me:

  • publish new article
  • distribute link to article on Fediverse (possibly multiple instances)
  • regularly fetch comments and store locally (on any machine)
  • integrate stored comments statically in website's HTML

#SSG #StaticSiteGenerator

develwithoutacause, to BayArea
@develwithoutacause@techhub.social avatar

Are there any good conferences / meetups with an open in the or virtual?

There are a few projects I've been working on which I'd love to give talks about and share with the community (not Angular related). Could be talking about any/all of:

  1. - A different take on hydration in an HTML-first world. https://github.com/dgp1130/HydroActive/
  2. - A ruleset serving as a fast and scalable . https://github.com/dgp1130/rules_prerender/
  3. - A no-tooling, web standard-based approach to HTML over the wire. https://blog.dwac.dev/posts/html-fragments/

Greatly appreciate boosts for reach!

cjerrington, to wordpress
@cjerrington@mstdn.social avatar

looking at why my site crashed when doing plugin update and thinking it was a version compatibility, when it was a hosting issue running out of disk quota.

When unlimited isn't really unlimited on our reseller account. Guess this is why I also prefer now.

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar

Gojekyll: A fast, partially compatible Go clone of Jekyll: https://github.com/osteele/gojekyll

jd7h, to python
@jd7h@fosstodon.org avatar

After 10+ years of building my personal website with Jekyll, I took the leap and wrote my own static site generator based on makesite.py. It's great to work in the Python ecosystem now. I never got the hang of proper Gem-management, so updating Jekyll was always a bit of a chore.
I also updated the design, following the guidelines from https://brutalist-web.design/ by @davetron5000.

Result: https://www.judithvanstegeren.com

thestrangelet, to programming
@thestrangelet@fosstodon.org avatar

Hey Nerds, what's your favorite static site generator?

hamatti, to blogging
@hamatti@mastodon.world avatar

Took me ~3 hours to create systems both on Notion's side and Eleventy's side to turn Notion into my new headless CMS and it's already so much more powerful than my Ghost installation was.

It also fixes a bunch of issues I had with Ghost so they'll never propagate into my new blog posts.

Amazing what a good flow state and desire for a good blog writing experience drives one to achieve.

AppleTalk, to webdev

@RapidWeaver is on sale today in the Indie Apps Sale. Despite the “weaver” name it’s really much more of a strict theme-based “static site generator” with a nice Mac GUI, than a freeform tool.

Which is actually just the kind of thing I’m looking for!

I’m going to try redesigning my hand-coded site https://appletalk.neocities.org because like we learned in the 90s, it’s really a pain to edit the navigation menu on every single page when you add some new content.

Anyway, check it out if you’re looking for an for with a nice simple . They have a free trial too. https://www.realmacsoftware.com/rapidweaver/

jonathanmatthews, to random
@jonathanmatthews@fosstodon.org avatar

The few times I’ve used the I’ve rapidly become bogged down in off-putting low level detail. I just want to write words, select a theme, run a command, and push the resulting nice-looking site!
What can I check out that would give me a closer-to-hosted-Wordpress level of “choose theme; type words; have website” initial effort (even if that absolutely implies a low degree of customisation/flexibility)?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • rosin
  • ngwrru68w68
  • tacticalgear
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • Durango
  • slotface
  • everett
  • vwfavf
  • kavyap
  • megavids
  • anitta
  • khanakhh
  • GTA5RPClips
  • cisconetworking
  • InstantRegret
  • ethstaker
  • osvaldo12
  • tester
  • provamag3
  • modclub
  • cubers
  • normalnudes
  • JUstTest
  • All magazines