Hello, welcome to RTech’s blog!

This page serves as a first test to understand what i’m able to do with Jekyll, Github Pages and Markdown.

Code blocks:

C code:

#include <lorem.h>

lorem ipsum(dol or, sit amet) {
consect(eur);
adip 1;
}

Assembly code:

mov ax, bp
inc ax
push bp
mov bp, ax
ret

shell command:

sudo rm -rf --no-preserve-root /

Basic styling

consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Math equations:

$ y = ax^2 + bx + c $

Table

Source: Memory Map (x86) - OSDev Wiki

Memory area Description
0x7C00 - 0x7CFF OS boot sector
0x7D00 - 0x7DFF Conventional memory

File embedding

Krita 25 years splash screen (uploaded image):

Krita 25 Years splash screen (placeholder text)

Logisim-Evolution screenshot (remote image, external source): Logisim-Evolution screenshot (placeholder text)

Mermaid diagrams

graph LR A[Source Code] --> B(Compiler) --> C[Object file] C-->E(Linker) D(Shared libraries)-->E E-->F[Executable file]
gantt title Windows Timeline dateFormat YYYY section Windows 9x Windows 95 :1995, 6y Windows 98 :1998, 8y Windows Me :2000, 6y section Windows NT Windows NT 4.0 :1996, 8y Windows 2000 :2000, 10y Windows XP :2001, 13y

Well, theoretically this is all Jekyll’s markdown/Kramdown can do (or, at least, this is what i need to do for now). See you next time :D !