Terminal-like blog theme built from [Astro] https://lab.gb0.dev
Find a file Use this template
2025-05-02 09:37:10 +08:00
.idea chore: add idea config 2025-05-01 17:44:17 +08:00
.vscode initial commit 2025-05-01 16:53:18 +08:00
public feat: change the footer 2025-05-01 17:43:46 +08:00
src fix: footer svg not appear on multi-level pages 2025-05-02 09:37:10 +08:00
.gitignore initial commit 2025-05-01 16:53:18 +08:00
astro.config.mjs chore: update package info 2025-05-01 21:24:52 +08:00
LICENSE initial commit 2025-05-01 16:53:18 +08:00
package.json chore: update package info 2025-05-01 21:24:52 +08:00
pnpm-lock.yaml initial commit 2025-05-01 16:53:18 +08:00
README.md initial commit 2025-05-01 16:53:18 +08:00
tsconfig.json initial commit 2025-05-01 16:53:18 +08:00

Mercury

(WIP) Terminal-like blog theme built from Astro

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src/
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.