From f34db8bb477b872c4b2eb69941ef3663f9a7fa9f Mon Sep 17 00:00:00 2001 From: darrickw Date: Sun, 21 Jul 2024 16:33:47 -0600 Subject: [PATCH] image tblshooting --- {static => assets}/images/VRA_ckl_screenshot.png | Bin {static => assets}/images/VRLI_ckl_screenshot.png | Bin {static => assets}/images/VROPS_ckl_screenshot.png | Bin {static => assets}/images/VRSLCM_ckl_screenshot.png | Bin content/en/docs/Tutorials/Aria/auditautomation.md | 2 +- content/en/docs/Tutorials/Aria/auditlifecycle.md | 2 +- content/en/docs/Tutorials/Aria/auditlogs.md | 2 +- content/en/docs/Tutorials/Aria/auditoperations.md | 2 +- hugo.toml | 1 - 9 files changed, 4 insertions(+), 5 deletions(-) rename {static => assets}/images/VRA_ckl_screenshot.png (100%) rename {static => assets}/images/VRLI_ckl_screenshot.png (100%) rename {static => assets}/images/VROPS_ckl_screenshot.png (100%) rename {static => assets}/images/VRSLCM_ckl_screenshot.png (100%) diff --git a/static/images/VRA_ckl_screenshot.png b/assets/images/VRA_ckl_screenshot.png similarity index 100% rename from static/images/VRA_ckl_screenshot.png rename to assets/images/VRA_ckl_screenshot.png diff --git a/static/images/VRLI_ckl_screenshot.png b/assets/images/VRLI_ckl_screenshot.png similarity index 100% rename from static/images/VRLI_ckl_screenshot.png rename to assets/images/VRLI_ckl_screenshot.png diff --git a/static/images/VROPS_ckl_screenshot.png b/assets/images/VROPS_ckl_screenshot.png similarity index 100% rename from static/images/VROPS_ckl_screenshot.png rename to assets/images/VROPS_ckl_screenshot.png diff --git a/static/images/VRSLCM_ckl_screenshot.png b/assets/images/VRSLCM_ckl_screenshot.png similarity index 100% rename from static/images/VRSLCM_ckl_screenshot.png rename to assets/images/VRSLCM_ckl_screenshot.png diff --git a/content/en/docs/Tutorials/Aria/auditautomation.md b/content/en/docs/Tutorials/Aria/auditautomation.md index 6fa31365..9a84d7d6 100644 --- a/content/en/docs/Tutorials/Aria/auditautomation.md +++ b/content/en/docs/Tutorials/Aria/auditautomation.md @@ -84,4 +84,4 @@ saf convert hdf2ckl -i /tmp/reports/Aria_Automation_8x_STIG_Report.json -o /tmp/ 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/VRA_ckl_screenshot.png) \ No newline at end of file +![alt text](/assets/images/VRA_ckl_screenshot.png) \ No newline at end of file diff --git a/content/en/docs/Tutorials/Aria/auditlifecycle.md b/content/en/docs/Tutorials/Aria/auditlifecycle.md index 1ca22b4e..d0a89faf 100644 --- a/content/en/docs/Tutorials/Aria/auditlifecycle.md +++ b/content/en/docs/Tutorials/Aria/auditlifecycle.md @@ -91,4 +91,4 @@ saf convert hdf2ckl -i /tmp/reports/Aria_Lifecycle_8x_STIG_Report.json -o /tmp/r ``` 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. -![Lifecycle Manager Screenshot](/static/images/VRSLCM_ckl_screenshot.png) \ No newline at end of file +![Lifecycle Manager Screenshot](/assets/images/VRSLCM_ckl_screenshot.png) \ No newline at end of file diff --git a/content/en/docs/Tutorials/Aria/auditlogs.md b/content/en/docs/Tutorials/Aria/auditlogs.md index db291e85..075f5684 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](images/VRLI_ckl_screenshot.png) \ No newline at end of file +![alt text](/assets/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 2bfd9ca3..7241d70e 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]({{ .Site.BaseURL }}/images/VROPS_ckl_screenshot.png) \ No newline at end of file +![alt text]({{ .Site.BaseURL }}/assets/images/VROPS_ckl_screenshot.png) \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 0d529f43..9e13503d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,7 +5,6 @@ title = "DoD Compliance and Automation" contentDir = "content/en" defaultContentLanguage = "en" defaultContentLanguageInSubdir = false -staticDir = ["static"] # Useful when translating. enableMissingTranslationPlaceholders = true