From ad697f644dca569ad27daa02e3a8df7e6080b810 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 29 Nov 2021 18:38:12 +0000 Subject: [PATCH] add a resources page --- config.toml | 10 ++++++++-- content/resources.md | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 content/resources.md diff --git a/config.toml b/config.toml index 7288f3f..44deb68 100644 --- a/config.toml +++ b/config.toml @@ -57,16 +57,22 @@ enableGitInfo = true weight = 3 identifier = "reading" url = "/reading/" + [[menu.main]] + name = "Resources" + pre = "" + weight = 4 + identifier = "resources" + url = "/resources/" [[menu.main]] name = "About" pre = "" - weight = 4 + weight = 5 identifier = "about" url = "/about/" [[menu.main]] name = "Contact" pre = "" - weight = 5 + weight = 6 identifier = "contact" url = "/contact/" diff --git a/content/resources.md b/content/resources.md new file mode 100644 index 0000000..188d321 --- /dev/null +++ b/content/resources.md @@ -0,0 +1,18 @@ +--- +title: Resources +description: Links to useful philosophical content on the internet +--- + +## Reference + +* {{< newtab title="The Stanford Encyclopedia Of Philosophy" url="https://plato.stanford.edu/" >}} +* {{< newtab title="The Internet Encyclopedia of Philosophy" url="https://www.iep.utm.edu/" >}} + +## Research + +* {{< newtab title="Gutenberg Library - Philosophy Bookshelf" url="https://www.gutenberg.org/ebooks/subject/166?sort_order=title" >}} +* {{< newtab title="The JSTOR Archive" url="https://www.jstor.org/" >}} +* {{< newtab title="PhilPapers Archive" url="https://philpapers.org/" >}} + +## Organizations +* {{< newtab title="The Oxford Philosophical Society" url="https://oxfordphilsoc.org/index.html" >}} \ No newline at end of file