Skip to content

Eisbrenner/eisbrenner.github.io

Repository files navigation

eisbrenner.github.io

Please follow the instructions below to finish the setup of your new Qubt site.

Installation

  1. Add a LICENSE to your repo.
  2. Clone your version of the template to your local computer: git clone https://github.com/<username>/<reponame>
  3. Modify config/_default/hugo.yaml, config/_default/params.yaml and config/_default/menus.yaml according to to your needs. Find more info on the theme wiki.
  4. Add your blog posts to content/blog/. See the wiki or example posts for reference.
  5. Modify content/about.md so it matches your preferences.
  6. Build a local version of your site by executing hugo server. You can see the site by navigating to localhost:1313 (actual URL will be outputted in the CLI) in a browser.

Configuration

See the wiki for all info about configuration.


Update the Theme Version

The theme version used to build the site is defined in go.mod file.

The best practice is to update to released and tested versions. To update to a specific version execute the following command in a terminal/commandline (at the root path of your site repo):

  hugo mod get github.com/Chrede88/qubt@vX.Y.Z

Replace X,Y & Z with the corresponding version numbers. You can find the releases here. Please check if any breaking changes are listed under the release you want to update to, before proceeding.


Deploy on Github Pages

You can very easily deploy your site using Github Pages. Included in this template is a Github Action workflow that will build and deploy your site to Github Pages automatically 👍

You can find the workflow here .github/deploymentWorkflow/buildDeploy.yml. To use this, move it to .github/workflows/.

The workflow is already set up and ready to go, but go through it and spend some time to understand what's going on. Otherwise, it'll always be this black box of magic that you can't fix when it breaks!

Last step: Go to Settings -> Pages -> Build and deployment -> Set the Source to "Github Actions".

Next time you publish a release this workflow will build and deploy your site 🎉

Your site will be published to the following URL: https://eisbrenner.github.io

About

Personal website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages