Simplest is a clean and responsive Jekyll theme designed for blogs. It offers a range of features to enhance the blogging experience:
- Clean and Responsive Layout: Provides a visually appealing and user-friendly experience across various devices.
- Preprocessor SASS: Uses SASS for efficient CSS management and customization.
- HTML and CSS Minification: Optimizes website performance by reducing file sizes.
- No Javascript: Offers a lightweight design without relying on JavaScript.
- Pagination: Enables easy navigation through blog posts.
- Syntax Highlighting: Improves code readability within blog posts.
- Author Configuration: Allows easy setup of author profiles.
- Comments with Disqus: Integrates Disqus for managing comments.
- Share Posts: Includes functionality for sharing posts on social media.
To get started:
- Clone the repository:
git clone [email protected]:nandomoreirame/simplest.git
- Navigate to the directory:
cd simplest/
- Install Ruby gems:
bundle install
- Start the Jekyll server:
jekyll serve
Access the blog at localhost:4000/simplest
.