aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-20 08:33:43 +0000
committerng0 <ng0@n0.is>2019-12-20 08:33:43 +0000
commit3c2d6974ae9686953677abc8c098e9a6cbfd1fe8 (patch)
tree82094965ae42672440776c6c0cf224479d0ff26d
parentbbc83d85730e532a6ce43c702f743e26bb12aca7 (diff)
downloadwww-3c2d6974ae9686953677abc8c098e9a6cbfd1fe8.tar.gz
www-3c2d6974ae9686953677abc8c098e9a6cbfd1fe8.zip
Revert "remove gns redirect"
This reverts commit bbc83d85730e532a6ce43c702f743e26bb12aca7.
-rw-r--r--Makefile2
-rw-r--r--www.yml6
2 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fdf292f4..e47f3faa 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ all: locale template
33 (cd rendered; $(ln) -fs frontpage.html frontpage) 33 (cd rendered; $(ln) -fs frontpage.html frontpage)
34 ($(cp) static/moved_gsoc.html rendered/gsoc.html) 34 ($(cp) static/moved_gsoc.html rendered/gsoc.html)
35 (cd rendered; $(ln) -fs gsoc.html gsoc) 35 (cd rendered; $(ln) -fs gsoc.html gsoc)
36 ($(cp) static/moved_gns.html rendered/gns.html)
37 (cd rendered; $(ln) -fs gns.html gns)
36 ($(mkdir) -p rendered/node ; $(cp) static/moved_about.html rendered/node/about.html) 38 ($(mkdir) -p rendered/node ; $(cp) static/moved_about.html rendered/node/about.html)
37 (cd rendered/node ; $(ln) -fs about.html 397) 39 (cd rendered/node ; $(ln) -fs about.html 397)
38 ($(cp) static/moved_about.html rendered/about.html) 40 ($(cp) static/moved_about.html rendered/about.html)
diff --git a/www.yml b/www.yml
index d084811c..aeb0dbaa 100644
--- a/www.yml
+++ b/www.yml
@@ -23,6 +23,9 @@ symlinks:
23 - file: about.html 23 - file: about.html
24 targets: 24 targets:
25 - philosophy 25 - philosophy
26 - file: gns.html
27 targets:
28 - gns
26 - file: node/about.html 29 - file: node/about.html
27 targets: 30 targets:
28 - "397" 31 - "397"
@@ -42,6 +45,9 @@ staticfiles:
42 - file: moved_about.html 45 - file: moved_about.html
43 targets: 46 targets:
44 - about.html 47 - about.html
48 - file: moved_gns.html
49 targets:
50 - gns.html
45meetingnotes: 51meetingnotes:
46 2013: 2013-12-27 52 2013: 2013-12-27
47 2014: 2014-12-28 53 2014: 2014-12-28