Personal website and blog with Netlify CMS.
Live Demo
Report Bug
·
Request Feature
This project implements my personal website with dynamic management capabilities via Netlify CMS. It follows the Jamstack architecture.
- React
- next.js
- Netlify CMS
- etc.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/veskoy/vesko.dev.git
- Install NPM packages
npm install
Run local development server:
npm run dev
Then access https://localhost:3000, start developing and enjoy live reload!
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project is distributed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.