Compare commits

..

3 Commits

Author SHA1 Message Date
6211ec5cb4 Added plugin to generate RSS feed at /feed.xml 2020-04-18 17:29:12 +02:00
a006517b8e Disable force pushing
We assume we have our builds setup right now.

[ci skip]
2020-04-18 17:28:38 +02:00
1c980536a2 Merge pull request 'Added Gitea logo to footer' (#18) from gitea-logo into master
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-18 17:27:52 +02:00
5 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,6 @@ steps:
image: appleboy/drone-git-push:0.2.0-linux-amd64 image: appleboy/drone-git-push:0.2.0-linux-amd64
settings: settings:
remote: ssh://dokku@dokku.autonomic.zone:222/autonomic.zone remote: ssh://dokku@dokku.autonomic.zone:222/autonomic.zone
force: true
ssh_key: ssh_key:
from_secret: drone_deploy_key from_secret: drone_deploy_key
trigger: trigger:

View File

@ -1,3 +1,4 @@
source "https://rubygems.org" source "https://rubygems.org"
ruby '2.6.5' ruby '2.6.5'
gemspec gemspec
gem 'jekyll-feed'

View File

@ -34,6 +34,8 @@ GEM
rouge (~> 3.0) rouge (~> 3.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (~> 1.8) terminal-table (~> 1.8)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0) jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0) sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
@ -67,6 +69,7 @@ DEPENDENCIES
autonomic! autonomic!
bundler (>= 2.1.4) bundler (>= 2.1.4)
jekyll (>= 4) jekyll (>= 4)
jekyll-feed
RUBY VERSION RUBY VERSION
ruby 2.6.5p114 ruby 2.6.5p114

View File

@ -26,3 +26,5 @@ exclude:
- vendor - vendor
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
plugins:
- jekyll-feed

View File

@ -26,3 +26,5 @@ exclude:
- vendor - vendor
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
plugins:
- jekyll-feed