Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lascc/cyber-security-blog
Personal blog about cyber security and challenges
https://github.com/lascc/cyber-security-blog
blog ctf ctf-challenges ctf-writeups cyber cyber-security cybersecurity hack-the-box htb htb-writeups root-me tryhackme
Last synced: 2 months ago
JSON representation
Personal blog about cyber security and challenges
- Host: GitHub
- URL: https://github.com/lascc/cyber-security-blog
- Owner: LasCC
- Created: 2020-05-08T04:16:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T14:27:55.000Z (11 months ago)
- Last Synced: 2024-02-17T15:32:34.150Z (11 months ago)
- Topics: blog, ctf, ctf-challenges, ctf-writeups, cyber, cyber-security, cybersecurity, hack-the-box, htb, htb-writeups, root-me, tryhackme
- Language: Astro
- Homepage: https://ludovic-coulon.com
- Size: 47.4 MB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal blog about cyber security and challenges
👀 Profile on cybersecurity websites :
- [TryHackMe](https://tryhackme.com/p/lascc)
- [Root-Me](https://www.root-me.org/zeeph)
- [HTB](https://www.hackthebox.eu/profile/157489)## ✅ Lighthouse Score
## Develop & Build
Once installed or cloned locally and all packages are installed you can begin developing your site.
```console
# Run localhost
yarn install && yarn dev# Build your Gatsby site
yarn clean && yarn build
```## Help
For more information visit the [Theme repository.](https://github.com/aryanjha256/verve)
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm run astro -- --help` | Get help using the Astro CLI |