https://github.com/ulivz/70-lines-of-vuepress-blog-theme
A VuePress Blog Theme implemented in around 70 lines.
https://github.com/ulivz/70-lines-of-vuepress-blog-theme
Last synced: 6 months ago
JSON representation
A VuePress Blog Theme implemented in around 70 lines.
- Host: GitHub
- URL: https://github.com/ulivz/70-lines-of-vuepress-blog-theme
- Owner: ulivz
- Created: 2019-06-03T19:14:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T15:04:58.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T06:55:11.053Z (6 months ago)
- Language: Vue
- Homepage: https://70-lines-of-vuepress-blog-theme.ulivz.com/
- Size: 14.6 KB
- Stars: 42
- Watchers: 1
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 70-lines-of-vuepress-blog-theme
A VuePress Blog Theme implemented in around 70 lines.
## Motivation
In fact, this project is a classic use case for the [official vuepress blog plugin](https://github.com/ulivz/vuepress-plugin-blog). This project aims to minimize the cost of developing a vuepress blog theme, so that developers only care about the implementation of the theme style, without paying attention to the underlying details of the complex implementation.
## Features
All of following features are out-of-box:- Blogging Convention
- Blog-Styled Permalinks
- Pagination
- Frontmatter-Based Tag Classification## License
MIT · ULIVZ