Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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



Verve 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 |