mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-27 20:14:20 +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
|
/public
|
||||||
/html/*
|
|
||||||
!/html/style.css
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
title=Example Site
|
title=Example Site
|
||||||
url=//example.com
|
urls=gemini://example.com https://example.com
|
||||||
|
|
||||||
[feeds]
|
[feeds]
|
||||||
/blog/=Example Feed
|
/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