Skip to content

Commit

Permalink
Merge pull request #10 from ashirt-ops/fix-naming
Browse files Browse the repository at this point in the history
Capitalize ASHIRT
  • Loading branch information
jkennedyvz authored Mar 19, 2024
2 parents 84b2b49 + bcf2625 commit f3295e9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions content/linux.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand All @@ -9,5 +9,5 @@ layout: list
**Step 2.** Set the executable bit on the downloaded app image:\
<code id="linux-command">chmod +x{{< fetch-ashirt-version template="ashirt-%s-x86_64.AppImage" >}} <button onClick="copyCode('linux-command')">Copy code</button></code>

**Step 3.** Launch Ashirt application:\
<code id="launch-linux">{{< fetch-ashirt-version template="./ashirt-%s-x86_64.AppImage" >}} <button onClick="copyCode('launch-linux')">Copy code</button></code>
**Step 3.** Launch ASHIRT application:\
<code id="launch-linux">{{< fetch-ashirt-version template="./ashirt-%s-x86_64.AppImage" >}} <button onClick="copyCode('launch-linux')">Copy code</button></code>
6 changes: 3 additions & 3 deletions content/macos.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand All @@ -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:\
<code id="osx-command">open -a ashirt <button onClick="copyCode('osx-command')">Copy code</button></code>
**Step 4.** Launch the ASHIRT application using the folder through spotlight or with your terminal using the command:\
<code id="osx-command">open -a ashirt <button onClick="copyCode('osx-command')">Copy code</button></code>
6 changes: 3 additions & 3 deletions content/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ layout: faq

<div class="questions-box">

## 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)

</div>

</div>
</div>
4 changes: 2 additions & 2 deletions content/windows.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand All @@ -14,4 +14,4 @@ layout: list
**Step 4.** Launch the ASHIRT installer:
<code class="windows-code-smaller" id="launch-ashirt-installer">{{<fetch-ashirt-version template=".\ashirt-%[1]v.exe">}}<button onClick="copyCode('launch-ashirt-installer')">Copy code</button></code>

**Step 5.** Open the ASHIRT application from the windows start menu
**Step 5.** Open the ASHIRT application from the windows start menu
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -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
unsafe = true # Allow HTML in md files
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{{ $image := resources.Get "images/ashirt.svg" }}
<a href="/">
<div class="logo">
<img class="logo-svg" src="{{ $image.RelPermalink }}" alt="Ashirt Logo" />
<img class="logo-svg" src="{{ $image.RelPermalink }}" alt="ASHIRT Logo" />
</div>
</a>
<div class="menu-items">
<div class="item">
<a href="/">Ashirt</a>
<a href="/">ASHIRT</a>
</div>
<div class="item">
<a target="_blank" href="https://github.com/ashirt-ops/ashirt-server/wiki/quickstart">Server Docs</a>
Expand Down

0 comments on commit f3295e9

Please sign in to comment.