Commit graph

6 commits

Author SHA1 Message Date
David A. Harding
a40fb73dab
Layout: render CSS with both "less" and "scss"
This commit renders the same CSS files using both the "less" and "scss"
CSS generation engines so that the results may be compared.  This is a
comparison script:

    old_main_css=$( grep -rl normalize.css _site/*.css )
    new_main_css=_site/css/main.css
    old_rtl_css=$( grep 'Language specific styles that override default' -rl _site/*.css )
    new_rtl_css=_site/css/rtl.css

    (
      diff -ub $old_main_css $new_main_css
      diff -ub $old_rtl_css $new_rtl_css
    )
2017-06-23 11:49:28 -04:00
Cøbra
67bbe0ca12 Display Cookie Disclaimer & Add Analytics
Display the cookie disclaimer to visitors. Add analytics to the site
unless the user has Do Not Track enabled.
2015-10-12 18:10:24 +01:00
David A. Harding
073e3f1ab4
Tweaks for Font Awesome suggested by Saïvann (thanks!) 2015-08-22 15:21:02 -04:00
David A. Harding
69a10a160e
Add Font Awesome 2015-08-10 12:42:06 -04:00
David A. Harding
df3b8dcf28
Layout: Add Whitespace To Layouts 2015-07-25 11:15:50 -04:00
David A. Harding
6bfb8849dd
Layout: Split Base Layout 2015-07-25 11:12:36 -04:00