Skip to content

walidwahba/tomdalling.com

 
 

Repository files navigation

TomDalling.com

Static website generator for tomdalling.com, including output.

Getting Started

Install whatever the dependencies are (Ruby, bundle install, Yarn, cd input/frontend && yarn install, etc.).

Run the Procfile to get a development environment.

gem install foreman
foreman start

TODO

  • Check that URLs are being rendered correctly into every page
  • Remove Disqus. It's injecting a bunch of spammy ads.
  • Add unique id to assets for cache busting
  • Replace categories with tags

Testing Stuff

let test#ruby#testbench#executable = 'bin/test'
find -E output -iname "*.html"| sort | xargs -n 1 bin/htmldiff | tee diff.txt

About

Static site generator, with build output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • HTML 10.8%
  • Jupyter Notebook 5.5%
  • Ruby 1.2%
  • CSS 0.2%
  • Shell 0.0%