Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hans5958/blog
📄 Blog for writings by me (with Astro!).
https://github.com/hans5958/blog
astro blog giscus tailwindcss vue
Last synced: 2 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T05:39:57.000Z (8 months ago)
- Last Synced: 2024-10-11T01:48:45.881Z (3 months ago)
- Topics: astro, blog, giscus, tailwindcss, vue
- Language: MDX
- Homepage: https://hans5958.github.io/blog/
- Size: 9.28 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-code.md
Awesome Lists containing this project
README
# Blog of Hans
[![Deployment status](https://img.shields.io/github/actions/workflow/status/Hans5958/hans5958.github.io/deploy.yml?label=deploy&style=flat-square)](https://github.com/Hans5958/hyper-flexible-timer/actions/workflows/deploy.yml)
[![License](https://img.shields.io/github/license/Hans5958/blog?style=flat-square)](LICENSE.md)
[![Visit the website on hans5958.github.io/blog](https://img.shields.io/badge/visit-hans5958.github.io/blog-black?style=flat-square)](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).