https://github.com/caycehouse/caycehouse.com
My personal website and blog
https://github.com/caycehouse/caycehouse.com
blog static-site website
Last synced: 6 months ago
JSON representation
My personal website and blog
- Host: GitHub
- URL: https://github.com/caycehouse/caycehouse.com
- Owner: caycehouse
- Created: 2018-11-27T01:02:20.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-11-19T21:23:48.000Z (8 months ago)
- Last Synced: 2025-11-19T23:18:41.522Z (8 months ago)
- Topics: blog, static-site, website
- Language: Astro
- Homepage: https://caycehouse.com
- Size: 12.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [caycehouse.com](https://caycehouse.com)
My personal website and blog powered by Astro.
## Status
[](https://github.com/caycehouse/caycehouse.com/actions/workflows/ci.yml)
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |