1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-06 13:26:36 +02:00

add website as monorepo package and migrate to 11ty :)

This commit is contained in:
Kushagra Gour
2019-03-14 18:33:44 +05:30
parent 8fc5a3c4e7
commit 07be86c313
52 changed files with 4688 additions and 2083 deletions

View File

@@ -0,0 +1,22 @@
---
layout: default
---
<a href="/docs"><span aria-hidden="true">⬅️</span> Documentation Index</a>
<article>
<header>
<h1 class="post-title">{{ title }}</h1>
</header>
<!-- <time datetime="{{ page.date | htmlDateString }}" class="post-meta">🗓 {{ page.date | date: "%B %d, %Y" }}</time> -->
<div class="post-content">{{ content | safe }}</div>
</article>
<hr>
<p>
<a href="/docs"><span aria-hidden="true">⬅️</span> Documentation Index</a>
</p>