Morethan-Log for Astro

🤖 The content of this material is written or translated using AI

I created Morethan-Log for Astro - a modern blog template that makes it super easy to start your own blog. It’s inspired by the popular morethan-log Next.js template, but rebuilt from the ground up for Astro.

🚀 Why I Built This

I wanted a fast, clean, and customizable blog template that:

  • Works out of the box
  • Supports multiple languages
  • Has all the modern features bloggers need
  • Is easy to customize without diving deep into code

✨ Key Features

  • 🌍 Multilingual Support - Built-in EN/RU support, easily add more languages
  • 📱 Responsive Design - Looks great on all devices
  • 🌙 Dark Mode - Automatic theme switching
  • 🔍 Search - Built-in search functionality
  • 📝 Markdown - Write posts in Markdown with syntax highlighting
  • 📊 SEO Optimized - Meta tags, sitemap, RSS feeds included
  • ⚙️ Single Config File - Easy customization through site.config.ts

🛠️ Tech Stack

  • Astro - For blazing-fast performance
  • TypeScript - For type safety
  • CSS - Clean, modern styling
  • No heavy frameworks - Keeps it simple and fast

📦 Getting Started

It’s super easy to get started:

# Use the template
git clone https://github.com/JustSereja/morethan-log-astro.git my-blog
cd my-blog
npm install
npm run dev

Then just update src/site.config.ts with your info and you’re ready to go!

🎯 Perfect For

  • Personal blogs
  • Developer portfolios
  • Project documentation
  • Anyone who wants a clean, fast blog

Feel free to use it for your own blog - that’s what it’s for! And if you find any issues or have suggestions, let me know on GitHub.

← Back ↑ Top