Start over

Adding a home page

  1. Create a new file called index.md.
  2. Add the following front matter:
    ---
    layout: home
    title: Welcome to the Library!
    patron_questions:
      - search: "How can I find sources from the Library?"
      - peer_review: "What does peer reviewed mean?"
    ---
    

Possible patron questions should always be in the above format:

If you’d like to add any additional content, you can add it using Markdown syntax. It will appear directly under the page title.