mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2026-02-05 12:25:30 +00:00
Initial commit
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user