Commit Graph

5 Commits

Author SHA1 Message Date
Daniel Gibson 8e9e5ed7da Minor layout tweaks, fixed some typos 2018-07-11 04:00:48 +02:00
Daniel Gibson a37c18dbce og:image meta tag and image for it 2018-07-11 00:22:06 +02:00
Daniel Gibson 883d7f93cb fonts
using bitstream vera (as a fallback if system doesn't have dejavu)
because it's relatively small
2018-07-11 00:02:59 +02:00
Daniel Gibson f96b5c86f8 screenshots and shrinked versions of them
small versions created with:
for i in dhewm3-*.jpg ; do convert $i -resize x200 small-$i ; done
2018-07-10 23:48:08 +02:00
Daniel Gibson 057b8db187 build index.html from index.md and html parts; more screenshots
the text-heavy sections of index.html (About, News, How to Install) are
now generated from MD, which makes writing them less painful.
2018-07-10 10:42:35 +02:00