Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keenanpayne/keenanpayne.com
My personal website.
https://github.com/keenanpayne/keenanpayne.com
concise-framework html portfolio portfolio-website sass website
Last synced: about 2 months ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/keenanpayne/keenanpayne.com
- Owner: keenanpayne
- License: mit
- Created: 2015-10-26T00:04:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T23:35:33.000Z (about 2 months ago)
- Last Synced: 2024-10-30T01:50:20.472Z (about 2 months ago)
- Topics: concise-framework, html, portfolio, portfolio-website, sass, website
- Language: SCSS
- Size: 40.3 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keenanpayne.com
[![Netlify Status](https://api.netlify.com/api/v1/badges/23342844-d353-4977-9ac2-e69e9e17fd82/deploy-status)](https://app.netlify.com/sites/keenanpayne/deploys)
This is the repository for my personal website.
Feel free to fork this and use my code and designs for whatever you'd like. You can add credit to myself if you please, but it's not necessary.
## Compilation
1. Fork the repo
2. Install [NodeJS](https://nodejs.org/en/) (recommended version in `.node-version`)
3. CD into the folder: `cd ../path/to/keenanpayne.com`
4. Install NPM dependencies: `npm install`
6. For development: `npm start`
7. For production: `npm run app:build:prod`## Credits
- [Netlify](https://netlify.com)
- Superb web hosting
- [Eleventy](https://11ty.dev/)
- Flexible JavaScript static site generator