Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinbjeldbak/website
My personal website
https://github.com/martinbjeldbak/website
astro blog cloudflare cloudflare-pages
Last synced: about 2 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/martinbjeldbak/website
- Owner: martinbjeldbak
- Created: 2019-06-27T15:27:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T06:30:44.000Z (about 1 year ago)
- Last Synced: 2024-12-15T09:11:19.879Z (about 2 months ago)
- Topics: astro, blog, cloudflare, cloudflare-pages
- Language: XSLT
- Homepage: https://martinbjeldbak.com
- Size: 23 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# martinbjeldbak.com
This repository contains code for my website, hosted at [martinbjeldbak.com](https://martinbjeldbak.com).
It's built with [Astro](https://astro.build/)
## 🧞 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:3000` |
| `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 |## TODO
- Add bold to current page in header
- Add https://docs.astro.build/en/guides/integrations-guide/sitemap/
- Add https://github.com/alextim/astro-lib/tree/main/packages/astro-robots-txt#readme
- Add post first xxx words to index, add "continue reading" if longer. This will make my index look more filled out
- Add https://docs.astro.build/en/core-concepts/astro-pages/#custom-404-error-page page
- Add ToC with https://github.com/theisel/astro-toc
- Add related posts at bottom (once I write more)
- Dynamic light/dark mode support for codeblocks [link](https://github.com/shikijs/shiki/blob/main/docs/themes.md#dark-mode-support)