An open API service indexing awesome lists of open source software.

https://github.com/andrejkoller/blog-template


https://github.com/andrejkoller/blog-template

blog css3 frontend html5 javascript template website

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Short description

A modern, responsive blog template featuring a clean design with advanced navigation, search functionality, and dark mode support. Built with vanilla HTML, CSS, and JavaScript.

## ✨ Features

- Responsive Design: Fully responsive layout that works seamlessly on desktop, tablet, and mobile devices
- Collapsible Sidebar Side navigation that can be toggled and collapsed for better content focus
- Advanced Menu System Multi-level menu with sub-navigation and smooth transitions
- Search Functionality Quick search with category filtering
- Image Carousel Auto-rotating carousel for featured content
- Dark Mode System-aware dark mode with manual toggle and persistent user preference
- Smooth Animations CSS transitions and animations for enhanced user experience
- FontAwesome Icons Integrated icon library for modern UI elements
- Scroll to Top Quick navigation button to return to page top

## 🛠️ Technologies Used

- HTML5 Semantic markup
- CSS3 Modern styling with custom properties, flexbox, and animations
- JavaScript (ES6+): Vanilla JS for all interactive features
- FontAwesome Icon library (loaded via CDN)

## 📦 Installation

1. Clone the repository:

```bash
git clone https://github.com/andrejkoller/blog-template.git
cd blog-template
```

2. Open `index.html` in your browser or use a local development server:

```bash
# Using Python 3
python -m http.server 8000

# Using Node.js (http-server)
npx http-server
```

3. Navigate to `http://localhost:8000`