Skip to content

Commit fe00d95

Browse files
committed
Add basic README
1 parent b992e12 commit fe00d95

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= The Duct Framework
1+
= The Duct Framework [Beta]
22
James Reeves
33
{docdate}
44
:doctype: book
@@ -7,6 +7,7 @@ James Reeves
77
:source-highlighter: coderay
88
:sectnums:
99
:toc: left
10+
:url-repo: https://github.com/duct-framework/duct-framework.github.io
1011

1112
== Introduction
1213

0 commit comments

Comments
 (0)