https://github.com/hans5958/blog
📄 Blog for writings by me (with Astro!).
https://github.com/hans5958/blog
astro blog giscus tailwindcss vue
Last synced: 4 months ago
JSON representation
📄 Blog for writings by me (with Astro!).
- Host: GitHub
- URL: https://github.com/hans5958/blog
- Owner: Hans5958
- License: cc-by-sa-4.0
- Created: 2023-01-24T06:41:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T04:56:21.000Z (7 months ago)
- Last Synced: 2025-02-28T12:06:47.552Z (5 months ago)
- Topics: astro, blog, giscus, tailwindcss, vue
- Language: MDX
- Homepage: https://hans5958.github.io/blog/
- Size: 9.46 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-code.md
Awesome Lists containing this project
README
# Blog of Hans
[](https://github.com/Hans5958/hyper-flexible-timer/actions/workflows/deploy.yml)
[](LICENSE.md)
[](https://hans5958.github.io.blog)This repository hosts my writings/articles that I ever published. It could be anything, whether it is about programming, gaming, or maybe other things that I find interesting.
Some of the literature has been published on other services, but I consolidate them into this single blog.
> This is **generation 3** (v3) of the project. If you want to check the previous generation (generation 2 with Jekyll), check out https://github.com/Hans5958/blog-jekyll.
## 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 |## License
The posts are licensed under the terms of [Creative Commons Attribution-ShareAlike 4.0 International license](LICENSE.md)
The code that builts the site is licensed under the terms of [MIT license](LICENSE-code.md).