basement
community
search
wall of shame
joined some time ago
joined some time ago
content has been deleted
posted 4/23/2023, 11:03 pm
joined apr 10, 2023
im sorry
joined apr 10, 2023
i think part of the main draw of a md -> static site generator is being able to automatically handle putting together things like next/previous post buttons for blog type content, or general organizing of links for navigating around since the generator will know what url everything eventually has. generally id only look towards a SSG when i know im going to want a lot of pages and not want to bother remebering to update links or manage a list on the homepage.
something else that may be nice is being able to setup extra html/js/css for individual pages, in case those need content or interactivity that is distinct from any others. for instance if in content/*
i have myPage.md the generator could look for and automatically link myPage.js/.css if those exist, but only on that page. you could also do that on a per-folder basis, have it look for something like __common.js
posted 4/27/2023, 6:52 am