Checklist for Site Customization
This book is designed to be quickly customized to meet the needs of your school. Use this checklist to do the customization work.
- Customize the fields in your mkdocs.yml file including the URLs and site description. This is where you can change the colors and logos of your microsite
- Configure Google Analytics to use the right site ID - you will need your own Google account to do this
- Make sure that your .gitignore file includes the
sitedirectory - Test the build using
mkdocs buildand verify there are no errors - Make sure the Edit button appears in each page
- Make sure that code color heightening renders correctly
- run
git config advice.addIgnoredFile falseto ignore warning messages. This is important if you dogit add *to add all changes