Skip to content

simonomi/fftechwiki

Repository files navigation

A site for technical Fossil Fighters documentation

Contributing

Because the site is hosted on GitHub Pages, there's no built-in page editor.

Simple

  1. Go to the page you want to edit
  2. At the bottom, click the "Edit this page" link
  3. Sign in to GitHub (create an account if you don't already have one)
  4. If it appears, click the "Fork this repository" button (this should only happen once)
  5. Edit the file to your satisfaction
  6. Commit your changes
    1. Press the "Commit changes..." button
    2. Write a message explaining what you changed
    3. Press "Propose changes"
  7. Create a pull request
    1. Press "Create pull request"
    2. Fill out the description if your change should have one
    3. Press "Create pull request"

Resources

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.

Creating a new page

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>

Advanced

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.

About

technical documentation for Fossil Fighters

Resources

Stars

Watchers

Forks

Contributors