Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulrobertlloyd/paulrobertlloyd-v4
My personal website. There are many like it, but this is mine.
https://github.com/paulrobertlloyd/paulrobertlloyd-v4
eleventy-website indieweb personal-website
Last synced: 1 day ago
JSON representation
My personal website. There are many like it, but this is mine.
- Host: GitHub
- URL: https://github.com/paulrobertlloyd/paulrobertlloyd-v4
- Owner: paulrobertlloyd
- Created: 2018-10-23T18:30:31.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T14:34:04.000Z (1 day ago)
- Last Synced: 2025-01-20T15:36:18.164Z (1 day ago)
- Topics: eleventy-website, indieweb, personal-website
- Language: JavaScript
- Homepage: https://paulrobertlloyd.com
- Size: 261 MB
- Stars: 88
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# paulrobertlloyd.com
_My personal website. There are many like it, but this is mine._
## Installation
1. `git clone [email protected]:paulrobertlloyd/paulrobertlloyd-v4.git`
2. `cd paulrobertlloyd-v4`
3. `npm install`
4. `git submodule update --init --remote`
5. `npm run build`Ensure the following environment variables are set:
- `MAPBOX_TOKEN`: [API key from Mapbox](https://www.mapbox.com)
- `OMDBAPI_TOKEN`: [API key from OMDb API](http://omdbapi.com)
- `WEBCAL_TOKEN`: The token provided in the last part of a `webcal://` URLGenerated files are written to the `www` directory.
## Development
When developing the site, you may want files automatically compiled and the browser to refresh automatically. To do this, run `npm start`.
## Deployment
This site is deployed automatically by Netlify whenever files are pushed to the `main` branch.
© [Paul Robert Lloyd](https://paulrobertlloyd.com)