A site for technical Fossil Fighters documentation
Because the site is hosted on GitHub Pages, there's no built-in page editor.
- Go to the page you want to edit
- At the bottom, click the "Edit this page" link
- Sign in to GitHub (create an account if you don't already have one)
- If it appears, click the "Fork this repository" button (this should only happen once)
- Edit the file to your satisfaction
- Commit your changes
- Press the "Commit changes..." button
- Write a message explaining what you changed
- Press "Propose changes"
- Create a pull request
- Press "Create pull request"
- Fill out the description if your change should have one
- Press "Create pull request"
If you're getting started, I recommend looking at the code for existing pages. If you don't know how to do something, find a page that does what you want and copy how it does it.
If you add a page, you should start with the template below. Make sure to change both the title and permalink.
---
title: New Page
permalink: /new-page-url/
---
<p>Hello, world!</p>If you want to preview your changes before you submit them, you'll need to clone the repository locally, install Cobalt, and run the terminal command cobalt serve --open. This is not advised unless you're already familiar with git, as you'll need to commit, push, and make a pull request for your changes manually.