Loading LAYOUT.md +7 −2 Original line number Diff line number Diff line Loading @@ -65,8 +65,7 @@ Files used to display the lesson, such as artwork, CSS, and Javascript, are stored in `img/`, `css/`, and `js/` directories of their own. We keep website artwork in the `img/` directory separate from figures used in the lesson (which are stored in `fig/`) to make it simple to update the former automatically. Most authors should not need to modify any of the support files themselves. to make it simple to update the former automatically. The `_layouts/` directory holds the page templates used to translate Markdown to HTML, while the `_includes/` directory holds snippets of Loading @@ -74,6 +73,11 @@ HTML that are used in several page layouts. These directories have underscores at the start of their names to be consistent with Jekyll's naming conventions, but the files they contain are for Pandoc. Most authors should not need to modify any of the support files themselves. The only exception is the `_includes/footer.html` file linking the "Source" button to [lesson-template][swc-lesson-template]. That URL should be replaced by the URL of the repository of the actual lesson. # Tools The `tools/` directory contains tools to help create and maintain Loading Loading @@ -438,3 +442,4 @@ structure is: stress levels.) [swc-lesson-example]: https://github.com/swcarpentry/lesson-example [swc-lesson-template]: https://github.com/swcarpentry/lesson-template Loading
LAYOUT.md +7 −2 Original line number Diff line number Diff line Loading @@ -65,8 +65,7 @@ Files used to display the lesson, such as artwork, CSS, and Javascript, are stored in `img/`, `css/`, and `js/` directories of their own. We keep website artwork in the `img/` directory separate from figures used in the lesson (which are stored in `fig/`) to make it simple to update the former automatically. Most authors should not need to modify any of the support files themselves. to make it simple to update the former automatically. The `_layouts/` directory holds the page templates used to translate Markdown to HTML, while the `_includes/` directory holds snippets of Loading @@ -74,6 +73,11 @@ HTML that are used in several page layouts. These directories have underscores at the start of their names to be consistent with Jekyll's naming conventions, but the files they contain are for Pandoc. Most authors should not need to modify any of the support files themselves. The only exception is the `_includes/footer.html` file linking the "Source" button to [lesson-template][swc-lesson-template]. That URL should be replaced by the URL of the repository of the actual lesson. # Tools The `tools/` directory contains tools to help create and maintain Loading Loading @@ -438,3 +442,4 @@ structure is: stress levels.) [swc-lesson-example]: https://github.com/swcarpentry/lesson-example [swc-lesson-template]: https://github.com/swcarpentry/lesson-template