mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
[PR #7] [MERGED] chore: switch to using Jekyll plugins directly, rather than using github-pages #239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/7
Author: @bcoe
Created: 4/4/2017
Status: ✅ Merged
Merged: 4/4/2017
Merged by: @bcoe
Base:
conventional-commits-spec← Head:heroku📝 Commits (5)
897b099chore: add Procfile for heroku36fc86fchore: set PORTf692d87chore: explicitly pull in jeykyll dependencies811aa13chore: update Gemfile.lock1424606chore: more configuration for heroku📊 Changes
11 files changed (+102 additions, -308 deletions)
View changed files
➕
.gitignore(+2 -0)📝
Gemfile(+39 -2)📝
Gemfile.lock(+32 -84)➕
Procfile(+1 -0)➕
Rakefile(+5 -0)📝
_config.yml(+3 -0)➖
_site/Gemfile(+0 -4)➖
_site/Gemfile.lock(+0 -213)📝
_site/index.html(+16 -4)📝
_site/spec/v1.0.0-beta.html(+1 -1)➕
config.ru(+3 -0)📄 Description
I'm putting us up on Heroku rather than GitHub pages, this is made easier by using Jekyll plugins directly rather than the github-pages gem.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.