https://github.com/madeindjs/portfolio
My portfolio powered with Jekyll
https://github.com/madeindjs/portfolio
blog contact jekyll portfolio-website resume
Last synced: 4 months ago
JSON representation
My portfolio powered with Jekyll
- Host: GitHub
- URL: https://github.com/madeindjs/portfolio
- Owner: madeindjs
- License: mit
- Created: 2017-09-12T12:47:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T14:47:20.000Z (about 1 year ago)
- Last Synced: 2025-06-20T14:42:57.993Z (12 months ago)
- Topics: blog, contact, jekyll, portfolio-website, resume
- Language: Astro
- Size: 23.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
My portfolio build [Jekyll](https://jekyllrb.com/). See me in action at .

## Setup
```bash
npm i
```
Then start development server
```bash
npm run dev
```
or build website
```bash
npm run build
```
## License
[WTFPL](http://www.wtfpl.net/)