Reorganize example site

This commit is contained in:
adnano 2021-02-28 12:07:04 -05:00
parent 1ff05f49f5
commit 62894400b0
10 changed files with 2 additions and 19 deletions

4
example/.gitignore vendored
View file

@ -1,3 +1 @@
/dst
/html/*
!/html/style.css
/public

View file

@ -1,5 +1,5 @@
title=Example Site
url=//example.com
urls=gemini://example.com https://example.com
[feeds]
/blog/=Example Feed

View file

@ -1,15 +0,0 @@
body {
font-family: sans-serif;
padding: 2rem 1.25rem;
max-width: 600px;
margin: 0 auto;
}
p, h1, h2, h3, ul, pre {
margin: 0;
}
pre {
display: block;
overflow-x: auto;
}