Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 735 Bytes

File metadata and controls

36 lines (24 loc) · 735 Bytes

README

INTERNATIONALSPEAKERS LOGO

Website of the International Speakers Toastmasters Club. Created with Hugo from the Bigspring theme.

Install

$ git clone https://github.com/international-speakers/internationalspeakers.github.io.git

$ hugo server -D

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

Changing page content

$ cd content/'page_to_modify'

$ open _index.md

Publish changes

$ hugo 

$ cd ..

$ mv -f site/public/* site/

$ cd site/

$ rm -r public/

$ git add .

$ git commit -am "change"

$ git push