This repository contains the source for MeishinMusoRyu.com, official website of Meishin Muso Ryu, a Japanese swordsmanship school. Our head is Shuji Matsushita Sensei.
- Install Hugo
- Download Hugo theme:
git submodule add https://github.com/digitalcraftsman/hugo-strata-theme.git themes/hugo-strata-theme
- Start server with drafts enabled:
hugo server -D
- Create blog post:
hugo new post/name-of-new-post.md
- When blog post is ready to be published, update its header to say
draft: false
- Build static pages:
hugo
- Deploy to GitHub Pages:
git push origin master
- Hugo: open-source static site generator