Skip to content

Website created for the Digital Experience Course from Miles in The Sky

Notifications You must be signed in to change notification settings

alexaagithub/quackers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published