Skip to content

TristanSalles/myWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website with goHugo & Wercker

cd to local folder:

git add .
git commit -m "commit message"
git push -u origin master

To regenerate the website’s HTML code when Wercker deployment is not used you will need to run Hugo and upload the public submodule to GitHu

hugo
cd public
git add .
git commit -m "Build message"
git push -u origin master

These links were pretty useful:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages