We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b992e12 commit fe00d95Copy full SHA for fe00d95
README.md
@@ -0,0 +1,9 @@
1
+# Duct Framework Site
2
+
3
+This is the source code for the [Duct Framework](https://duct-framework.github.io) site.
4
5
+## Building locally
6
7
+```sh
8
+asciidoctor -D build -b html5 index.adoc
9
+```
index.adoc
@@ -1,4 +1,4 @@
-= The Duct Framework
+= The Duct Framework [Beta]
James Reeves
{docdate}
:doctype: book
@@ -7,6 +7,7 @@ James Reeves
:source-highlighter: coderay
:sectnums:
:toc: left
10
+:url-repo: https://github.com/duct-framework/duct-framework.github.io
11
12
== Introduction
13
0 commit comments