Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.19 KB

Screenshot of homepage

MeishinMusoRyu.com

This repository contains the source for MeishinMusoRyu.com, official website of Meishin Muso Ryu, a Japanese swordsmanship school. Our head is Shuji Matsushita Sensei.

Requirements

Getting Started

  • 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

Making new blog post

  • 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

Key Dependencies

  • Hugo: open-source static site generator

Contributors

References