IntScription()

Devlog - 2025-07-19

🚀 What I Did

🧠 What I Learned

bundle exec jekyll clean   # Clean up old site
bundle exec jekyll build   # Build the site fresh
bundle exec jekyll serve   # Run the local dev server to preview

What is Minima ?

_layouts/
    default.html
    home.html
    post.html
    page.html

_includes/
    header.html
    footer.html
    social.html

🔥 What’s Next


← Previous Next →