Skip to content

Website Editing

Editing on Forestry

  • Create a Forestry account or sign in with GitHub.

  • Navigate to your Forestry dashboard and click "Add Site".

  • Select Hugo as the static site generator.

  • Select GitHub as your git provider.

  • Since the website is a private repo click the button that says "Not showing private repos. Click here to grant access." so that Forestry can view the repo.

  • Select the branch hugo-airspace-conversion

  • Select one of the pages using the sidebar and edit the content you'd like.

  • To quickly view the changes made, go to the settings tab and click the "Start Preview" button under the Previews section.

  • Go to one of the pages in the sidebar and click the eye icon in the top right to open a preview of the site.

Editing Manually

Clone the website's repo and checkout the redesign branch

git clone git@github.com:tritonuas/tritonuas.github.io.git
git checkout hugo-airspace-conversion
Install Hugo

Launch the local server to view your changes in real time.

hugo server

Edit a markdown file in the content folder that corresponds to the website page you'd like to change. Editing these will only change the content of the pages and not the layout/element composition. To modify these, edit one of the html files in the themes/airspace-hugo/layouts