mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-23 18:51:10 +00:00
Reorganize example site
This commit is contained in:
parent
1ff05f49f5
commit
62894400b0
4
example/.gitignore
vendored
4
example/.gitignore
vendored
|
@ -1,3 +1 @@
|
|||
/dst
|
||||
/html/*
|
||||
!/html/style.css
|
||||
/public
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
title=Example Site
|
||||
url=//example.com
|
||||
urls=gemini://example.com https://example.com
|
||||
|
||||
[feeds]
|
||||
/blog/=Example Feed
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue