Added an
index.htmlunder hugo-lithium/ to set homepage content.- Added
word-versionsdirectory under static.- Used
blogdown::build_dir(".")in lessons directory to build word versions of all lessons. - Used OS tools to copy
.docxfiles to thestatic/word-versionsdirectory. - Added a link at the bottom of each lesson
.Rmdfile to point to the word version.
- Used
- Figured out how to have a separate style for each of the main directories: topics, lessons, littleapps.
- under layouts in the theme, there is a directory with a matching name. The home page, which is mostly copied from
_default/list.htmlis in that matching directory with the namelist.html.
- under layouts in the theme, there is a directory with a matching name. The home page, which is mostly copied from