Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 806 Bytes

Readme.md

File metadata and controls

38 lines (22 loc) · 806 Bytes

Content for ddd-ruby.github.io

Generated with Hugo (https://gohugo.io/)

Current setup is implemented after the tutorial here:

Requirements

  • Install Hugo: brew update && brew install hugo
  • Clone content: git clone [email protected]:ddd-ruby/ddd-ruby-hugo.git

Making changes:

Start server with live-updating on http://localhost:1313/

make server

Add some content to the content folder. For examples looks in themes/exampleSite/content. Review changes and commit them.

Deployment

This will generate static content and push it to ddd-ruby/ddd-ruby.github.io.

make deploy

Acknowledgements