From 1bc8fbc1b23647c3ff435d39ab3900a935c1162b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 22 Jan 2009 05:48:13 +0100 Subject: [PATCH] Update Thursday, 22nd of January, Anno Domini MMIX, at the hour of the Rabbit Signed-off-by: Johannes Schindelin --- index.html | 30 ++++++++++++++++++++++++++++++ source-1232599693.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 source-1232599693.txt diff --git a/index.html b/index.html index 9ce43e030b..57d40173d1 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,36 @@

Dscho's blog

+
Thursday, 22nd of January, Anno Domini MMIX, at the hour of the Rabbit
+

My blog has style

+ +

+

+ It is official. The blog has a style sheet now. +

+ The major problem was how to design the system such that it would work + both locally and on repo.or.cz via gitweb. +

+ Basically, I realized that I'd need a dry run mode anyway, to prevent + all my failed attemp.. oops, I meant, to prevent an accidental push + when I am at an, ahem, intermediate state of the 'blog' branch. +

+ Therefore, I could write a different file locally, which I can load + into my venerable Firefox. +

+ The next plans with my new toy are to enable an easy way to support + showing images, and then maybe a table of contents. External links + would be cool (repo.or.cz does not count, it is special-cased), too. +

+ And later maybe a cut-off, with automatic generation of links to older + posts. Hmm, for those, I'll have to change the URL to include the + current commit name, so that the images will be found, too... +

+ Which in turn means that I'll have to parse the source for new + images first, so that they can be in the commit that index.html + will link to, before it gets committed. Oh well, that cannot be + helped! ☺ +

Thursday, 22nd of January, Anno Domini MMIX, at the hour of the Tiger

My new blog system... bloGit

diff --git a/source-1232599693.txt b/source-1232599693.txt new file mode 100644 index 0000000000..de45c86c15 --- /dev/null +++ b/source-1232599693.txt @@ -0,0 +1,26 @@ +My blog has style + +It is official. The blog has a style sheet now. + +The major problem was how to design the system such that it would work +both locally and on repo.or.cz via gitweb. + +Basically, I realized that I'd need a dry run mode anyway, to prevent +all my failed attemp.. oops, I meant, to prevent an accidental push +when I am at an, ahem, intermediate state of the 'blog' branch. + +Therefore, I could write a different file locally, which I can load +into my venerable Firefox. + +The next plans with my new toy are to enable an easy way to support +showing images, and then maybe a table of contents. External links +would be cool (repo.or.cz does not count, it is special-cased), too. + +And later maybe a cut-off, with automatic generation of links to older +posts. Hmm, for those, I'll have to change the URL to include the +current commit name, so that the images will be found, too... + +Which in turn means that I'll have to parse the source for new +images first, so that they can be in the commit that index.html +will link to, _before_ it gets committed. Oh well, that cannot be +helped! :-) -- 2.11.4.GIT