prepre publishing
This commit is contained in:
parent
31ca1248fd
commit
839d63b687
4 changed files with 27 additions and 2 deletions
8
content/schedule-vortragssaal/contents.lr
Normal file
8
content/schedule-vortragssaal/contents.lr
Normal 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.
|
|
@ -9,3 +9,8 @@ type = string
|
|||
[fields.body]
|
||||
label = Body
|
||||
type = markdown
|
||||
|
||||
[fields.schedule]
|
||||
label = Schedule Javascript Address
|
||||
type = string
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue