prepre publishing

This commit is contained in:
L3D 2023-11-01 16:53:29 +01:00
parent 31ca1248fd
commit 839d63b687
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
4 changed files with 27 additions and 2 deletions

View file

@ -0,0 +1,8 @@
_model: html5infobeamer
---
title: Overview Schedule Aalen
---
body:
This is a basic demo website that shows how to use Lektor for a basic
website with some pages.

View file

@ -9,3 +9,8 @@ type = string
[fields.body]
label = Body
type = markdown
[fields.schedule]
label = Schedule Javascript Address
type = string

View file

@ -14,7 +14,10 @@
{{ this.body }}
<ul>
<li class="infopointitem">
<span class="fa fa-hand-o-right bullet"></span><b>InfoBeamer General:</b><a class="infopoint" href="/schedule/">/schedule/</a>
<span class="fa fa-hand-o-right bullet"></span><b>HTML5 InfoBeamer:</b><a class="infopoint" href="/schedule/">/schedule/</a>
</li>
<li>
<span class="fa fa-hand-o-right bullet"></span><b>iHTML5 InfoBeamer "Vortragssaal":</b><a class="infopoint" href="/schedule/">/schedule-vortragssaal/</a>
</li>
</ul>
</div>

View file

@ -1,7 +1,16 @@
[project]
name = voc-info
url = https://info.winkekatze.tv/
url = https://aalen-geekend-23.winkekatze.tv/
excluded_assets = *.scss
url_style = absolute
[servers.winekaktze]
url = https://aalen-geekend-23.winkekatze.tv/
name = winekaktze
enabled = yes
default = yes
locale = en_EN
target = rsync://winkekatze@aalen-geekend-23.winkekatze.tv/srv/www/aalen-geekend-23.winkekatze.tv/
[packages]
lektor-scss = 1.4.2