pydanny-v2
A personal blog for the Awesome @Pydanny
- Vuepress
- JavaScript
- Vue
PyDanny.com V2 blog
Getting Started
Installing
navigate to the repository directory
cd pydanny-v2
install dependencies
yarn install
run a development live server
yarn dev
Blogging
start adding new posts into pydanny-v2/_posts/**
Deployment
- generate the static files using:
yarn build
- deploy the content of
.vuepress/dist
to any hosting service, or you can use netlify for continues deployment.
Built With
Authors
- Ahmad Mostafa - Initial work - z3by
- Daniel Roy Greenfeld
License
This project is licensed under the MIT License.