Skip to content

Commit 8047417

Browse files
committed
docs: Update development.md
1 parent 225d6b6 commit 8047417

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/development.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@ But we can't just use the first page we find as there could be duplicate folder
7171
Therefore rather than using split pieces, we use the full path (a, then a/b then a/b/c) to find the index files.
7272

7373
Each piece of the breadcrumb pieces needs a bigger slice to build a URL and then find the path. So we use `slice: 0, forloop.index` to get the URL for the first breadcrumb (slice 0 and 1), then the second (slice 0 and 2).
74+
75+
76+
## Plugins
77+
78+
Most pages are kept light as `# Title` without frontmatter by using two plugins.
79+
80+
- [Optional frontmatter](https://rubygems.org/gems/jekyll-optional-front-matter) - Process a page without frontmatter.
81+
- [Title from Headings](https://rubygems.org/gems/jekyll-titles-from-headings/versions/0.5.3) to turn the first line of the page into `page.title`. This is setup in the config to hide the title, as there is a layout to take care that of that already.

0 commit comments

Comments
 (0)