forked from Chaospott/site
fix build process
This commit is contained in:
parent
0cc37e4cdc
commit
4a20d3a9a4
@ -1,7 +1,5 @@
|
|||||||
from jekyll/jekyll as builder
|
from jekyll/jekyll as builder
|
||||||
add . /srv/jekyll
|
add . /srv/jekyll
|
||||||
run mkdir /site
|
|
||||||
run whoami
|
|
||||||
run jekyll build --source /srv/jekyll --destination /tmp
|
run jekyll build --source /srv/jekyll --destination /tmp
|
||||||
|
|
||||||
from nginx:alpine
|
from nginx:alpine
|
||||||
|
1
Gemfile
1
Gemfile
@ -1,3 +1,4 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'jekyll', '~>3.8.4'
|
gem 'jekyll', '~>3.8.4'
|
||||||
|
gem 'jekyll-paginate'
|
||||||
|
@ -1,16 +1,17 @@
|
|||||||
# Site settings
|
# Site settings
|
||||||
title: chaospott - wir sind da wat am hacken dran...
|
title: chaospott - wir sind da wat am hacken dran...
|
||||||
email: info@chaospott.de
|
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.
|
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.
|
Alle Interessierten sind herzlich zu unserem Treff eingeladen.
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
url: "https://chaospott.de"
|
url: "https://chaospott.de"
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
permalink: /:year/:month/:day/:title
|
permalink: /:year/:month/:day/:title
|
||||||
paginate: 5
|
paginate: 5
|
||||||
paginate_path: "/blog/:num"
|
paginate_path: "/blog/:num"
|
||||||
|
plugins: [jekyll-paginate]
|
||||||
include: [
|
include: [
|
||||||
".well-known"
|
".well-known"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user