Welcome to my public developer log — a space where I document my daily progress, learning, and projects in software engineering, AI, and development tools.
You can visit the live site here: 🔗IntScription
- Dark/Light Mode Toggle — Instantly switch between beautiful dark and light themes with a single click (icon in the header).
- Live Typing Effect — The home screen welcome message is animated with a live typing effect for a modern, dynamic feel.
- Modern Navigation — Clean, always-visible navigation for Home and Archive, with a sticky header and responsive design.
- Beautiful Tables — All markdown tables are styled for clarity, contrast, and mobile-friendliness.
- Syntax Highlighting — Code blocks are colored by language, supporting both dark and light modes.
- Responsive & Accessible — Looks great on desktop, tablet, and mobile.
- Connect With Me — Footer links to GitHub and YouTube.
devlog/
├─ logs/ # Daily devlog entries
│ ├─ 2025-07-17/
│ │ └─ index.md
│ ├─ 2025-07-18/
│ │ └─ index.md
│ └─ ...
├─ index.md # Main page (with live typing effect)
├─ assets/
│ ├─ css/
│ │ └─ main.scss # All custom styles (dark/light, tables, code, etc.)
│ └─ js/
│ ├─ theme-toggle.js # Dark/light mode toggle logic
│ └─ typed-home.js # Live typing effect for home screen
├─ _layouts/
│ └─ default.html # Custom layout with modern header/footer
├─ _config.yml # Jekyll config
└─ README.md # This file
- Written entirely in Neovim.
- Managed with git and lazygit.
- Hosted via GitHub Pages.
bundle install
bundle exec jekyll serve
Then visit http://localhost:4000/devlog/ in your browser.