[PR #7] [MERGED] chore: switch to using Jekyll plugins directly, rather than using github-pages #239

Closed
opened 2026-02-17 11:55:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 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-specHead: heroku


📝 Commits (5)

  • 897b099 chore: add Procfile for heroku
  • 36fc86f chore: set PORT
  • f692d87 chore: explicitly pull in jeykyll dependencies
  • 811aa13 chore: update Gemfile.lock
  • 1424606 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/conventional-commits/conventionalcommits.org/pull/7 **Author:** [@bcoe](https://github.com/bcoe) **Created:** 4/4/2017 **Status:** ✅ Merged **Merged:** 4/4/2017 **Merged by:** [@bcoe](https://github.com/bcoe) **Base:** `conventional-commits-spec` ← **Head:** `heroku` --- ### 📝 Commits (5) - [`897b099`](https://github.com/conventional-commits/conventionalcommits.org/commit/897b099a3bfbfb1d4f5acfc199591def50a7e82b) chore: add Procfile for heroku - [`36fc86f`](https://github.com/conventional-commits/conventionalcommits.org/commit/36fc86f3bbdfc98007b173266177a44ff62a8276) chore: set PORT - [`f692d87`](https://github.com/conventional-commits/conventionalcommits.org/commit/f692d87eff9e03592bc71d98a39f1ca90c3c9f43) chore: explicitly pull in jeykyll dependencies - [`811aa13`](https://github.com/conventional-commits/conventionalcommits.org/commit/811aa1381fab77eadae5cf425b0059fcd61406cf) chore: update Gemfile.lock - [`1424606`](https://github.com/conventional-commits/conventionalcommits.org/commit/1424606dcd536a4f3b5760fe777e5f269ada557b) chore: more configuration for heroku ### 📊 Changes **11 files changed** (+102 additions, -308 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-17 11:55:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/conventionalcommits.org#239