Skip to content

go-hep/go-hep.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hep.org

This is the repository holding the sources for the go-hep.org website.

Adding new content

To add new content to the news section:

git clone https://github.com/go-hep/go-hep.org
cd go-hep.org
hugo new "news/a-new-entry.md"
$EDITOR ./src/news/a-new-entry.md

Testing your changes

cd go-hep.org
make serve
open http://localhost:8080

Pushing your changes

git checkout -b my-branch origin/master
git add -p
git commit -m "content: bla bla"
git push my-branch

Updating the website

git checkout master
make deploy

About

Sources for the go-hep.org web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages