A simple place to store my knowledge and progresses.
-
Adding a new blog post
- Go to blog.isaackoh.com/admin
- Log in using github and netlify
- Click new Blog button
- Start writing the blog post as a new entry
- Save the post, if you require more editing, change status to 'ready' and publish
- Wait a while and it is done!
-
Updating a blog post
- Go to blog.isaackoh.com/admin
- Log in
- Select the blog you want to edit and edit the content
- Save and publish
- Wait a while and it is done!
-
Delete a blog post
- Go to blog.isaackoh.com/admin
- Log in
- Select the blog you want to edit and edit the content
- Click the delete button
- Wait a while and it is done!
-
Start developing.
Navigate into the directory and start it up.
gatsby develop
-
Open the source code and start editing!
The 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 project directory in your code editor of choice and edit
src/pages/index.js
. Save your changes and the browser will update in real time! -
Deploying latest code
Commit and merge into main branch for deployment.
Netlify has been set up for auto-publishing.