add a resources page
This commit is contained in:
parent
eee6dc7f38
commit
ad697f644d
10
config.toml
10
config.toml
@ -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
18
content/resources.md
Normal 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" >}}
|
Loading…
Reference in New Issue
Block a user