Commit some images on Saturday, 24th of January, Anno Domini MMIX, at the hour of...
[git/dscho.git] / source-1232599693.txt
blobde45c86c15e8cf34bf5f83e3642ac4c1baf4a330
1 My blog has style
3 It is official.  The blog has a style sheet now.
5 The major problem was how to design the system such that it would work
6 both locally and on repo.or.cz via gitweb.
8 Basically, I realized that I'd need a dry run mode anyway, to prevent
9 all my failed attemp.. oops, I meant, to prevent an accidental push
10 when I am at an, ahem, intermediate state of the 'blog' branch.
12 Therefore, I could write a different file locally, which I can load
13 into my venerable Firefox.
15 The next plans with my new toy are to enable an easy way to support
16 showing images, and then maybe a table of contents.  External links
17 would be cool (repo.or.cz does not count, it is special-cased), too.
19 And later maybe a cut-off, with automatic generation of links to older
20 posts.  Hmm, for those, I'll have to change the URL to include the
21 current commit name, so that the images will be found, too...
23 Which in turn means that I'll have to parse the source for new
24 images first, so that they can be in the commit that index.html
25 will link to, _before_ it gets committed.  Oh well, that cannot be
26 helped! :-)