gabrielperales / reblog

static blog generator done with ReasonML and Reason React

Home Page:https://re-blog.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REblog

Won't be cool to have a static blog written in ReasonML? So this is a proof of concept to achieve that using Reason React, Parcel and some Parcel plugins to load markdown files and also for generating those static files.

Things to improve

  • Add syntax highlight for code blocks inside posts
  • Prerender css
  • Code splitting
  • Navigation between articles
  • Navbar/navigation menu
  • Add a way to add custom pages (about, concat, ect...)
  • Pagination
  • Show latest post on index
  • Progressive image loading / automate thumbnail creation?

Install dependencies

npm install

Build production static files

npm run build

This command produces the production build, it will be placed inside the /dist folder.

Run in development mode

npm start

About

static blog generator done with ReasonML and Reason React

https://re-blog.netlify.com/


Languages

Language:Reason 97.1%Language:HTML 1.5%Language:JavaScript 1.3%Language:CSS 0.1%