You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to change the default frontmatter and the content for new pages,
11
+
edit the template file `assets/stubs/new-page-template` of your project.
12
+
-->
13
+
14
+
## Heading
15
+
16
+
Edit this template to create your new page.
17
+
18
+
* Give it a good name, ending in `.md` - e.g. `getting-started.md`
19
+
* Edit the "front matter" section at the top of the page (weight controls how its ordered amongst other pages in the same directory; lowest number first).
20
+
* Add a good commit message at the bottom of the page (< 80 characters; use the extended description field for more detail).
21
+
* Create a new branch so you can preview your new file and request a review via Pull Request.
0 commit comments