Initial commit

This commit is contained in:
Simon Martens
2022-12-30 16:44:57 +01:00
parent 7bef8581b0
commit 3a57090666
63 changed files with 21441 additions and 5 deletions

View File

View File

@@ -1,4 +0,0 @@
---
title: Home
layout: base
---

20
src/dynamic/index.njk Normal file
View 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>

View File

@@ -0,0 +1,3 @@
{
"permalink": false
}

View File

View File

View File

View File

View File

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long