Skip to content

Latest commit

 

History

History
133 lines (89 loc) · 5.32 KB

page-template.md

File metadata and controls

133 lines (89 loc) · 5.32 KB
layout collection title permalink sticky_sidenav sidenav subnav
page
Page title
Page Link
true
text href
About this Repository
#about-this-repository
text href
Open an Issue
#open-an-issue
text href
Add a Page
#add-a-page
text href
Submit a Page
#submit-a-page
text href
Edit a Page
#edit-a-page

Markdown is a simple way of writing and formatting. The formats can be used across many different platforms including for websites and documents. We created a sample template to help you with your page.

Review information on how to contribute and how to Add a New Page. If you want to learn more about markdown formatting: https://guides.github.com/features/mastering-markdown/

You can copy and paste this template into a new page, and use the sample markdown.

You probably noticed this block at the top of the page.

layout: default title: Title of the Page permalink: /template/

This block at the top of the page, called Front Matter, is used for website navigation when your guide is posted. Update the Title of the Page and the /template/

For more information on using different jekyll format or web design features:

Overview

To begin your guide, briefly state its purpose in one to two sentences for an Overview. You may include information on the intended audience, the intended outcome of the guide, and any other information that would help the user to understand the guide.

Then add a table of contents link for each section. For example:

We propose these sections for most guides:

Before You get Started

This section should tell the user what to prepare before starting a set of procedures. Explain any assumptions as bulleted lists. Clearly state the hardware and software requirements.

Procedure 1

This section should tell the user how to achieve the goal. Explain all steps simply and don't try to recreate other resources that are easily found. Focus on the government and what can be unique when implementing or executing.

Procedure 2

This section should tell the user how to achieve the goal. Explain all steps simply and don't try to recreate other resources that are easily found. Focus on the government and what can be unique when implementing or executing.

Here are sample markdown formats for you:

Headings use the hash sign with a space.

This Is a Second-Level Heading

This is a third-level heading

This is a fourth-level heading

Number List Items

  1. Step 1 of procedure. (Indent 2 spaces, enter a number, and add 1 space.)
  2. Step 2 of procedure.

Bullet List Items

  • Bullet 1 (Indent 2 spaces, enter an asterisk, and add 1 space.)
  • Bullet 2

Bold and Italics

  • Use double asterisks to bold a word: bold.
  • Use underscores to create italics: italics.

Code Blocks

To create a code block, use spaces, backticks (```), and Returns in this order:

  • 4 spaces plus 3 backticks (```) to start the code block
  • A Return
  • Type or paste in the code that the user needs to enter for a specific step
  • Another Return
  • 4 spaces plus 3 backticks to end the code block
  • Another Return

For example:

Text within three backticks for code or command line samples

Code Comments

Code comments will be invisible in a webpage view, but others will be able to see the comment in GitHub Markdown.

Images

To insert an image into your Page, upload the image file to the /img/ folder in the GitHub repository. Then at the image insertion point in your page, add these formats to link to the image.

This is what I want a screen reader to say for 508 compliance

Text for an image aligned right goes here

Text for another image aligned left goes here

Links to Other Documents

To link to useful references, information:

This is what I want my link to say

To link to a document, or to another website, you need to always open the link in a new window:

This is what I want my link to say{:target="_blank"}{:rel="noopener noreferrer"}.