aboutsummaryrefslogtreecommitdiff
path: root/docs/docs/usage/dottydoc.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/usage/dottydoc.md')
-rw-r--r--docs/docs/usage/dottydoc.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/docs/usage/dottydoc.md b/docs/docs/usage/dottydoc.md
index bbfae7081..d064cb5ca 100644
--- a/docs/docs/usage/dottydoc.md
+++ b/docs/docs/usage/dottydoc.md
@@ -24,7 +24,7 @@ and will from here on be referred to as "template files" or "templates".
A simple "hello world" site could look something like this:
-```
+```none
├── docs
│ └── getting-started.md
└── index.html
@@ -32,7 +32,7 @@ A simple "hello world" site could look something like this:
This will give you a site with the following endpoints:
-```
+```none
_site/index.html
_site/docs/getting-started.html
```
@@ -79,7 +79,7 @@ the `index.html` file.
Layouts must be placed in a `_layouts` directory in the site root:
-```
+```none
├── _layouts
│ └── main.html
├── docs
@@ -97,7 +97,7 @@ the form `year-month-day-title.{md,html}`.
An example of this would be:
-```
+```none
├── blog
│ └── _posts
│ └── 2016-12-05-implicit-function-types.md
@@ -130,7 +130,7 @@ includes may override these.
An example structure with an include file "sidebar.html":
-```
+```none
├── _includes
│ └── sidebar.html
├── blog
@@ -167,7 +167,7 @@ depth limit is 2 - we'd love to see this change, contributions welcome!
The items which have the `subsection` key, may not have a `url` key in the
current scheme. A site root example with this could be:
-```
+```none
├── blog
│ └── _posts
│ └── 2016-12-05-implicit-function-types.md