Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivierjm/olivierjm.dev
Personal website built with Gatsby and hosted on netlify
https://github.com/olivierjm/olivierjm.dev
blog netlify personal-website reactjs
Last synced: 25 days ago
JSON representation
Personal website built with Gatsby and hosted on netlify
- Host: GitHub
- URL: https://github.com/olivierjm/olivierjm.dev
- Owner: OlivierJM
- Created: 2019-05-10T05:45:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T03:44:02.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T22:04:03.945Z (over 1 year ago)
- Topics: blog, netlify, personal-website, reactjs
- Language: SCSS
- Homepage: https://olivierjm.dev
- Size: 5.78 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/6f09e1c5-14d2-47e1-be55-eeb90ffd46dd/deploy-status)](https://app.netlify.com/sites/eleventy-blog-mnml/deploys)
# **eleventy-blog-mnml**
A minimal blog built using [eleventy](https://www.11ty.io/docs/).
## How to Use?
1. Clone this repo
2. Install dependencies by running `npm i`
3. Add your blog posts (in markdown) in the `posts` folder.
4. Run a copy of the project locally using `npm run serve` to see your changes locally.
5. Run `npm run build` which will build your website in the `_site` folder which you can deploy.