diff --git a/_config.yml b/_config.yml index abb4f72..6a17eee 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,8 @@ kramdown: math_engine: mathjax collections: + papers: + output: true drafts: output: true notes: diff --git a/_data/papers.json b/_data/papers.json new file mode 100644 index 0000000..ceef595 --- /dev/null +++ b/_data/papers.json @@ -0,0 +1,11 @@ +[ + { + "title":"Turrets and deadzones", + "subtitle":"A visual look at a turret's control flow", + "authors":[ + "Evan Pratten" + ], + "date":"2020-08-31", + "url":"/papers/Simple_Path_Planning_of_Turret.pdf" + } +] \ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html index 594dfe6..8985c91 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -10,7 +10,7 @@