Eleventy Blog Mnml screenshot

Eleventy Blog Mnml

Author Avatar Theme by Arpitbatra123
Updated: 4 Oct 2021
108 Stars

A minimal blog template using eleventy

Categories

Overview

The Netlify Statuseleventy-blog-mnml is a minimal blog template built using eleventy. It allows users to write blog posts in markdown, style their blog using SCSS, and includes inbuilt support for an RSS feed. This template is easy to use and can be customized to fit different personal or professional blog needs.

Features

  • Write blog posts in markdown: Users can easily write and format their blog posts using markdown, a lightweight markup language.
  • Write styles in SCSS: The template allows users to write custom styles for their blog using SCSS, a CSS preprocessor that adds additional functionality and organization to CSS files.
  • Inbuilt support for RSS feed: The template includes built-in support for generating an RSS feed, which allows users to syndicate their blog content and reach a wider audience.

Installation

To use the Netlify Statuseleventy-blog-mnml template, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies by running the following command:
    npm install
    
  3. Add your blog posts (in markdown) in the “posts” folder.
  4. Run a local version of the project using the following command:
    npm run serve
    
    This will allow you to preview your changes locally.
  5. To build your website, run the following command:
    npm run build
    
    This will generate the website files in the “_site” folder, which you can then deploy to your hosting platform of choice.

Summary

The Netlify Statuseleventy-blog-mnml template is a minimalist blog template that provides an easy-to-use solution for creating a blog using eleventy. With features such as markdown support for writing blog posts, the ability to write custom styles using SCSS, and built-in support for an RSS feed, this template is a great option for individuals looking to start a blog or customize their existing blog. By following the installation guide, users can quickly set up and deploy their blog using this template.