add link to Nico Schottelius' ETH-Blog
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
82f4b62bbe
commit
77bd48fa79
2 changed files with 8 additions and 4 deletions
11
Makefile
11
Makefile
|
@ -1,14 +1,17 @@
|
||||||
DESTDIR=/home/users/nico/privat/rechner/netz/seiten/www.nico.schottelius.org/dst/
|
DESTDIR=/home/users/nico/privat/rechner/netz/seiten/www.nico.schottelius.org/dst/
|
||||||
PUBDIR=tee.schottelius.org:/home/services/www/nico/www.nico.schottelius.org/www/
|
PUBDIR=tee.schottelius.org:/home/services/www/nico/www.nico.schottelius.org/www/
|
||||||
BROWSER=conkeror
|
BROWSER=conkeror
|
||||||
IKIWIKI=ikiwikitest.sh --refresh
|
IKIWIKI=ikiwikitest.sh
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(IKIWIKI) --refresh --setup ikiwiki.setup
|
||||||
|
|
||||||
|
all-unfresh:
|
||||||
|
$(IKIWIKI) --setup ikiwiki.setup
|
||||||
|
|
||||||
view: all
|
view: all
|
||||||
$(BROWSER) ${DESTDIR}/index.html
|
$(BROWSER) ${DESTDIR}/index.html
|
||||||
|
|
||||||
all:
|
|
||||||
$(IKIWIKI) --setup ikiwiki.setup
|
|
||||||
|
|
||||||
clean: all
|
clean: all
|
||||||
rm -rf ${DESTDIR}
|
rm -rf ${DESTDIR}
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ to the [ETH](http://www.ethz.ch).
|
||||||
|
|
||||||
* [Nico Schottelius ETH photos](http://www.gallery.ethz.ch/ns/)
|
* [Nico Schottelius ETH photos](http://www.gallery.ethz.ch/ns/)
|
||||||
* [Nico Schottelius @SystemsGroup](http://www.systems.ethz.ch/people/nicosc)
|
* [Nico Schottelius @SystemsGroup](http://www.systems.ethz.ch/people/nicosc)
|
||||||
|
* [Nico Schottelius' ETH-Blog (mirrors this site)|https://blogs.ethz.ch/ns/]
|
||||||
|
|
||||||
|
|
||||||
[[!inline pages="tagged(eth)" archive="yes" show=0]]
|
[[!inline pages="tagged(eth)" archive="yes" show=0]]
|
||||||
|
|
Loading…
Reference in a new issue