mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-29 17:25:33 +00:00
Initial commit
This commit is contained in:
0
src/dynamic/handschriften.njk
Normal file
0
src/dynamic/handschriften.njk
Normal file
@@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Home
|
||||
layout: base
|
||||
---
|
||||
20
src/dynamic/index.njk
Normal file
20
src/dynamic/index.njk
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Home
|
||||
layout: base
|
||||
modified: 2022-01-09 00:00:00
|
||||
order: 1
|
||||
---
|
||||
|
||||
<h1 class="pt-24 pb-6 text-center">
|
||||
<span class="text-8xl font-bold text-transparent bg-clip-text bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500">
|
||||
Hello world!
|
||||
</span>
|
||||
</h1>
|
||||
<h2 class="pb-12 text-4xl font-bold text-center text-gray-500">
|
||||
{{ config.siteTitle }}
|
||||
</h2>
|
||||
|
||||
<div class="container max-w-lg mx-auto text-xl text-center">
|
||||
<p>Starter template for building <a href="https://www.11ty.dev/" target="_blank">Eleventy</a> static sites with <a href="https://tailwindcss.com/" target="_blank">Tailwind CSS</a> automatically generating the corresponding styles and writing them to a static CSS file.</p>
|
||||
<p class="pt-3"><a href="https://github.com/jeremydaly/eleventy-tailwind-template#readme" class="text-2xl text-transparent bg-clip-text bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500">View the README</a></p>
|
||||
</div>
|
||||
3
src/dynamic/lists/lists.11tydata.json
Normal file
3
src/dynamic/lists/lists.11tydata.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"permalink": false
|
||||
}
|
||||
0
src/dynamic/lists/posthume_ausgaben/index.njk
Normal file
0
src/dynamic/lists/posthume_ausgaben/index.njk
Normal file
0
src/dynamic/posthume_ausgaben.njk
Normal file
0
src/dynamic/posthume_ausgaben.njk
Normal file
0
src/dynamic/sekundaerliteratur.njk
Normal file
0
src/dynamic/sekundaerliteratur.njk
Normal file
0
src/dynamic/selbstaendige_drucke.njk
Normal file
0
src/dynamic/selbstaendige_drucke.njk
Normal file
0
src/dynamic/theaterauffuehrungen.njk
Normal file
0
src/dynamic/theaterauffuehrungen.njk
Normal file
0
src/dynamic/unselbststaendige_drucke.njk
Normal file
0
src/dynamic/unselbststaendige_drucke.njk
Normal file
File diff suppressed because one or more lines are too long
1
src/static/css/output.css;
Normal file
1
src/static/css/output.css;
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user