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

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.

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