add a resources page

This commit is contained in:
Greg Gauthier 2021-11-29 18:38:12 +00:00
parent eee6dc7f38
commit ad697f644d
2 changed files with 26 additions and 2 deletions

View File

@ -57,16 +57,22 @@ enableGitInfo = true
weight = 3
identifier = "reading"
url = "/reading/"
[[menu.main]]
name = "Resources"
pre = "<i class='fa fa-screwdriver fa-fw'></i>"
weight = 4
identifier = "resources"
url = "/resources/"
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 4
weight = 5
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Contact"
pre = "<i class='fa fa-phone fa-fw'></i>"
weight = 5
weight = 6
identifier = "contact"
url = "/contact/"

18
content/resources.md Normal file
View File

@ -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" >}}