diff --git a/docs/userGuide/contentAuthoring.md b/docs/userGuide/contentAuthoring.md index f14439e9c3..aa37622590 100644 --- a/docs/userGuide/contentAuthoring.md +++ b/docs/userGuide/contentAuthoring.md @@ -375,6 +375,50 @@ Front matter can also be included from a separate file, just like how content ca This will result in `index.md` having the title `Binary Search Tree` and the specified keywords in order for it to be looked up through the search bar. +### Inserting content into a page's head element + +While authoring your website, you may want to have your own CSS or Javascript files to be included in a page. + +- Start by creating a head file with Markdown extension (`.md`) in the `_markbind/head` folder. + - More than one head file can be created for different pages. + +- Author your `