mirror of
https://github.com/lloeki/presence.git
synced 2025-12-06 08:54:39 +01:00
Set up everything
This commit is contained in:
commit
f9220ada9b
24 changed files with 651 additions and 0 deletions
11
index.html
Normal file
11
index.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: default
|
||||
title: index
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue