moved site back to root

This commit is contained in:
Zehka 2020-07-05 18:11:07 +02:00
parent ee7084d8d9
commit a4f0db8ea4
492 changed files with 1 additions and 616 deletions

View File

@ -1,7 +0,0 @@
from jekyll/jekyll as builder
add web /srv/jekyll
run bundle exec jekyll build --source /srv/jekyll --destination /tmp
from nginx:alpine
copy --from=builder /tmp /usr/share/nginx/html
copy nginx /etc/nginx

View File

@ -10,7 +10,7 @@ jekyll + bootstrap
### Text
Blogeinträge werden in dem Verzeichnis „web/\_posts“ abgelegt. Um einen Blogeintrag zu verfassen legt man eine Datei mit dem Schema „Jahr-MM-TT-Titel.markdown“ an. Der Blogeintrag beginnt mit folgenden Metadaten:
Blogeinträge werden in dem Verzeichnis „\_posts“ abgelegt. Um einen Blogeintrag zu verfassen legt man eine Datei mit dem Schema „Jahr-MM-TT-Titel.markdown“ an. Der Blogeintrag beginnt mit folgenden Metadaten:
<pre><code>---
layout: post
title: "Neues Update für DocPatch"

Some files were not shown because too many files have changed in this diff Show More