fix build process

这个提交包含在:
gidsi
2018-10-14 00:40:14 +02:00
父节点 0cc37e4cdc
当前提交 4a20d3a9a4
共有 3 个文件被更改,包括 4 次插入4 次删除

查看文件

@@ -1,7 +1,5 @@
from jekyll/jekyll as builder
add . /srv/jekyll
run mkdir /site
run whoami
run jekyll build --source /srv/jekyll --destination /tmp
from nginx:alpine

查看文件

@@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'jekyll', '~>3.8.4'
gem 'jekyll-paginate'

查看文件

@@ -1,16 +1,17 @@
# Site settings
title: chaospott - wir sind da wat am hacken dran...
email: info@chaospott.de
description: >
description: >
Wir sind der örtliche Erfa-Kreis des Chaos Computer Clubs in Essen. Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik.
Alle Interessierten sind herzlich zu unserem Treff eingeladen.
baseurl: ""
baseurl: ""
url: "https://chaospott.de"
# Build settings
markdown: kramdown
permalink: /:year/:month/:day/:title
paginate: 5
paginate_path: "/blog/:num"
plugins: [jekyll-paginate]
include: [
".well-known"
]