Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madeindjs/portfolio
My portfolio powered with Jekyll
https://github.com/madeindjs/portfolio
blog contact jekyll portfolio-website resume
Last synced: 20 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T15:53:12.000Z (5 months ago)
- Last Synced: 2024-06-13T20:34:15.990Z (5 months ago)
- Topics: blog, contact, jekyll, portfolio-website, resume
- Language: Astro
- Size: 22.2 MB
- Stars: 0
- Watchers: 4
- 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 .
![screenshot](./public/screenshot.png)
## 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/)