med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

353
active users

#staticsitegenerator

0 posts0 participants0 posts today
I have created a static web gallery generator.

https://github.com/blitzgneisserin/staticwebgallery

The “sophistication” about it right now: the Python script extracts with the help of exiftool metadata from the photos and displays the info automatically on the web site. So far, it extracts the keywords from the photos and creates a tag cloud of them, which you can see on the landing page. If you click on a tag, you see the thumbnails of the photos that contain that keyword/tag as metadata. Click on a thumbnail to see the big photo, under the photo you can see a caption which is also automatically created from the extracted metadata, it’s composed of the name of the city, the name of the state and the capture date (datetimeoriginal).

Of course, my plans are much much bigger: the whole project was inspired by the Wordpress plugin Media Library Assistant and it’s metadata mapping capabilities - but I wanted this as a static web site. Here is an example of a gallery web site that uses Worpress/Media Library Assistant.

For all of this to work properly, of course the first step is to get the right metadata into your pictures, which you can do with Digikam, more precisely its tools GPS correlator and reverse geocoding - the latter creates actual location names from gps coordinates and saves them as metadata inside the photo.

#staticwebgallery #ssg #website #python #staticsitegenerator #digikam #metadata #photography #contentmanagement #software #webgallery #webphotogallery #exiftool #imagemagick

Yunohost: Verzeichnisschutz für eigene Websites (my_webapp) mit Bordmitteln (SSO) einrichten:

Die Kurzanleitung richtet sich speziell an Yunohost Nutzende mit custom Websites wie meiner mittels org-publish static site generator erstellten.

https://www.caliandro.de/blog/Yunohost%20Verzeichnisschutz%20f%C3%BCr%20eigene%20Website%20einrichten.html

www.caliandro.deVerzeichnisschutz für eigene Websites mit YunohostIn Yunohost bestimmte Bereiche einer Website mit der integrierten Zugriffssteuerung schützen

I've got a new open source project. "Weaving" is a static site generator where config is optional. The only thing you need to care about is the content of your site and the markup for it.

* Optional config, sane defaults
* Liquid templating language
* Markdown rendering content (support for Liquid too)
* development server built in with live reload
* Static site generation, pure html out.

github.com/davemackintosh/weav

GitHubGitHub - davemackintosh/weaving: Mr. AndersonMr. Anderson. Contribute to davemackintosh/weaving development by creating an account on GitHub.

In our continuing journey to learn to build websites using GitHub Pages, in this installment, @bart teaches us how to create our own theme with Jekyll layouts. Terminology of Jekyll is still tricky, but with some worked examples and a challenge this time, maybe it will start to cement in our brains!

You can find Bart’s fabulous tutorial shownotes and the audio podcast at pbs.bartificer.net/pbs180

Programming by StealthTheming Jekyll

Inspired by @coffeentacos recommending kiki to me (thank you!!), what lesser-known static site generators/website toolkits are you all liking these days?

I'm especially interested in simple/minimal generators with blog support, pleasing defaults, and user-friendly customization, like Quartz, MkDocs + Material for MkDocs, etc. It's pretty common to see Astro or Hugo recommended for just about everything, but I'd really like to learn about some of the interesting smaller projects that are surely out there!

(and for anyone who's curious about kiki: tomo-dashi.itch.io/kiki)

itch.iokiki: a tiny homepage construction set by tomo-dashia construction set for building your own homepage, wiki and blog

For folks who are using static site generators, but are self-hosting your sites, how are you handling deployment if building automatically? I've got Woodpecker CI building my site automatically.

I know I could use SFTP to push it to my web server... but am wondering if there's a more clever way to do this.