Browse Source

Added better remark about source of this site to index.md. Updated html with latest theme fix

pull/60/head
Frans Bouma 10 years ago
parent
commit
416e008d90
3 changed files with 5 additions and 4 deletions
  1. +2
    -2
      MarkdownSource/index.md
  2. +1
    -0
      css/theme.css
  3. +2
    -2
      index.htm

+ 2
- 2
MarkdownSource/index.md View File

@@ -1,8 +1,8 @@
#DocNet

DocNet is a static site generator, mainly meant for user documentation, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet.
DocNet is a static site generator, mainly meant for user documentation, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet.

To see the source of this site, look at the [gh-pages branch in the DocNet repository at @fa-github GitHub](https://github.com/FransBouma/DocNet/tree/gh-pages).
To see the markdown source of this site, look at the [MarkdownSource folder](https://github.com/FransBouma/DocNet/tree/gh-pages/MarkdownSource) in the [gh-pages branch in the DocNet repository at @fa-github GitHub](https://github.com/FransBouma/DocNet/tree/gh-pages)

## Get DocNet



+ 1
- 0
css/theme.css View File

@@ -409,6 +409,7 @@ pre > code {

pre.nocode {
box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
margin-bottom: 20px;
}




+ 2
- 2
index.htm View File

@@ -71,8 +71,8 @@
<div role="main">
<div class="section">
<h1 id="docnet">DocNet</h1>
<p>DocNet is a static site generator, mainly meant for user documentation, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet. </p>
<p>To see the source of this site, look at the <a href="https://github.com/FransBouma/DocNet/tree/gh-pages" target="_blank">gh-pages branch in the DocNet repository at <i class="fa fa-github"></i> GitHub</a>.</p>
<p>DocNet is a static site generator, mainly meant for user documentation, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet.</p>
<p>To see the markdown source of this site, look at the <a href="https://github.com/FransBouma/DocNet/tree/gh-pages/MarkdownSource" target="_blank">MarkdownSource folder</a> in the <a href="https://github.com/FransBouma/DocNet/tree/gh-pages" target="_blank">gh-pages branch in the DocNet repository at <i class="fa fa-github"></i> GitHub</a></p>
<h2 id="get-docnet">Get DocNet</h2>
<p>To get <code>DocNet</code>, either build it from source using the <a href="https://github.com/FransBouma/DocNet" target="_blank"><i class="fa fa-github"></i> github repository</a>, or download a pre-build binary package from the <a href="https://github.com/FransBouma/DocNet/releases" target="_blank">'Releases' section of the github repository</a></p>


Loading…
Cancel
Save