sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

525
active users

#staticwebsite

0 posts0 participants0 posts today

I asked you what you use for comment management last month. Today, I'm bringing some changes to how I manage comments on my own blog. Read about it here and let me know what you think: ilyess.cc/posts/why-im-adding-

Thanks!

If you have a blog, what do you use for comment management?

Continued thread

2/

"forgejo" comes from the Esperanto word "forĝejo".

"retejo" is (also) an Esperanto word.

The meaning of the Esperanto word "retejo" can be understood as follows:

ret-: The root for "net" or "web".
-ej-: A suffix meaning "place" or "site".
-o: The noun ending.

codeberg.org/reiver/retejo

RE: mastodon.social/@reiver/115203

Codeberg.orgretejoretejo provides an HTTP web-site for one forgejo users. A popular forgejo instance server is codeberg. Thus, retejo works with codeberg.You can think of this as an alternative to Codeberg Pages and GitHub Pages.
Continued thread

2/

Retejo pulls its data from a Forgejo / Gitea site — such as Codeberg.

That means I can write things using whatever text-editor I want by editing a file.

And then push that file to Codeberg — or any other Forgejo / Gitea site — using git

And then, it automatically shows up on my Retejo site

codeberg.org/reiver/retejo

RE: mastodon.social/@reiver/115203

Codeberg.orgretejoretejo provides an HTTP web-site for one forgejo users. A popular forgejo instance server is codeberg. Thus, retejo works with codeberg.You can think of this as an alternative to Codeberg Pages and GitHub Pages.
Continued thread

3/

I kept that type of user in mind when designing Retejo —

That some people want to write in Markdown rather than HTML.

So, Retejo has native support for Markdown.

And, in particular, CommonMark with the GitHub Flavored Markdown (GTM) extensions that most people expect nowadays.

codeberg.org/reiver/retejo

.

RE: mastodon.social/@reiver/115203

Codeberg.orgretejoretejo provides an HTTP web-site for one forgejo users. A popular forgejo instance server is codeberg. Thus, retejo works with codeberg.You can think of this as an alternative to Codeberg Pages and GitHub Pages.

Retejo

I have been working on a new type of web-server for serving static web-sites.

I started working on it recently — on August 23rd. But, have had the idea for it for a number of years.

...

What is different about this web-server for static web-sites‽

Well, of course, it supports HTML.

But, it also supports Markdown, and ActivityPub natively!

codeberg.org/reiver/retejo

Codeberg.orgretejoretejo provides an HTTP web-site for one forgejo users. A popular forgejo instance server is codeberg. Thus, retejo works with codeberg.You can think of this as an alternative to Codeberg Pages and GitHub Pages.

Are people even using something else than YAML front matter in their Markdown (or whatever) files?

Apparently there are SSGs that support HTML <meta> tag front matter, and if you're using ReStructured Text it probably does its own thing. And I bet there's at least one person on the planet building their website from ASN.1 files.

What are _you_ using?

#WebDev#SSG#YAML

Morning!

Need some input.

I have a client who wants a basic site.
He is agnostic about the tech.
But he does need

  • A section that is passworded (that can be shared with credentials to contacts)

I want to use 11ty with Notion (or similar CMS). And do the password stuff with some auth (pretty new to me).

He is a photographer and has some images of drug use/abuse. So I was slightly cautious about putting images that could potentially violate a platforms TOS even if they are only ever served to pages that are behind a passworded folder.

We can happily go down the Wordpress route. My preference would be to avoid that, but at least he would have ownership of the DB.

Any thoughts? Insights?

TIA

Looking for CMS advice

Hey Web devs!

Do you have any suggestions, tips, opinions, dos, don’ts about headless CMSes?

I have a growing list of small/mid non-profits and collectives asking for my help to (re)make their website. I totally want to help, but I don’t have much time, especially considering that they generally have little or no funding—I would most definitely point them to @VillageOneCoop, otherwise.

Therefore, I want a super simple and replicable solution where I can copy-paste most of the code, while providing them with a stable, fast, and modern solution. I had a look at the Headless CMS section in the Jamstack website, but I need opinions from people who actually used some of that software already.

Needs

  • I want to code and configure everything using @eleventy
  • Admin interface () for the client to add pages and write posts
  • Static website in the front-end
  • Simple and reliable CI/CD
  • No/minimal maintenance after the first setup
  • Self-hostable (I was taking this for granted so much that I forgot to write it)
  • If it requires forge integration, it should support

Nice to have

  • Possibly using , not
  • Allowing the client to customize a bit their website through the admin interface, with a GUI
  • CMS app packaged on @yunohost
  • No CMS vendor lock-in
  • I’d love to write as little JavaScript as possible

Absolutely not

Please, boost this and ask around! Links to videos, tutorials, and resources are welcome.

People whose perspective I would really value: @zachleat @harryfk @deno_land @jaredwhite @vanillaweb @stefan @mxbck @WeirdWriter @deadsuperhero (Sorry if I am spamming you!)

Jamstack.orgHeadless CMS - Top Content Management Systems | JamstackCheck out this showcase of some of the best, open source headless CMSes. This is community-drive so be sure to submit your favorite CMS today!
#Eleventy#11ty#CMS