https://github.com/d-rickyy-b/d-rickyy-b.github.io
Personal blog for writing about stuff I come across. Topics might include (but not limited to) malware, phishing, hacking, hardware, software, programming and other stuff
https://github.com/d-rickyy-b/d-rickyy-b.github.io
blog hacking hardware malware programming software
Last synced: about 2 months ago
JSON representation
Personal blog for writing about stuff I come across. Topics might include (but not limited to) malware, phishing, hacking, hardware, software, programming and other stuff
- Host: GitHub
- URL: https://github.com/d-rickyy-b/d-rickyy-b.github.io
- Owner: d-Rickyy-b
- Created: 2019-05-19T22:04:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T00:20:56.000Z (8 months ago)
- Last Synced: 2025-06-06T21:15:17.097Z (7 months ago)
- Topics: blog, hacking, hardware, malware, programming, software
- Language: VBA
- Size: 4.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Rico's blog](https://blog.rico-j.de) - IT, infosec, osint, malware research, etc.
Hi there and welcome to the GitHub repository of [my blog](https://blog.rico-j.de). I am using GitHub pages with the [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/) Jekyll theme to host said blog.
I am writing about a lot of things I come across. Personal stuff, opinions, interesting tech, malware, infosec, osint, and a lot more.
## Structure of the repository
The structure of this repository is actually quite simple.
Check out this directory tree.
```
.
├───assets
│ ├───files
│ │ ├───
│ │ ├───yyyy-mm-dd-name-of-article
│ │ └───yyyy-mm-dd-name-of-article-n
│ └───img
│ ├───
│ ├───yyyy-mm-dd-name-of-article
│ └───yyyy-mm-dd-name-of-article-n
├───_includes
│ └───head
├───_pages
└───_posts
├───
├───yyyy-mm-dd-name-of-article-1.md
└───yyyy-mm-dd-name-of-article-n.md
```
All the articles go into the `/_posts` directory.
They are named after this schema: `yyyy-mm-dd-name.md`.
For each article there can be matching directories with the same name (excluding the `.md`) as the article within the `/assets/files` and `/assets/img` directories.
In those go all the data/images I refer to in my posts.