Skip to content

GolangBelgrade/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

www

Initial setup

git subtree add --prefix=public https://github.com/GolangBelgrade/www.git gh-pages --squash
git subtree pull --prefix=public https://github.com/GolangBelgrade/www.git gh-pages
hugo
git add -A
git commit -m "Updating site"
git push origin master
git subtree push --prefix=public https://github.com/GolangBelgrade/www.git gh-pages

Add post

hugo
git commit -am "Addd new post"
git push origin master
git subtree push --prefix=public https://github.com/GolangBelgrade/www.git gh-pages

Add new theme

cd themes
git clone <url_of_theme> ( git clone https://github.com/dim0627/hugo_theme_beg beg )