Skip to content

Chremmer/pwc-programmingclub.github.io

 
 

Repository files navigation

The website is built with Hugo and deployed on GitHub pages.

Install Hugo

Then install hugo. (With chololatey on windows.) choco install hugo-extended

choco install hugo-extended

Use hugo to serve the site on a local server for development.

hugo server -D

Add a post.

hugo new posts/a-post-name.md

This will create a new markdown file in content/posts.

Add markdown content under the yaml front matter.

The post will appear in the website posts.

Build

hugo will build to docs because of config.yml

Github Pages should be configured to deploy from /docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.6%
  • CSS 7.4%