summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-24 10:44:00 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-24 10:44:00 +0300
commit011e962e33ee9e01f45430aced599f3b4ff9682f (patch)
tree503cd28be8f4e45edb9ded036a689762c413771d
downloadewww.liw.fi-011e962e33ee9e01f45430aced599f3b4ff9682f.tar.gz
initial content
Sponsored-by: author
-rw-r--r--ikiwiki.setup40
-rw-r--r--index.mdwn5
2 files changed, 45 insertions, 0 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
new file mode 100644
index 0000000..5bff5f1
--- /dev/null
+++ b/ikiwiki.setup
@@ -0,0 +1,40 @@
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+
+wikiname: ewww
+url: https://ewww.liw.fi
+srcdir: .
+destdir: ../html
+add_plugins:
+- goodstuff
+- img
+- inline
+- tag
+- orphans
+- brokenlinks
+- toc
+- pandoc
+disable_plugins:
+- trail
+- smiley
+- rawhtml
+- html
+- tidy
+- htmltidy
+- htmlscrubber
+- more
+- table
+- toggle
+- repolist
+- recentchanges
+html5: yes
+timeformat: '%Y-%m-%d %H:%M'
+exclude: 'favicon\.ico'
+allowed_attachments: mimetype(image/*)
+tagbase: tag
+discussion: no
+allowrss: yes
+allowatom: yes
+rss: yes
+atom: yes
+pandoc_filters: "subplot-filter"
+templatedir: templates
diff --git a/index.mdwn b/index.mdwn
new file mode 100644
index 0000000..a8cee78
--- /dev/null
+++ b/index.mdwn
@@ -0,0 +1,5 @@
+[[!meta title="ewww - web server"]]
+
+ewww is a toy web server for static content. It's written in Rust.
+
+See [documentation](https://doc.liw.fi/ewww/) and [git](https://gitlab.com/larswirzenius/ewww).