aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-10 19:24:36 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-10 19:24:36 +0100
commit2b46308d3de9214e3abbf2ec183a038b09a270a5 (patch)
treeb09f9301d7e0b36053f4031375e5c00d6965b264 /static
parent77afcd337370da8c8e5425e86978cacd72850ae0 (diff)
downloadyannherklotz.com-2b46308d3de9214e3abbf2ec183a038b09a270a5.tar.gz
yannherklotz.com-2b46308d3de9214e3abbf2ec183a038b09a270a5.zip
Add redirects
Diffstat (limited to 'static')
-rw-r--r--static/blog/2016-03-24-note-reader.html8
-rw-r--r--static/blog/2016-10-03-mips-processor.html8
-rw-r--r--static/blog/2016-12-14-CPU-introduction.html8
-rw-r--r--static/blog/2017-02-20-compiler.html8
-rw-r--r--static/blog/2018-01-14-emacs-email-client.html8
-rw-r--r--static/blog/2018-01-20-yage.html8
-rw-r--r--static/blog/2018-02-23-emotion-classification.html8
-rw-r--r--static/blog/2018-03-23-fmark.html8
-rw-r--r--static/blog/2018-03-23-noise-silencer.html8
-rw-r--r--static/blog/2018-07-08-jekyll-for-portfolio-website.html8
-rw-r--r--static/blog/2019-02-24-realistic-graphics.html8
-rw-r--r--static/blog/2019-06-19-verismith.html8
-rw-r--r--static/blog/2019-11-26-msr-phd-workshop-next-generation-cloud-infrastructure.html8
-rw-r--r--static/blog/2020-02-15-nix-for-coq-development.html8
-rw-r--r--static/blog/2020-12-21-introduction-to-luhmanns-zettelkasten.html8
15 files changed, 120 insertions, 0 deletions
diff --git a/static/blog/2016-03-24-note-reader.html b/static/blog/2016-03-24-note-reader.html
new file mode 100644
index 0000000..501214e
--- /dev/null
+++ b/static/blog/2016-03-24-note-reader.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2016-03-24-note-reader/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2016-10-03-mips-processor.html b/static/blog/2016-10-03-mips-processor.html
new file mode 100644
index 0000000..67ee82a
--- /dev/null
+++ b/static/blog/2016-10-03-mips-processor.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2016-10-03-mips-processor/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2016-12-14-CPU-introduction.html b/static/blog/2016-12-14-CPU-introduction.html
new file mode 100644
index 0000000..7720c43
--- /dev/null
+++ b/static/blog/2016-12-14-CPU-introduction.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2016-12-14-CPU-introduction/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2017-02-20-compiler.html b/static/blog/2017-02-20-compiler.html
new file mode 100644
index 0000000..4463e15
--- /dev/null
+++ b/static/blog/2017-02-20-compiler.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2017-02-20-compiler/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2018-01-14-emacs-email-client.html b/static/blog/2018-01-14-emacs-email-client.html
new file mode 100644
index 0000000..01aa3b1
--- /dev/null
+++ b/static/blog/2018-01-14-emacs-email-client.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2018-01-14-emacs-email-client/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2018-01-20-yage.html b/static/blog/2018-01-20-yage.html
new file mode 100644
index 0000000..54ddced
--- /dev/null
+++ b/static/blog/2018-01-20-yage.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2018-01-20-yage/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2018-02-23-emotion-classification.html b/static/blog/2018-02-23-emotion-classification.html
new file mode 100644
index 0000000..741cbef
--- /dev/null
+++ b/static/blog/2018-02-23-emotion-classification.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2018-02-23-emotion-classification/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2018-03-23-fmark.html b/static/blog/2018-03-23-fmark.html
new file mode 100644
index 0000000..63c803c
--- /dev/null
+++ b/static/blog/2018-03-23-fmark.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2018-03-23-fmark/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2018-03-23-noise-silencer.html b/static/blog/2018-03-23-noise-silencer.html
new file mode 100644
index 0000000..1802d61
--- /dev/null
+++ b/static/blog/2018-03-23-noise-silencer.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2018-03-23-noise-silencer/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2018-07-08-jekyll-for-portfolio-website.html b/static/blog/2018-07-08-jekyll-for-portfolio-website.html
new file mode 100644
index 0000000..a08d89f
--- /dev/null
+++ b/static/blog/2018-07-08-jekyll-for-portfolio-website.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2018-07-08-jekyll-for-portfolio-website/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2019-02-24-realistic-graphics.html b/static/blog/2019-02-24-realistic-graphics.html
new file mode 100644
index 0000000..be937c3
--- /dev/null
+++ b/static/blog/2019-02-24-realistic-graphics.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2019-02-24-realistic-graphics/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2019-06-19-verismith.html b/static/blog/2019-06-19-verismith.html
new file mode 100644
index 0000000..ec6d045
--- /dev/null
+++ b/static/blog/2019-06-19-verismith.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2019-06-19-verismith/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2019-11-26-msr-phd-workshop-next-generation-cloud-infrastructure.html b/static/blog/2019-11-26-msr-phd-workshop-next-generation-cloud-infrastructure.html
new file mode 100644
index 0000000..b09b2a2
--- /dev/null
+++ b/static/blog/2019-11-26-msr-phd-workshop-next-generation-cloud-infrastructure.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2019-11-26-msr-phd-workshop-next-generation-cloud-infrastructure/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2020-02-15-nix-for-coq-development.html b/static/blog/2020-02-15-nix-for-coq-development.html
new file mode 100644
index 0000000..3e47f9d
--- /dev/null
+++ b/static/blog/2020-02-15-nix-for-coq-development.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2020-02-15-nix-for-coq-development/'" />
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/static/blog/2020-12-21-introduction-to-luhmanns-zettelkasten.html b/static/blog/2020-12-21-introduction-to-luhmanns-zettelkasten.html
new file mode 100644
index 0000000..3bb77dc
--- /dev/null
+++ b/static/blog/2020-12-21-introduction-to-luhmanns-zettelkasten.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Refresh" content="0; url='https://yannherklotz.com/blog/2020-12-21-introduction-to-luhmanns-zettelkasten/'" />
+ </head>
+ <body>
+ </body>
+</html>