Billy's Little Idiosyncratic React Blog
A static site generator just for me.
yarn install
-
yarn generate
runsgenerate.js
yarn preview
will clean, generate, serve (onlocalhost: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.
- Some hardcoded URLs and titles scattered around, like the sitemap in
lib/RenderPage
. Sorry.