Skip to content

Director-Fusion/velociraptor-docs

This branch is 168 commits behind Velocidex/velociraptor-docs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4962cc6 · Feb 26, 2024
Feb 22, 2024
Jun 9, 2021
Feb 26, 2024
Sep 3, 2023
Sep 10, 2023
Feb 18, 2024
Sep 2, 2023
Oct 24, 2023
Mar 1, 2023
Feb 18, 2024
Jun 28, 2021
Nov 22, 2022
Oct 24, 2023
Oct 24, 2023

Repository files navigation

Documentation site for Velociraptor

This is the documentation site for Velociraptor - digging deeper!

Building this site

The site uses the static website generator Hugo.

To develop on the site:

  1. clone this repository by running the following git clone command

    git clone --recurse-submodules https://github.com/Velocidex/velociraptor-docs.git
    

    Note normal cloning will not work. You must recurse the submodules or hugo will not understand shortcodes and you will see errors such as: failed to extract shortcode: template for shortcode "children" not found

  2. Run Hugo:

    1. Run Hugo with a nativly installed version
    hugo serve
    
    1. Alternativly you can run hugo in docker as such:
    docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:alpine server
    
  3. Open your browser to http://localhost:1313.

    This will bring up a local web server where you can see your changes.

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

About

Documentation site for Velociraptor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.3%
  • CSS 22.0%
  • JavaScript 7.4%
  • Python 6.3%
  • Other 1.0%