diff --git a/content/pages/About.md b/content/pages/About.md index 704bddd..28ca088 100644 --- a/content/pages/About.md +++ b/content/pages/About.md @@ -1,9 +1,8 @@ ---- Title: About Me Author: Matt Gibson Summary: About me page save_as: index.html ---- + I am a software and machine learning developer in [Sydney](http://en.wikipedia.org/wiki/Sydney), NSW, Australia. I like [computing](https://en.wikipedia.org/wiki/MOS_Technology_6502), [data](https://search.r-project.org/CRAN/refmans/vcd/html/HorseKicks.html), [machine learning](https://pytorch.org/) and [cooking](https://web.archive.org/web/20160210065535/http://www.seriouseats.com/the-food-lab/?ref=nav_main). I'm delighted by the scientific enterprise which allows us ["to see a World in a Grain of Sand"](https://www.poetryfoundation.org/poems/43650/auguries-of-innocence). diff --git a/content/pages/CV.md b/content/pages/CV.md index 69eaa26..f90c8b2 100644 --- a/content/pages/CV.md +++ b/content/pages/CV.md @@ -1,8 +1,6 @@ ---- Title: CV Author: Matt Gibson Summary: My CV ---- Looking for work. My email can be found on my github commits. diff --git a/pelicanconf.py b/pelicanconf.py index 85757b5..66505d7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -49,7 +49,7 @@ # #### Static Assets #### -STATIC_PATHS = ["images", "extra/robots.txt", "extra/favicon.ico"] +STATIC_PATHS = ["images", "extra/robots.txt"] EXTRA_PATH_METADATA = { "extra/robots.txt": {"path": "robots.txt"}, "extra/favicon.ico": {"path": "favicon.ico"},