Browse Source

Wyam documentation

pull/91/head
Mordechai Zuber 9 years ago
parent
commit
c5b5ea77f8
  1. 3
      .gitignore
  2. 4
      config.wyam
  3. 3
      input/about.md
  4. 3
      theme/index.cshtml

3
.gitignore

@ -212,4 +212,5 @@ artifacts/
**/BenchmarkDotNet.Artifacts/
#CodeCoverage
**/CodeCoverage/*
**/CodeCoverage/*
docs/

4
config.wyam

@ -0,0 +1,4 @@
#recipe Docs
Settings[Keys.Host] = "imagesharp.org";
Settings[Keys.Title] = "Image Sharp";
FileSystem.OutputPath = "./docs";

3
input/about.md

@ -0,0 +1,3 @@
Title: About This Project
---
This project is awesome!

3
theme/index.cshtml

@ -0,0 +1,3 @@
Title: Home
---
Welcome to the documentation for ImageSharp
Loading…
Cancel
Save