The repository for the Coding to Learn and Create website. This site is managed using Hugo and deployed using Netlify.
You will need to install Hugo and then run this command in the root of this directory:
hugo server
Now visit http://localhost:1313/ to preview any changes you're making.
To add a new blog post:
- Create a subdirectory in the blog directory
- Optionally create an
images
directory in the new subdirectory - Create an
index.md
file for the content -- refer to files from previous posts for examples of required layout
Pushing changes to the master
branch of this repository will trigger deployments. Generally it will take a couple minutes before changes are reflected on the live site.