Skip to content
Rolfe Dlugy-Hegwer edited this page Nov 29, 2017 · 1 revision

Introduction

If you're familiar with markdown, you can start creating content for your dpSlate site.

Because the primary use case for DP slate is creating API documentation, that's what we'll show in the following examples.

Create your main page

To create a main page for your site:

  1. In a text editor, create a new file (e.g., File > New File).
  2. On the first line, create a markdown heading, like this: # Hello World
  3. Save the new file as index.md in the dpSlate/source folder you created earlier. By default, dpSlate rebuilds the site with your new content.
  4. Verify that your site displays the new content (e.g., "Hello World"): For example, if you are running dpSlate on your local computer (aka the standalone option), visit http://localhost:4567/.
Clone this wiki locally