mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-08 14:19:20 +01:00
Remove example site
This commit is contained in:
parent
3dfdf507dc
commit
0109a33b11
2
example/.gitignore
vendored
2
example/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/public
|
||||
/public.html
|
@ -1,20 +0,0 @@
|
||||
title = "Example Site"
|
||||
urls = ["gemini://example.com", "https://example.com"]
|
||||
|
||||
[feeds]
|
||||
"/blog/" = "Example Feed"
|
||||
|
||||
[tasks.gemini]
|
||||
input_ext = ".gmi"
|
||||
output_ext = ".gmi"
|
||||
template_ext = ".gmi"
|
||||
static_dir = "static"
|
||||
output_dir = "public"
|
||||
|
||||
[tasks.geminitohtml]
|
||||
input_ext = ".gmi"
|
||||
output_ext = ".html"
|
||||
template_ext = ".gmi"
|
||||
postprocess = "geminitohtml"
|
||||
static_dir = "static"
|
||||
output_dir = "public.html"
|
@ -1,3 +0,0 @@
|
||||
# About this Site
|
||||
|
||||
This is an example site.
|
@ -1,3 +0,0 @@
|
||||
# Hello, world!
|
||||
|
||||
This is an example blog post.
|
@ -1,21 +0,0 @@
|
||||
# Example Post
|
||||
|
||||
This is an example blog post.
|
||||
|
||||
This is a paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
|
||||
# Heading 1
|
||||
## Heading 2
|
||||
### Heading 3
|
||||
|
||||
=> gemini://gemini.circumlunar.space This is a link
|
||||
|
||||
```Some alt text
|
||||
Some preformatted text
|
||||
```
|
||||
|
||||
* A list item
|
||||
* Another list item
|
||||
* Yet another list item
|
||||
|
||||
> This is a quote. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
@ -1,5 +0,0 @@
|
||||
# Example Blog
|
||||
|
||||
Welcome to my example blog!
|
||||
|
||||
=> atom.xml Atom feed
|
@ -1,3 +0,0 @@
|
||||
# Example Site
|
||||
|
||||
Welcome to my example site!
|
@ -1,3 +0,0 @@
|
||||
# Example Page
|
||||
|
||||
This is an example page.
|
@ -1 +0,0 @@
|
||||
Example static file
|
@ -1,6 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<meta name="viewport" content="width=device-width, intial-scale=1">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<title>{{ .Title }}</title>
|
||||
|
||||
{{ .Content }}
|
Loading…
Reference in New Issue
Block a user