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