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

https://github.com/patarapolw/vue-blogify

Vue CLI static blogging platform
https://github.com/patarapolw/vue-blogify

vue-cli vue-cli-3

Last synced: 3 months ago
JSON representation

Vue CLI static blogging platform

Awesome Lists containing this project

README

        

Markdown-customizable (Showdown.js) static blogging platform

## How to use

- Create a new folder with `config.yaml`
- `git init && git submodule add https://github.com/patarapolw/vue-blogify.git`
- `npm init -y && npm i ./vue-blogify`
- Add `vue-blogify` and `vue-blogify --build` to `"scripts"` section of `package.json`
- Try running the script

## Language support

This blog not only support Markdown, but also Pug via . HTML is also supported.

## Custom markdown extension

You can easily create custom Showdown.js extension using .

## Deploying to GitHub Pages

- You might use

```
vue-blogify --build
gh-pages -d dist -t true
```

- Note that `-t true` is required, because `vue-blogify` also has `.nojekyll`.

## Example