About this blog, see About. Below are technical details.
pnpm install
: install depspnpm bump
: update depspnpm new <slug>
: create a new article
The code is licensed under the MIT License.
Article contents ususally are licensed under CC BY-NC 4.0, but you should check the license section on each generated pages, or the corresponding article's frontmatter.
The source code is not intended to be used as a starter template, as it contains many custom components designed especially for my own use cases. You can reach me out for help (and I'm happy to do so) if you do want to use this framework for your blog, though.
Remove postcss inaccurate-pseudo-where
, as using classes is available in [email protected] and 3.0 uses data attributes.
sharp
: see Missing Sharp.
Moving images from /public
to the content collection.
-
Use
image()
in frontmatterProblem: Many covers are not local images.
-
Fix og image https://docs.astro.build/en/guides/images/#generating-images-with-getimage
λ src/pages/atom.xml.ts
13:25:37 [astro] Lower case endpoint names are deprecated and will not be supported in Astro 4.0. Rename the endpoint get to GET.
└─ /atom.xml (+142ms)