Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

how-to-edit-ephemerisle-wiki.md

File metadata and controls

30 lines (21 loc) · 1.12 KB
layout title
default
How to Edit the Ephemerisle Wiki

The Ephemerisle Wiki uses Github's version of the Markdown markup language. You can read a tutorial for editing github hosted wikis with Markdown here:

To create a new page:

  • Go to the Ephemerisle github homepage
  • Click the + button next to "ephemerisle.github.io/" link under the purple horizontal bar. Make sure to name your file with the .md file extension.

To edit a page:

  • Click on the page you want to edit
  • Click the "pencil" icon in the upper right hand corner.
  • Edit the page with the Markdown markup.
  • Click "Commit changes" button at the bottom.

To delete a page:

  • Click on the page.
  • Click the "trashcan" icon in the upper right
  • Click "Commit changes" button at the bottom.