Skip to content

activecm/threat-hunting-labs

Repository files navigation

This is the source repo for https://activecm.github.io/threat-hunting-labs/

To update the website, just commit and push to this repository.

Resources:

Add new labs in the content directory. Just use the existing examples there for a template.

To customize the look and feel check out:

  • config.toml
  • static/css/theme-mine.css
  • static/css/custom.css

To override something that exists in the default Learn theme, do not touch the files in themes/. Instead add the same file in the top level structure (e.g. under layouts or static) that has the same name as the one in the theme. Hugo will give this file priority over the one in the theme. See here for more information.