Billy's Little Idiosyncratic React Blog
A static site generator just for me.
yarn install
-
yarn generaterunsgenerate.jsyarn previewwill clean, generate, serve (onlocalhost:8080)- Files are spit out into
/dist
-
SASS styles in
/stylesglobal-styles.scssis the entry point
-
Write your blog posts in
fragments/blog-posts -
Static includes in
/include-in-dist. Whole directory will be copied.
- Some hardcoded URLs and titles scattered around, like the sitemap in
lib/RenderPage. Sorry.