diff options
author | Nick White <git@njw.me.uk> | 2010-11-13 19:27:02 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-13 19:27:02 +0000 |
commit | 401682c5124b581ffc81cc9bd208f19435e93b5b (patch) | |
tree | f556690603487f0e322514fe48f5f5f57c2640bf | |
parent | 46f834568146f2ba5d369e4645c1812941d04c49 (diff) | |
download | njw-website-401682c5124b581ffc81cc9bd208f19435e93b5b.tar.bz2 njw-website-401682c5124b581ffc81cc9bd208f19435e93b5b.zip |
Simplify homepage significantly
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | index.txt | 20 |
3 files changed, 11 insertions, 17 deletions
@@ -5,7 +5,7 @@ index.ttl writing/index.txt writing/*.pdf -software/readable +software/simplyread software/spout !includes/*.xml @@ -52,6 +52,12 @@ writing/index.txt: $(BIB) $(WRITING) sh bibtotxt.sh $(BIB) >> $@ sh listarticles.sh writing $(BIB) >> $@ +index.html: index.txt + echo making $@ + sed "s/TITLE/`head -n 1 < $<`/" < includes/header.xml > $@ + $(MD) $< | sed 's/<p>/<p style="text-align:center">/' >> $@ + sed '2d' < includes/footer.xml >> $@ + clean: rm -f -- $(TARGETS) $(GZIP) @@ -1,19 +1,7 @@ Nick J. White (njw) -======================================================================= - -[Software](software/) ------------------------------------------------------------------------ -More information about the free software projects I have been and am -involved with. - -[Web Development](webdev) ------------------------------------------------------------------------ -I do some freelance web development work. There is more information -here on the services I can offer. - -[Writing](writing/) ------------------------------------------------------------------------ -Articles I've written, both academic and less so. +==================== +[Software](software/) | +[Web Development](webdev) | +[Publications](pubs/) | [Contact](contact) ------------------------------------------------------------------------ |