BillyWM / blirb

Blirb: Billy's Little Idiosyncratic React Blog

Home Page:https://billy.wenge-murphy.com/projects/blirb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blirb

Billy's Little Idiosyncratic React Blog

A static site generator just for me.

Installing

yarn install

Entry point

  • yarn generate runs generate.js

    • yarn preview will clean, generate, serve (on localhost:8080)
    • Files are spit out into /dist
  • SASS styles in /styles

    • global-styles.scss is the entry point
  • Write your blog posts in fragments/blog-posts

  • Static includes in /include-in-dist. Whole directory will be copied.

Etc

  • Some hardcoded URLs and titles scattered around, like the sitemap in lib/RenderPage. Sorry.

About

Blirb: Billy's Little Idiosyncratic React Blog

https://billy.wenge-murphy.com/projects/blirb

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 74.2%Language:SCSS 22.3%Language:HTML 3.5%