Skip to content

Editing the website

Brady Stroud [SSW] edited this page May 29, 2023 · 30 revisions

Creating/Editing content on the website

Workflow

  1. Log into Tina
    • Online
      1. Navigate to https://ssw.com.au/admin
      2. Authenticate with your Tina credentials
      3. Create a new branch using the branch selector in the top left corner
    • Locally
      1. Pull latest code from main
      2. Follow README to get site up and running
      3. Use git to make a new branch (and push changes when done)
      4. Navigate to localhost:3000/admin
  2. Using the left side-panel, press the hamburger menu
    Screenshot 2023-02-23 at 07 58 31
  3. Select the desired collection
    Screenshot 2023-02-23 at 08 00 08
  4. Create or edit content as required (see below)
  5. Go to GitHub and raise a PR (this will deploy a preview environment for you to get your changes checked)
  6. Get PR reviewed and merge
  7. Wait for changes to go live

Creating Content

  1. Press the "Create New" button within the collection Screenshot 2023-02-23 at 08 09 05
  2. Fill in the appropriate details for the new content you wish to make. Screenshot 2023-02-23 at 08 10 19
  3. Press the "Save" button once you've made your desired edits to create the new page.

Editing Content

  1. Select the desired page to edit Screenshot 2023-02-23 at 08 02 46
  2. From there, simple make the changes you want via the left admin side-panel. Make sure to press the "Save" button once you've made your desired edits. Screenshot 2023-02-23 at 08 05 38