Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoinerousseau/antoine.rousseau.im
My website
https://github.com/antoinerousseau/antoine.rousseau.im
Last synced: about 5 hours ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/antoinerousseau/antoine.rousseau.im
- Owner: antoinerousseau
- Created: 2012-11-12T17:01:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:55:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T19:46:56.001Z (7 months ago)
- Language: JavaScript
- Homepage: https://antoine.rousseau.im/
- Size: 2.89 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Antoine Rousseau
My personal homepage made with [Gatsby](https://www.gatsbyjs.org/), [Contentful](https://www.contentful.com/) and [Netlify](https://www.netlify.com/).
[https://antoine.rousseau.im](https://antoine.rousseau.im/)
## Requirements
- [Node](https://nodejs.org/) and [Yarn](https://yarnpkg.com/)
## Setup
yarn
Create a [Contentful](https://www.contentful.com/) space. You can use `contentful-export.json` to create the Content Types.
Create a `.env` file with:
CONTENTFUL_SPACE_ID=xxxxxxxx
CONTENTFUL_ACCESS_TOKEN=xxxxxxxx
GATSBY_BUGSNAG=xxxxxxxx## Develop
yarn develop
## Build
yarn build