Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 790 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 790 Bytes

Introduction

This repository is the Hugo Build for code4libtoronto.github.io.

Usage

If you want to build the site, run the deploy.sh script. From the instructions on the hugo site for using github pages:

./deploy.sh "Your optional commit message" to send changes to <username>.github.io (careful, you may also want to commit changes on the <your-project>-hugo repo).

Changes should be pushed to the code4libtoronto.github.io repository

Content Editing Workflow

  1. hugo new post/2017-11-01.md
  2. cd content/post/2017-11-01.md
  3. Make changes, edit metadata
  4. hugo -t=after-dark
  5. hugo server --buildDrafts
  6. copy over docs/ to code4libtoronto.github.io repository