Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weijuer/blog
weijuer's blog
https://github.com/weijuer/blog
Last synced: 9 days ago
JSON representation
weijuer's blog
- Host: GitHub
- URL: https://github.com/weijuer/blog
- Owner: weijuer
- Created: 2019-01-31T07:15:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:41:41.000Z (about 2 years ago)
- Last Synced: 2024-11-13T07:34:55.505Z (2 months ago)
- Language: Shell
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
It's a net blog based on [VuePress](https://vuepress.vuejs.org/), which is composed of two parts: a minimalistic static site generator with a Vue-powered theming system, and a default theme optimized for writing technical documentation. It was created to support the documentation needs of Vue's own sub projects.
## Features
- Built-in markdown extensions optimized for technical documentation
- Ability to leverage Vue inside markdown files
- Vue-powered custom theme system
- Automatic Service Worker generation
- Google Analytics Integration
- "Last Updated" based on Git
- Multi-language support
- A default theme with:
- Responsive layout
- Optional Homepage
- Simple out-of-the-box header-based search
- Algolia Search
- Customizable navbar and sidebar
- Auto-generated GitHub link and page edit links## Todo
- Home page
- Customized themes
- Music
- Contact## How it work?
You can now start writing with:
```sh
yarn docs:dev # OR npm run docs:dev
```
To generate static assets, run:
```sh
yarn docs:build # Or npm run docs:build
```