Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 533 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 533 Bytes

hpc.social blog template

assets/images/blog.png

This is the blog template shared by our social blogs! It's recommended to mimic the _config.yml. In your Gemfile put:

gem "hpc-social-blog-theme", :git => "https://github.com/hpc-social/hpc-social-blog-theme.git", :branch => "main"

And then in your _config.yml:

theme: hpc-social-blog-theme

And then install:

$ bundle install

If you need to update after install:

$ bundle update