Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 695 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 695 Bytes

lt-cph-window

Content

  • To change audio content remove or add audio files in the content/audio folder.
    • The filename must start with a unique number. The rest is ignored.
  • To change the page for the site add, remove or edit the markdown files in the content/pages folder.
    • All files here will correspond to a page when the site is built.
    • Do not remove the 404 file.
  • To change the image shared on facebook, either update the image at static/some.jpg. Or add a new image in the static folder and update the image property on siteMetadata found in gatsby-config.js.
  • To change other metadata about the site, edit the other properties in siteMetadata found in gatsby-config.js.