/c2lc-website

Coding to Learn and Create Website

Primary LanguageHTML

Coding to Learn and Create

Netlify Status

The repository for the Coding to Learn and Create website. This site is managed using Hugo and deployed using Netlify.

Develop Locally

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.

Add Blog Posts

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

Deploy Changes

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.