Personal blog featuring university course notes and educational content.
- Mathematics - Calculus, algebra, and mathematical concepts
- Physics - Classical mechanics, electromagnetism, and physics fundamentals
- Computer Science - Data structures, algorithms, and CS theory
- Programming - OOP, design patterns, and coding best practices
- Hugo - Static site generator
- PaperMod Theme - Hugo theme
# Clone the repository
git clone https://github.com/recregt/recregt-blog.git
cd recregt-blog
# Initialize theme submodule
git submodule update --init --recursive
# Run development server
hugo server
# Build for production
hugo --minify- 📚 Organized course notes by subject
- 🔍 Full-text search functionality
- 📱 Responsive design with dark/light mode
- 📊 Math equation support (KaTeX)
- 🎨 Syntax highlighting for code
hugo new content/<subject>/<topic>/index.mdVisit the blog at: notes.recregt.com
Content is licensed under CC BY-SA 4.0