Pixelbook
AstroJS static blog template minimally styled with PicoCSS. Features include Sitemap, RSS feed, dark/light modes, content collection configuration, Tailwind, content tags, and Iconify icons.
Install / Use
/learn @skeptrunedev/PixelbookREADME
Pixelbook
Pixelbook is a starter static blog template minimally styled with PicoCSS. Equipped with out-of-the-box support for a Sitemap, RSS feed, dark/light modes, content collection configuration, Tailwind, content tags, and Iconify icons. Inspired by eatonphil.
See pixelbook.skeptrune.com for a live demo.
🔥 Features
- [x] type-safe markdown
- [x] super fast performance
- [x] accessible
- [x] responsive (mobile ~ desktops)
- [x] SEO-friendly
- [x] light & dark mode
- [x] sitemap & rss feed
- [x] followed best practices
- [x] highly customizable
- [x] dynamic OG image generation for blog posts
- [ ] draft posts
- [ ] pagination
🚀 Project Structure
Inside of Pixelbook, you'll see the following folders and files:
├── .github/
│ └── workflows/
│ └── deploy-pages.yml
├── public/
│ ├── android-chrome-192x192.png
│ ├── android-chrome-512x512.png
│ ├── apple-touch-icon.png
│ ├── favicon-16x16.png
│ ├── favicon-32x32.png
│ └── favicon.ico
├── src/
│ ├── assets/
│ │ └── images/
│ ├── components/
│ │ └── BlogPostCard.astro
│ ├── content/
│ │ ├── blog-categories/
│ │ └── blog-posts/
│ ├── layouts/
│ │ └── Simple.astro
│ ├── pages/
│ │ ├── posts/
│ │ ├── 404.astro
│ │ ├── index.astro
│ │ └── rss.xml.js
│ ├── styles/
│ │ └── global.css
│ ├── content.config.ts
│ └── theme.config.ts
├── astro.config.mjs
├── CNAME
├── .gitignore
├── .nojekyll
├── package.json
├── README.md
├── tsconfig.json
└── yarn.lock
Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.
Any static assets, like images, can be placed in the public/ directory.
All blog posts are stored in src/content/blog-posts. All content tags go in the src/content/blog-categories.
💻 Tech Stack
Main Framework - Astro<br> Type Checking - TypeScript<br> Styling - PicoCSS, TailwindCSS<br> Icons - Iconify via astro-icon<br> Code Formatting - Prettier<br> Deployment - Github Pages
🧞 Commands
All commands are run from the root of the project, from a terminal:
Note! For
Dockercommands we must have it installed in your machine.
Command | Action
:------------- | :-------------------------------------------
yarn install | Installs dependencies
yarn dev | Starts local dev server at localhost:4321
yarn build | Build your production site to ./dist/
yarn preview | Preview your build locally, before deploying
✨ Feedback & Suggestions
If you have any suggestions/feedback, you can contact me via my email or on X @skeptrune. Alternatively, feel free to open an issue if you find bugs or want to request new features.
📜 License
Licensed under the MIT License, Copyright © 2025
Made with 🤍
Related Skills
qqbot-channel
349.9kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.4k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
349.9kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
