Skip to content

OverflowCat/blog

Repository files navigation

新世界的大门 Logo 新世界的大门 Logo

新世界的大门 blog

Built with Astro Build status

About this blog, see About. Below are technical details.

Develop

  • pnpm install: install deps
  • pnpm bump: update deps
  • pnpm new <slug>: create a new article

License

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.

Changelog

Astro 3.0

scopedStyleStrategy

Remove postcss inaccurate-pseudo-where, as using classes is available in [email protected] and 3.0 uses data attributes.

Image

Moving images from /public to the content collection.

RSS

λ 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)