/sgibson91.github.io

Sarah's professional website

Primary LanguageHTMLMIT LicenseMIT

sgibson91.github.io

Repo Overview

  • Blog posts are hosted in content/blog

Building the website locally

You need to have Hugo installed.

Installing Hugo with Homebrew

brew install hugo

Creating new content

Make sure this command is run from the root of the directory.

hugo new path/to/new-content.md

Locally rendering changes

hugo serve --enableGitInfo -DF

Updating the theme

To pull in any upstream changes to the theme being used as a git submodule, run the following.

git submodule update --remote --merge

Contributing

Please read the Contributing Guidelines and Code of Conduct to get started making a contribution.

Attribution

Thank you to the maintainers of the Anatole Hugo theme.