Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!).

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).