Remove example site

This commit is contained in:
Adnan Maolood 2021-04-20 16:03:51 -04:00
parent c9004640db
commit a72e00385d
10 changed files with 0 additions and 67 deletions

2
example/.gitignore vendored
View file

@ -1,2 +0,0 @@
/public
/public.html

View file

@ -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"

View file

@ -1,3 +0,0 @@
# About this Site
This is an example site.

View file

@ -1,3 +0,0 @@
# Hello, world!
This is an example blog post.

View file

@ -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.

View file

@ -1,5 +0,0 @@
# Example Blog
Welcome to my example blog!
=> atom.xml Atom feed

View file

@ -1,3 +0,0 @@
# Example Site
Welcome to my example site!

View file

@ -1,3 +0,0 @@
# Example Page
This is an example page.

View file

@ -1 +0,0 @@
Example static file

View 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 }}