Commit Graph

11 Commits

Author SHA1 Message Date
ccbikai
793bc52f19 feat: enhance code highlighting with flourite
Integrate flourite for improved language detection in code blocks, replacing manual detection logic. This enhances accuracy and supports a broader range of languages for syntax highlighting. Additionally, streamline CSS inclusion for code highlighting by importing directly from the package, reducing reliance on external CDN.
2024-08-11 10:14:03 +08:00
Pierre Nel
cee00bde0d Update base.astro
Undid vscode mangling the rest of the file
2024-08-09 11:46:50 +02:00
Pierre Nel
ddfcec21c2 parse code snippets ie ``js const a = 1;`` in Telegram and perform syntax highlighting in the post using Prism 2024-08-09 11:37:54 +02:00
ccbikai
d72c03fd34 feat: improve back-to-top icon integration
Refactor back-to-top icon import for better performance and maintainability.
2024-08-08 21:44:42 +08:00
面条
2d895e46ce Merge pull request #20 from stvlynn/main
add backToTop button
2024-08-08 21:00:47 +08:00
Steven Lynn
3e122dbd39 add back-to-top.svg 2024-08-07 19:23:11 +08:00
Steven Lynn
2007b6392f removed backToTop.js 2024-08-06 21:37:17 +08:00
ccbikai
877279ac03 feat: add meta charset in head for SEO improvement 2024-08-06 20:49:24 +08:00
Steven Lynn
348192f1b9 add backToTop button 2024-08-06 17:46:59 +08:00
ccbikai
b8ab845520 feat: enhance CSS processing and content rendering
- Added postcss-nesting for improved CSS nesting support
- Updated dependencies to support new CSS processing features
- Modified HTML content handling to improve accessibility and styling
- Enhanced post content parsing for better rendering and SEO
2024-08-06 13:02:57 +08:00
ccbikai
c39ab2d528 feat: init 2024-08-04 20:42:51 +08:00