/hpc-social-blog-theme

The shared hpc.social blog template

Primary LanguageHTMLMIT LicenseMIT

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