Merge remote-tracking branch 'gitea/master'
All checks were successful
the build was successful

This commit is contained in:
2018-07-07 15:18:30 +02:00
5 changed files with 34 additions and 20 deletions

View File

@ -11,7 +11,10 @@ pipeline:
image: ruby image: ruby
environment: environment:
- BUNDLE_PATH=/drone/.bundle - BUNDLE_PATH=/drone/.bundle
commands: commands:
- export LANG="C.UTF-8"
- export LC_ALL="C.UTF-8"
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
- bundle install - bundle install
- JEKYLL_ENV=production bundle exec jekyll build && bundle exec htmlproofer _site/ --disable-external - JEKYLL_ENV=production bundle exec jekyll build && bundle exec htmlproofer _site/ --disable-external
rebuild-cache: rebuild-cache:
@ -26,16 +29,18 @@ pipeline:
image: drillster/drone-rsync image: drillster/drone-rsync
hosts: [ "wolf.uberspace.de" ] hosts: [ "wolf.uberspace.de" ]
user: martens7 user: martens7
source: ./_site source: ./_site/.
target: ~/tmp/build target: ~/tmp/build
recursive: true recursive: true
delete: true delete: true
secrets: [ rsync_key ] secrets: [ rsync_key ]
script: script:
- shopt -s dotglob
- rm -rf tmp/old.build - rm -rf tmp/old.build
- mkdir tmp/old.build - mkdir tmp/old.build
- mv html/{.,}* tmp/old.build/ - cp -r html/* tmp/old.build/
- mv tmp/build/{.,}* html/ - rm -rf html/*
- cp -r tmp/build/* html/
- rm -rf tmp/build - rm -rf tmp/build
notify: notify:
image: drillster/drone-email image: drillster/drone-email

View File

@ -1,6 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins # gem 'github-pages', group: :jekyll_plugins
gem 'activesupport' gem 'activesupport'
gem 'therubyracer'
# gem 'github-pages-health-check' # gem 'github-pages-health-check'
gem 'html-proofer', group: :development gem 'html-proofer', group: :development
gem 'jekyll' gem 'jekyll'

View File

@ -8,7 +8,7 @@ GEM
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.5.2) addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
autoprefixer-rails (8.5.0) autoprefixer-rails (8.6.4)
execjs execjs
bootstrap (4.1.1) bootstrap (4.1.1)
autoprefixer-rails (>= 6.0.3) autoprefixer-rails (>= 6.0.3)
@ -32,16 +32,16 @@ GEM
execjs (2.7.0) execjs (2.7.0)
extras (0.3.0) extras (0.3.0)
forwardable-extended (~> 2.5) forwardable-extended (~> 2.5)
faraday (0.15.1) faraday (0.15.2)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
fastimage (2.1.3) fastimage (2.1.3)
ffi (1.9.23) ffi (1.9.25)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
gemoji (3.0.0) gemoji (3.0.0)
html-pipeline (2.8.0) html-pipeline (2.8.3)
activesupport (>= 2) activesupport (>= 2)
nokogiri (>= 1.4) nokogiri (>= 1.4)
html-proofer (3.8.0) html-proofer (3.9.1)
activesupport (>= 4.2, < 6.0) activesupport (>= 4.2, < 6.0)
addressable (~> 2.3) addressable (~> 2.3)
colorize (~> 0.8) colorize (~> 0.8)
@ -53,7 +53,7 @@ GEM
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.9.5) i18n (0.9.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (3.8.1) jekyll (3.8.3)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
@ -91,7 +91,7 @@ GEM
rouge (~> 2) rouge (~> 2)
jekyll-default-layout (0.1.4) jekyll-default-layout (0.1.4)
jekyll (~> 3.0) jekyll (~> 3.0)
jekyll-feed (0.9.3) jekyll-feed (0.10.0)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-gist (1.5.0) jekyll-gist (1.5.0)
octokit (~> 4.2) octokit (~> 4.2)
@ -103,7 +103,7 @@ GEM
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-readme-index (0.2.0) jekyll-readme-index (0.2.0)
jekyll (~> 3.0) jekyll (~> 3.0)
jekyll-redirect-from (0.13.0) jekyll-redirect-from (0.14.0)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-relative-links (0.5.3) jekyll-relative-links (0.5.3)
jekyll (~> 3.3) jekyll (~> 3.3)
@ -114,11 +114,11 @@ GEM
jekyll (~> 3.1) jekyll (~> 3.1)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (1.5.2)
sass (~> 3.4) sass (~> 3.4)
jekyll-seo-tag (2.4.0) jekyll-seo-tag (2.5.0)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-sitemap (1.2.0) jekyll-sitemap (1.2.0)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-swiss (0.4.0) jekyll-swiss (1.0.0)
jekyll-theme-architect (0.1.1) jekyll-theme-architect (0.1.1)
jekyll (~> 3.5) jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
@ -167,7 +167,8 @@ GEM
gemoji (~> 3.0) gemoji (~> 3.0)
html-pipeline (~> 2.2) html-pipeline (~> 2.2)
jekyll (~> 3.0) jekyll (~> 3.0)
kramdown (1.16.2) kramdown (1.17.0)
libv8 (3.16.14.19)
liquid (4.0.0) liquid (4.0.0)
liquid-tag-parser (1.9.0) liquid-tag-parser (1.9.0)
extras (~> 0.3) extras (~> 0.3)
@ -184,7 +185,7 @@ GEM
jekyll-seo-tag (~> 2.1) jekyll-seo-tag (~> 2.1)
minitest (5.11.3) minitest (5.11.3)
multipart-post (2.0.0) multipart-post (2.0.0)
nokogiri (1.8.2) nokogiri (1.8.3)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
octokit (4.9.0) octokit (4.9.0)
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)
@ -197,6 +198,7 @@ GEM
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.9.10) rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2) ffi (>= 0.5.0, < 2)
ref (2.0.0)
rouge (2.2.1) rouge (2.2.1)
ruby-enum (0.7.2) ruby-enum (0.7.2)
i18n i18n
@ -211,19 +213,22 @@ GEM
sawyer (0.8.1) sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6) addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0) faraday (~> 0.8, < 1.0)
sprockets (3.7.1) sprockets (3.7.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
terminal-table (1.8.0) terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thread_safe (0.3.6) thread_safe (0.3.6)
typhoeus (1.3.0) typhoeus (1.3.0)
ethon (>= 0.9.0) ethon (>= 0.9.0)
tzinfo (1.2.5) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (4.1.10) uglifier (4.1.14)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unicode-display_width (1.3.2) unicode-display_width (1.4.0)
yell (2.0.7) yell (2.0.7)
PLATFORMS PLATFORMS
@ -276,6 +281,7 @@ DEPENDENCIES
rouge rouge
sprockets sprockets
terminal-table terminal-table
therubyracer
uglifier uglifier
BUNDLED WITH BUNDLED WITH

View File

@ -14,6 +14,7 @@ description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog baseurl: "" # the subpath of your site, e.g. /blog
url: "https://2martens.de" # the base hostname & protocol for your site url: "https://2martens.de" # the base hostname & protocol for your site
timezone: "Europe/Berlin" timezone: "Europe/Berlin"
encoding: utf-8
collections: collections:
events: events:
output: true output: true
@ -53,4 +54,4 @@ exclude:
- deploy_ed25519.enc - deploy_ed25519.enc
- LICENSE - LICENSE
- vendor - vendor
- node_modules - node_modules

View File

@ -14,6 +14,7 @@ verwiesen. Dieser Bericht schildert meine Eindrücke und beschränkt sich
auf einige Kernelemente und Schlussfolgerungen meinerseits. auf einige Kernelemente und Schlussfolgerungen meinerseits.
<a rel="nofollow" href="https://www.hamburgische-buergerschaft.de/contentblob/11179134/8ace2f7872c22225fe4d113900fa2891/data/180614-dl.pdf">Tagesordnung</a> <a rel="nofollow" href="https://www.hamburgische-buergerschaft.de/contentblob/11179134/8ace2f7872c22225fe4d113900fa2891/data/180614-dl.pdf">Tagesordnung</a>
<a rel="nofollow" href="https://www.buergerschaft-hh.de/ParlDok/dokument/62879/wortprotokoll-der-öffentlichen-sitzung-des-sonderausschusses-gewalttätige-ausschreitungen-rund-um-den-g20-gipfel-in-hamburg-.pdf">Wortprotokoll</a>
## Reaktion auf öffentliche Anhörung ## Reaktion auf öffentliche Anhörung