Skip to content

angeldollface/lume-dark-material

Repository files navigation

LUME DARK MATERIAL ⬛ 🔥

LUME CI

A simple material-design inspired theme for the Lume SSG. ⬛ 🔥

ABOUT 📚

Since I'm a huge fan of Lume, I thought I'd help out @oscarotero and add a theme for Lume. In case you are wondering what Lume is: Lume generates a static site from a set of templates and Markdown files. This repository contains a pre-fabricated set of templates, layouts, and styles to make the job easier of getting your personal blog or site up and running as fast as possible.

SCREENSHOT 📷

Screenshot for Lume Dark Material

USAGE 🔨

You should have the following tools installed and available from the command line:

To learn how to use this repository on your own machine follow these steps:

  • 1.) Clone this project's source code:
git clone https://github.com/angeldollface/lume-dark-material/
  • 2.) Change directory into the source code's root directory:
cd lume-dark-material
  • 3.) Serve the built static site on localhost:
deno task serve
  • 4.) If you want to compile this blog, use this command:
deno task build
  • 5.) Further customization:

    • Site data can be found in _data/site.json for site-wide variables.
    • Navigation links can be found in _data/naviagtion.json.
    • Colors and fonts can be customized in css/index.scss.
    • The content pages can be found in the content directory.
    • Any blog posts need to be stored in the posts directory.
    • If you have any further questions or problems, open an issue. ❤️‍🔥
  • 6.) You can view a live, deployed version of this site here.

CHANGELOG ✒️

Version 1.0.0

  • Initial release.
  • Upload to GitHub.
  • Deployment to GitHub Pages.

NOTE 📜

  • Lume Dark Material ⬛ 🔥 by Alexander Abraham 🖤 a.k.a. "Angel Dollface" 🎎 🎀
  • Licensed under the MIT license.