Site Checklist
Here is a checklist of things you can do to quickly make a copy of this site for your own signal processing course.
Forking the Repository
We strongly suggest you begin by forking this repository. You can do this using the GUI interface of GitHub or use the following shell command:
1 |
|
- Customize the fields in your mkdocs.yml file
- Configure Google Analytics to use the right site ID
- Make sure that your .gitignore file includes the
site
directory - Test the build
- Make sure the Edit button appears
- Make sure that code color heightening renders correctly
- run
git config advice.addIgnoredFile false