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
- Host: GitHub
- URL: https://github.com/patarapolw/vue-blogify
- Owner: patarapolw
- Created: 2019-08-21T20:27:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:57:38.000Z (over 2 years ago)
- Last Synced: 2025-02-04T16:23:03.938Z (5 months ago)
- Topics: vue-cli, vue-cli-3
- Language: Vue
- Homepage: https://vue-blogify.patarapolw.now.sh
- Size: 2.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
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