Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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