Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renovamen/blog.zxh.io
My blog 🧐, powered by VuePress 2, themed by Gungnir.
https://github.com/renovamen/blog.zxh.io
blog vuepress vuepress-next vuepress2
Last synced: about 1 month ago
JSON representation
My blog 🧐, powered by VuePress 2, themed by Gungnir.
- Host: GitHub
- URL: https://github.com/renovamen/blog.zxh.io
- Owner: Renovamen
- License: apache-2.0
- Created: 2018-12-01T21:07:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T02:01:05.000Z (about 1 year ago)
- Last Synced: 2024-11-08T07:39:21.246Z (about 1 month ago)
- Topics: blog, vuepress, vuepress-next, vuepress2
- Language: CSS
- Homepage: https://blog.zxh.io
- Size: 144 MB
- Stars: 37
- Watchers: 2
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hi! 🧐
[![blog](https://img.shields.io/badge/Blog-Renovamen-red?style=flat-square)](https://zxh.io) [![renovamen's blog](https://img.shields.io/badge/GitHub-blog.zxh.io-6A7EC2?style=flat-square)](https://github.com/Renovamen/blog.zxh.io) [![VuePress](https://img.shields.io/badge/VuePress-build-1aad19?style=flat-square)](https://github.com/vuejs/vuepress) [![vuepress-theme-gungnir](https://img.shields.io/badge/Gungnir-theme-26a2ff?style=flat-square)](https://github.com/Renovamen/vuepress-theme-gungnir) [![license](https://img.shields.io/badge/License-Apache--2.0-orange?style=flat-square)](LICENSE)
This is my blog, it is powered by [VuePress 2](https://v2.vuepress.vuejs.org/) and themed by [Gungnir](https://github.com/Renovamen/vuepress-theme-gungnir).
It used be be built with:
- [Jekyll](https://jekyllrb.com/): [[code]](https://github.com/Renovamen/blog.zxh.io/tree/jekyll), [[theme]](https://github.com/Renovamen/jekyll-theme-gungnir)
- [VuePress 1](https://v2.vuepress.vuejs.org): [[code]](https://github.com/Renovamen/blog.zxh.io/tree/vuepress-v1), [[theme]](https://github.com/Renovamen/vuepress-theme-gungnir/tree/v0)Any way, just have fun with this blog: [blog.zxh.io](https://blog.zxh.io)
## Usage
Clone the repo and install dependencies:
```bash
pnpm i
```Start developing the site:
```bash
pnpm dev
```Build for production with minification:
```bash
pnpm build
```
## License
This blog is [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) licensed, see the [LICENSE](LICENSE) file for details.