Skip to content

Instantly share code, notes, and snippets.

View iguilhermegr's full-sized avatar
🧪
Always learning

gr iguilhermegr

🧪
Always learning
View GitHub Profile
@deanrather
deanrather / Github Web Hosting.md
Last active July 12, 2024 05:43
Free Hosting on GitHub

Free Hosting on GitHub

This guide will take you from zero webserver knowledge, to having your own free site hosted on GitHub. The only non-free bit is registering a domain name, which can be as cheap as $5/year.

This guide uses CrazyDomains as the Registrar, FreeDNS as the DNS, and GitHub as the Webserver.


1) Domain Registration and Setup

@iguilhermegr
iguilhermegr / settings.json
Last active April 28, 2024 23:32
VSCode Settings (updated)
{
// editor config
"editor.fontFamily": "JetBrains Mono, Fira Code, Cascadia Code, Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.fontWeight": "bold",
"editor.fastScrollSensitivity": 5,
"editor.padding.top": 30,
"editor.padding.bottom": 30,
"editor.wordWrap": "on",