From bcf2625de1d27c82b4b32d3076740d3dd13f038b Mon Sep 17 00:00:00 2001 From: Joe Rozner Date: Tue, 19 Mar 2024 11:47:43 -0700 Subject: [PATCH] Capitalize ASHIRT --- content/linux.md | 6 +++--- content/macos.md | 6 +++--- content/support.md | 6 +++--- content/windows.md | 4 ++-- hugo.toml | 4 ++-- layouts/partials/header.html | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/linux.md b/content/linux.md index 153d5db..034d055 100644 --- a/content/linux.md +++ b/content/linux.md @@ -1,6 +1,6 @@ --- title: "Linux" -description: "Follow the instructions below to help you begin installing Ashirt to your local desktop" +description: "Follow the instructions below to help you begin installing ASHIRT to your local desktop" layout: list --- @@ -9,5 +9,5 @@ layout: list **Step 2.** Set the executable bit on the downloaded app image:\ chmod +x{{< fetch-ashirt-version template="ashirt-%s-x86_64.AppImage" >}} -**Step 3.** Launch Ashirt application:\ -{{< fetch-ashirt-version template="./ashirt-%s-x86_64.AppImage" >}} \ No newline at end of file +**Step 3.** Launch ASHIRT application:\ +{{< fetch-ashirt-version template="./ashirt-%s-x86_64.AppImage" >}} diff --git a/content/macos.md b/content/macos.md index 748be30..5074f4b 100644 --- a/content/macos.md +++ b/content/macos.md @@ -1,6 +1,6 @@ --- title: "OSX" -description: "Follow the instructions below to help you begin installing Ashirt to your local desktop" +description: "Follow the instructions below to help you begin installing ASHIRT to your local desktop" layout: list --- @@ -10,5 +10,5 @@ layout: list **Step 3.** Move ashirt app into your local applications folder -**Step 4.** Launch the Ashirt application using the folder through spotlight or with your terminal using the command:\ -open -a ashirt \ No newline at end of file +**Step 4.** Launch the ASHIRT application using the folder through spotlight or with your terminal using the command:\ +open -a ashirt diff --git a/content/support.md b/content/support.md index f903dbb..4dc27cd 100644 --- a/content/support.md +++ b/content/support.md @@ -27,10 +27,10 @@ layout: faq
-## To open an issue or feature request for ashirt: +## To open an issue or feature request for ASHIRT: -[Ashirt Github Issues]( https://github.com/ashirt-ops/ashirt/issues/new/choose) +[ASHIRT Github Issues]( https://github.com/ashirt-ops/ashirt/issues/new/choose)
- \ No newline at end of file + diff --git a/content/windows.md b/content/windows.md index 5f518e3..23aefa0 100644 --- a/content/windows.md +++ b/content/windows.md @@ -1,6 +1,6 @@ --- title: "Windows" -description: "Follow the instructions below to help you begin installing Ashirt to your local desktop" +description: "Follow the instructions below to help you begin installing ASHIRT to your local desktop" layout: list --- @@ -14,4 +14,4 @@ layout: list **Step 4.** Launch the ASHIRT installer: {{}} -**Step 5.** Open the ASHIRT application from the windows start menu \ No newline at end of file +**Step 5.** Open the ASHIRT application from the windows start menu diff --git a/hugo.toml b/hugo.toml index d87f6ff..bc4f01b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,8 +1,8 @@ baseURL = 'https://ashirt-ops.github.io/' languageCode = 'en-us' -title = 'Ashirt' +title = 'ASHIRT' relativeURLs = true cannonifyURLs = true [markup.goldmark.renderer] - unsafe = true # Allow HTML in md files \ No newline at end of file + unsafe = true # Allow HTML in md files diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 8259d0c..3526bf9 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,12 +2,12 @@ {{ $image := resources.Get "images/ashirt.svg" }}