Skip to main content

About me

Nulite is a simple, elegant, minimalistic stater project for Eleventy to help you create a simple blog with focus on performance and simplicity.

This project is strongly influenced by Steph Ango's blog (one of the creators of Obsidian).

If you like the project feel free to leave a star ⭐ You can also send me issues that you can find or proposals for improvement in PRs.

This project is under the domain of CodingPotions, a Spanish programming blog.

Features

Getting started

  1. Clone or fork this repo: https://github.com/codingpotions/nulite
  2. cd into the project directory and run npm install

Running and serving a dev build

npm run start

Browse to http://localhost:8080.

Running and serving a prod build

npm run build

Output files are generated into the _site folder.

Project structure

src/
  _includes/
    All UI partials. Inside the css folder, in the global.liquid you can change the CSS variables
  _data/
    Here you can change the site info, like the title and description
  posts/
    Each individual post in markdown files
  public/
    This folder contians statics files, copied directly into the output, like the favicon, for ecample
Configuration and build files