Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.