/personal-blog

Primary LanguageHTMLMIT LicenseMIT

Personal Blog

How to run

  • sdk install jbake
  • jbake -b -s (version was 2.6.4)

How to deploy

  • jbake -b
  • push to git

Todo

  • Add scss support
  • Check if there is a better way to go from words to content (now I need to add the p and h5 tags manually. Retry markdown, last time it had a weird line separation on /n)
  • Add tags page and aside section on index.html
  • Add archive page and aside section on index.html (years)
  • Add a intro on index.html, not the entire post
  • Add a next page button
  • Make tags clickable
  • Make year clickable

Misc

These two repo's were used as a reference:

If i hadn't used JBake, I would probably use Orchid (Java), Hexo (Node.js), Eleventy (Node.js) or Spike (Node.js, based on Webpack). This photographer SSG Expose also looked interesting.