From c173eaade781651cc09ead0575f367de7340f253 Mon Sep 17 00:00:00 2001 From: darrickw Date: Sun, 21 Jul 2024 16:12:10 -0600 Subject: [PATCH] image tblshoot --- content/en/docs/Tutorials/Aria/auditlogs.md | 2 +- content/en/docs/Tutorials/Aria/auditoperations.md | 2 +- hugo.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/Tutorials/Aria/auditlogs.md b/content/en/docs/Tutorials/Aria/auditlogs.md index 589bebce..db291e85 100644 --- a/content/en/docs/Tutorials/Aria/auditlogs.md +++ b/content/en/docs/Tutorials/Aria/auditlogs.md @@ -102,4 +102,4 @@ saf convert hdf2ckl -i /tmp/reports/Aria_Ops_Logs_8x_STIG_Report.json -o /tmp/re Opening the CKL file in STIG Viewer will look like the example screenshot below. Note the InSpec results are included in the `Finding Details` pane. -![alt text](/static/images/VRLI_ckl_screenshot.png) \ No newline at end of file +![alt text](images/VRLI_ckl_screenshot.png) \ No newline at end of file diff --git a/content/en/docs/Tutorials/Aria/auditoperations.md b/content/en/docs/Tutorials/Aria/auditoperations.md index 90dae97e..51f56885 100644 --- a/content/en/docs/Tutorials/Aria/auditoperations.md +++ b/content/en/docs/Tutorials/Aria/auditoperations.md @@ -93,4 +93,4 @@ saf convert hdf2ckl -i /tmp/reports/Aria_Ops_8x_STIG_Report.json -o /tmp/reports Opening the CKL file in STIG Viewer will look like the example screenshot below. Note the InSpec results are included in the `Finding Details` pane. -![alt text](/images/VROPS_ckl_screenshot.png) \ No newline at end of file +![alt text](./images/VROPS_ckl_screenshot.png) \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 36bd7b91..9603a65c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,6 +5,7 @@ title = "DoD Compliance and Automation" contentDir = "content/en" defaultContentLanguage = "en" defaultContentLanguageInSubdir = false +staticDir = ["static"] # Useful when translating. enableMissingTranslationPlaceholders = true