This is my first page on Homelab.
1 console.log("Hey there!");
1
console.log("Hey there!");
1 print("Hey there!")
print("Hey there!")
Using Jekyll: The Static Site Generator to build our website Install Dependencies 1 2 sudo apt update sudo apt install ruby-full build-essential zlib1g-dev git Install Jekyll bundler 1 gem ins...
Basics and setting up new domain What is a domain? For Example for https://www.divyashchauhan.com http/https : protocols www : subdomain divyanshchauhan : domain com : domain extension ...
Exposing your services to the internet using SSL We have a domain but the tricky part is how to connect that domain to our service. Here comes the part of reverse proxy and cloudflare tunnel. We...
-
Setting up docs site on GitHub Pages using Jekyll