Skip to content

Commit 45dacf3

Browse files
authored
Fix Pelican links (#34)
Add old Pelican permalinks as aliases for Zola
1 parent 5d7fda0 commit 45dacf3

File tree

40 files changed

+41
-3
lines changed

40 files changed

+41
-3
lines changed

content/2013-06-20-I_feel_lucky.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "I feel lucky - or why I wrote a FreeBSD 1-day in one day"
33
authors = ["hugsy"]
44
date = 2013-06-20T00:00:00Z
55
updated = 2013-06-20T00:00:00Z
6+
aliases = ["/posts/2013/06/20/i-feel-lucky.html"]
67

78
[taxonomies]
89
categories = ["research"]

content/2013-12-23-read_write_process_memory_on_linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "Using new syscalls for read/write arbitrary memory on Linux."
33
authors = ["hugsy"]
44
date = 2013-12-23T00:00:00Z
55
updated = 2013-12-23T00:00:00Z
6+
aliases = ["/posts/2013/12/23/read-write-process-memory-on-linux.html"]
67

78
[taxonomies]
89
tags = ["linux", "kernel", "seccomp"]

content/2016-03-07-bkpctf-2016-simple-calc-writeup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "BKPCTF 2016 - Simple Calc"
33
date = 2016-03-07T22:51:04Z
44
updated = 2016-03-07T22:51:04Z
55
authors = ["hugsy"]
6+
aliases = ["/posts/2016/03/07/bkpctf-2016-simple-calc-writeup.html"]
67

78
[taxonomies]
89
tags = ["pwn", "gef", "ida", "bkpctf-2016", "x86"]

content/2016-03-08-bkpctf-2016-complex-calc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "BKPCTF 2016 - Complex Calc"
33
authors = ["hugsy"]
44
date = 2016-03-08T00:00:00Z
55
updated = 2016-03-08T00:00:00Z
6+
aliases = ["/posts/2016/03/08/bkpctf-2016-complex-calc.html"]
67

78
[taxonomies]
89
categories = ["ctf"]

content/2016-03-14-0ctf-2016-warmup-write-up.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "0ctf 2016 - Warmup write-up"
33
authors = ["hugsy"]
44
date = 2016-03-14T00:00:00Z
55
updated = 2016-03-14T00:00:00Z
6+
aliases = ["/posts/2016/03/14/0ctf-2016-warmup-write-up.html"]
67

78
[taxonomies]
89
tags = ["pwn", "gef", "ida", "0ctf-2016", "x86"]

content/2016-03-22-bctf-16-ruin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = " BCTF 2016 - Ruin"
33
authors = ["hugsy"]
44
date = 2016-03-21T22:51:04Z
55
updated = 2016-03-21T22:51:04Z
6+
aliases = ["/posts/2016/03/22/bctf-16-ruin.html"]
67

78
[taxonomies]
89
categories = ["ctf"]

content/2016-03-28-volgactf-2016-web-of-science.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "VolgaCTF 2016 - Web of Science"
33
authors = ["hugsy"]
44
date = 2016-03-28T00:00:00Z
55
updated = 2016-03-28T00:00:00Z
6+
aliases = ["/posts/2016/03/28/volgactf-2016-web-of-science.html"]
67

78
["taxonomies"]
89
tags = ["pwn","volgactf-2016","x86"]

content/2016-04-01-hitb-teaser-2016-bakery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "HITB 2016 - Bakery write-up"
33
authors = ["hugsy"]
44
date = 2016-04-01T00:00:00Z
55
updated = 2016-04-01T00:00:00Z
6+
aliases = ["/posts/2016/04/01/hitb-teaser-2016-bakery.html"]
67

78
[taxonomies]
89
categories = ["ctf"]

content/2016-05-09-asis-ctf-2016-feap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "ASIS CTF 2016 - feap write-up"
33
authors = ["hugsy"]
44
date = 2016-05-09T00:00:00Z
55
updated = 2016-05-09T00:00:00Z
6+
aliases = ["/posts/2016/05/09/asis-ctf-2016-feap.html"]
67

78
[taxonomies]
89
categories = ["ctf"]

content/2016-05-23-defcon-ctf-2016-feedme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "DEFCON CTF 2016 - feedme"
33
authors = ["hugsy"]
44
date = 2016-05-23T00:00:00Z
55
updated = 2016-05-23T00:00:00Z
6+
aliases = ["/posts/2016/05/23/defcon-ctf-2016-feedme.html"]
67

78
[taxonomies]
89
categories = ["ctf"]

0 commit comments

Comments
 (0)