Are you like me? Love Jekyll but hate SASS? Here is a little project to get you going with a nice PostCSS
webpack
build into a simple jekyll
static site.
webpack
and jekyll
will livereload the browser. Yeah never hit refresh again!css
and js
end up as static files._posts
and _drafts
folders with .md
files to start blogging.jekyll
isn't super good at._assets
, which gets synced over the jekyll
’s default assets
at build time.Requires ruby
with rubygems
, node
and yarn
bundle install
yarn install
This needs to be better, but works for now.
yarn run dev-webpack
in one terminal windowyarn run dev-jekyll
in anotherSet up your favourite static site hosting, I used to run S3 but now I'm all Firebase Hosting.
So now it’s set up for firebase, just run yarn run deploy-stage
or yarn run deploy-production
.