Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 594 Bytes

File metadata and controls

33 lines (22 loc) · 594 Bytes

README

Website created for the Digital Experience Course from Miles in The Sky. Built with Hugo from the Vex theme.

Install

$ git clone https://github.com/alexaagithub/quackers.git

$ hugo server

(opens http://localhost:1313/ on browser)

Changing page content

$ cd content/'page_to_modify'

$ open _index.md

Publish changes

$ hugo 

$ cd ..

$ mv -f quackers/public/* quackers/

$ cd quackers/

$ git add .

$ git commit -am "change"

$ git push