mirror of
https://github.com/felixalbrigtsen/wackattack-www.git
synced 2025-01-18 08:46:44 +01:00
Update members, add readme
This commit is contained in:
parent
c333749520
commit
ca75b6f229
40
README.md
Normal file
40
README.md
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# WackAttack.eu
|
||||||
|
|
||||||
|
Source and configuration for our public-facing website.
|
||||||
|
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
|
||||||
|
This is is a fairly standard Hugo-site, as described in [their docs](https://gohugo.io/getting-started/directory-structure/)
|
||||||
|
|
||||||
|
The most important files to edit:
|
||||||
|
|
||||||
|
- `content/`
|
||||||
|
- `_index.md`: Front page
|
||||||
|
- `writeups/pwn/bof.md`: Writeup for the challenge "bof" in the "pwn" category
|
||||||
|
- `config.toml`: Main config - Themes, menu links, etc.
|
||||||
|
- `static/`: Files published directly, like logos, js and css
|
||||||
|
- `layouts/`: Override HTML from the theme, custom partials, etc.
|
||||||
|
|
||||||
|
|
||||||
|
## Running in development
|
||||||
|
|
||||||
|
1. Clone the repository *with submodules*
|
||||||
|
- `git clone --recursive git@github.com:felixalbrigtsen/wackattack-www.git`
|
||||||
|
1. [Install hugo](https://gohugo.io/installation/linux/)
|
||||||
|
1. Edit files as you choose
|
||||||
|
- To make new pages, either use the CLI tool (`hugo new content writeups/pwn/bof`) or copy an existing one
|
||||||
|
1. Run dev server `hugo serve -D` (This also includes pages marked as draft)
|
||||||
|
1. Test that the site looks OK
|
||||||
|
- Light mode
|
||||||
|
- Dark mode
|
||||||
|
- Mobile
|
||||||
|
1. Commit and push
|
||||||
|
1. The changes will be pushed to production automatically when merged into `main`
|
||||||
|
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
The site is hosted on GitHub Pages, and will automatically update whenever something is pushed or merged into the main branch.
|
||||||
|
|
||||||
|
|
@ -7,26 +7,28 @@ weight: 5
|
|||||||
|
|
||||||
## Members
|
## Members
|
||||||
- @Dandellion
|
- @Dandellion
|
||||||
- Preferred categories: Misc
|
- Preferred categories: Misc, Forensics
|
||||||
- [Personal Website](https://dandellion.xyz)
|
- [Personal Website](https://dandellion.xyz)
|
||||||
- @h7x4
|
- @h7x4
|
||||||
- Preferred categories: Forensics
|
- Preferred categories: Forensics
|
||||||
- [Personal Website](https://nani.wtf)
|
- [Personal Website](https://nani.wtf)
|
||||||
- [GitHub](https://github.com/h7x4) / [git.nani.wtf](https://git.nani.wtf)
|
- [GitHub](https://github.com/h7x4) / [git.nani.wtf](https://git.nani.wtf)
|
||||||
- @krloer
|
- @krloer
|
||||||
- Preferred categories: Pwn
|
- Preferred categories: Pwn, Rev
|
||||||
- [1337 Writeup Site](https://ctf.krloer.com)
|
- [Writeups / Personal site](https://ctf.krloer.com)
|
||||||
- @martcl
|
- @martcl
|
||||||
- Preferred categories: Web
|
- Preferred categories: Web
|
||||||
|
- [GitHub](https://github.com/martcl)
|
||||||
- [LinkedIn](https://www.linkedin.com/in/martin-clementz-128403217/)
|
- [LinkedIn](https://www.linkedin.com/in/martin-clementz-128403217/)
|
||||||
- @Oblivion
|
- @Oblivion
|
||||||
- Preferred categories: OSINT
|
- Preferred categories: OSINT, Misc
|
||||||
- [GitHub](https://github.com/OblivionLimbo)
|
- [LinkedIn](https://www.linkedin.com/in/kristoffer-juelsen-62752b250/)
|
||||||
- @oksenmu
|
- @oksenmu
|
||||||
- Preferred categories: Crypto
|
- Preferred categories: Crypto
|
||||||
- [LinkedIn](https://www.linkedin.com/in/jo-remvik-341a991b4/)
|
- [LinkedIn](https://www.linkedin.com/in/jo-remvik-341a991b4/)
|
||||||
- @taschmex
|
- @taschmex
|
||||||
- Preferred categories: Misc
|
- Preferred categories: Pwn, Misc
|
||||||
- [Perosnal Website](https://feal.no)
|
- [LinkedIn](https://www.linkedin.com/in/felix-albrigtsen-527433219/)
|
||||||
- [GitHub](https://github.com/felixalbrigtsen) / [git.feal.no](https://git.feal.no)
|
- [GitHub](https://github.com/felixalbrigtsen)
|
||||||
|
- [Personal Website](https://feal.no)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user