Simple Fast Effective. Create your own portfolio quickly with Eleventy | 11ty
git clone https://github.com/ademhatay/neon-eleventy-portfolio && cd neon-eleventy-portfolio
yarn install // or npm install
Quickly create your own portfolio by changing the following files.
src/_data/settings.js
src/_data/author.js
src/_data/educations.js
src/_data/experiences.js
project
│ README.md
│ package.json
| ...
│
└───src
│ │
│ └────_data
│ │ settings.js
│ │ author.js
│ │ educations.js
| | experiences.js
- Go to the
projects
folder and create a new folder. your folder name will be your slug url. - You can start by editing the sample project
- Go to the
blog
folder and create a new folder. your folder name will be your slug url. - You can start by editing the sample blog post
Feel free to send a pull request. We are stronger together.
- Adem Hatay | ademhatay.com
GNU GENERAL PUBLIC LICENSE