
Personal infosec memo and cheatsheet collection covering security concepts, commands, and references, built with Hugo for easy browsing and self-hosting.
My personal infosec memo

The name of this project comes from the Greek goddess of memory: Mnemosyne. Moreover and regarding our story, it is interesting to note that, it's the origin of the word memory.
Mnemosyne is publicly available on the sub-domain of the same name of my website. The site is hosted with gitlab pages. You can access with this link.
To run the website you need first to install Hugo.
Then, you can clone my repository :
git clone https://gitlab.com/A1CY0N/mnemosyne.git
And run the website with Hugo :
cd mnemosyne
hugo server --minify --theme book
If you want to build static files :
hugo
Distributed under the MIT license. See LICENSE for more information.
git checkout -b feature/fooBar)git commit -am 'Add some fooBar')git push origin feature/fooBar)