Adding a Lesson Entry

  1. In the IMLS Repository (or it can be a local repository) navigate to _data/sitetext.yml
    step1

  2. Under the lessontab section, add the following lines:
      - lesson-title: 
     site: 
     repo:
     notes: 
     status:  
     author: 
    
    • Make sure the indentation is correct!
    • It should look like this:
      step2
  3. Add content to your lesson
    • lesson-title: Title of the lesson
    • site: Link to the lesson site
    • repo: Link to the repository of the lesson site
    • notes: Link to the notes page of the lesson site
    • status: Status of the lesson (pre-alpha, alpha, beta, or stable)
    • author: author(s) of the lesson
      step3
  4. After you push the changes to the main branch, you should see the new lesson entry in the table.
    • Make sure to click on each of the links to check that it’s linked to a correct website! step3
  5. Congrats! You just added a new lesson to the table. πŸŽ‰πŸ‘πŸ‘πŸ‘