Skip to content

Commit

Permalink
Manage hugo with asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 27, 2024
1 parent 1d860b3 commit 862824d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hugo 0.113.0
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.PHONY: all
all: install

.PHONY: bootstrap
bootstrap:
asdf plugin add hugo
asdf install
brew install nmap
pipx install sappy

.PHONY: install
install: themes/.flag
themes/.flag: .gitmodules
Expand All @@ -25,7 +32,6 @@ run-production: build

.PHONY: scan
scan:
- brew install nmap
nmap --script ssl-enum-ciphers -p 80,443,8880,8443,8080,2096,2095,2087,2086,2083,2082,2053,2052 citizenlabs.org
curl -s -D- https://citizenlabs.org | grep -i 'x-frame-options\|content-security-policy'

Expand Down

0 comments on commit 862824d

Please sign in to comment.