/kebabsec-website

Kebabsec website

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

kebabsec.xyz

Usage

Set up

git clone git@github.com:Shungy/kebabsec-website.git
apt install hugo

Adding content

Change contents as you wish. Add new pages using hugo new audits/audit_name.md. Then, open content/audits/audit_name.md with your preferred text editor.

You can always check the changes live by starting a local webserver using hugo server.

After you are satisfied with the changes commit and push using git, which will update the website.