Commit graph

20 commits

Author SHA1 Message Date
Daniel Gibson
89b749a1bd 1.5.0 release news; link mods page
I removed the 1.5.0 RC news posts, as they would be largely redundant
to the 1.5.0 announcement.
2018-12-16 03:34:05 +01:00
Daniel Gibson
25329f0f75 Little fixes on Mods page 2018-12-09 06:15:33 +01:00
Daniel Gibson
3c8113b2b7 Mods page
(not linked from index yet, some of the links will only work once
 1.5.0 is released)
2018-12-09 05:58:41 +01:00
Daniel Gibson
ff3919c508 announce 1.5.0 RC2 2018-11-20 15:23:41 +01:00
Daniel Gibson
17d20f0e39 1.5.0 RC1 announcement 2018-11-12 03:19:18 +01:00
Daniel Gibson
90eb3a263e tweaked MD5 tables 2018-08-15 20:15:09 +02:00
Daniel Gibson
bf7a53d808 Make thumbnails of screenshots bigger
created with
for i in dhewm3-*.jpg ; do convert $i -resize x400 small-$i ; done

Should look better on smartphones with high (real) resolutions
2018-07-24 23:20:15 +02:00
Daniel Gibson
1fc74eecb8 Some more small improvements for mobile
Up to 520px width (I think this should cover most smartphones in
portrait mode?):

* the screenshot thumbnails are scaled to full width so they don't
  look that left-aligned
* the font size is reduced to 16px instead of 18
2018-07-24 20:25:28 +02:00
Daniel Gibson
78f401afac Make the page look better on smartphones
The logo scales, there's some (implicit through max-width 92%) padding
on left/right of content, the page itself shouldn'tt have to be scrolled
left/right (code snippets now wrap, tables can be scrolled by themselves
without scrolling the whole site)
2018-07-24 16:08:19 +02:00
Daniel Gibson
49da24b4a9 twitter image once again 2018-07-18 06:36:07 +02:00
Daniel Gibson
c638ec2dbc twitter image 2nd try 2018-07-18 06:22:07 +02:00
Daniel Gibson
1f1732dad3 twitter image, small css change 2018-07-18 06:11:09 +02:00
Daniel Gibson
8e9e5ed7da Minor layout tweaks, fixed some typos 2018-07-11 04:00:48 +02:00
Daniel Gibson
3c3abb90d1 Create CNAME 2018-07-11 00:26:29 +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
c5253cb248 Add install instructions to index.md 2018-07-11 00:01:11 +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
Daniel Gibson
e7fbe9a757 initial state 2018-07-07 01:36:08 -01:00