/aidenwebb.github.io

CVE-2023-23397 mitigation

Primary LanguageCSS

🌎

Last Commit Badge Website Up

Source Code for aidenwebb.com.

Built using GoLang on Hugo. Deploys on GitHub Pages.

For Open Source versions go to gohugo.io.

To set up:

git clone git@github.com:Aidenwebb/aidenwebb.github.io.git
cd aidenwebb.github.io/blog/themes/PaperMod
git submodule init
git submodule update
cd ../../../bin

curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest \
 | grep  browser_download_url \
 | grep linux-amd64.deb \
 | grep -v extended \
 | cut -d '"' -f 4 \
 | wget -i -

sudo dpkg -i hugo*.deb

sudo apt update -y
sudo apt install hugo -y

(c) Aiden Arnkels-Webb. All Rights Reserved.