-
Click this link to navigate to the data.ts or this link to navigate to the concepts file.
-
Click on Edit in the top right of the file view (you need a GitHub account for this).
-
add your resource to the lists using the JS/TS object literal syntax.
-
Submit your resource by raising a PR by clicking on
New pull Request
.
-
add link to resources to concept section that opens the resources filtered by the concepts.
- pass param to the resources page
- add concept tags to each resource
-
Add footer with links to other pages
-
testimonials: add tweets about CR or BoI via https://famewall.io/blog/embed-twitter-testimonials-on-your-website/
- make homepage more visually appealing
- Add one illustration for each concept sections ("What is Critical Rationalism?", "Politics", ...)
-
Start developing.
Navigate into your new site’s directory and start it up.
cd my-default-starter/ gatsby develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
!Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.Open the
my-default-starter
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes and the browser will update in real time!