Skip to content

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

  1. Customize the fields in your mkdocs.yml file
  2. Configure Google Analytics to use the right site ID
  3. Make sure that your .gitignore file includes the site directory
  4. Test the build
  5. Make sure the Edit button appears
  6. Make sure that code color heightening renders correctly
  7. run git config advice.addIgnoredFile false