Skip to content

algoclub-xyz/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

Install

git submodule update --init --recursive

or

git submodule update --remote --merge

Deploy

  1. Build static pages
hugo -d build
  1. Make sure git knows about your subtree (the subfolder with your site).
git add build && git commit -m "Algoclub release #1"
  1. Use subtree push to send it to the build branch on GitHub.
git subtree push --prefix dist origin gh-pages

or use simple script:

git pages-deploy path/to/your/site version

Releases

No releases published

Packages

No packages published

Languages