/lightningjs.io

Primary LanguageJavaScriptApache License 2.0Apache-2.0

lightningjs.io

Lightningjs website, source for Lightningjs information regarding all ecosystems.

Collaborate

Find any problems on the site or mistakes in information? Help us out resolving the problem!

Usage

Clone repository and follow these steps;

npm install
npm run docs:dev

Making Blogs

BlogLayout

You can create blogs by adding markdown files in the blogs directory.

Make sure the on top of the markdown files you've set the right properties in frontmatter.

---
layout: blog
title: Hello World
description: This is just a test
date: 2023-1-30
---
http://localhost:4173/blogs/*.md

BlogsLayout

Blogs layout will automatically sort all the markdown files in the blogs directory on a single page from newest to oldest by date.

http://localhost:4173/blogs