An open API service indexing awesome lists of open source software.

https://github.com/kaosat-dev/yasblo

yasblo : yet another static blog tool (yep, not really an acronym): ie barebones blogging with markdown & es6
https://github.com/kaosat-dev/yasblo

Last synced: about 1 year ago
JSON representation

yasblo : yet another static blog tool (yep, not really an acronym): ie barebones blogging with markdown & es6

Awesome Lists containing this project

README

          

# yasblo

[![GitHub version](https://badge.fury.io/gh/kaosat-dev/yasblo.svg)](https://badge.fury.io/gh/kaosat-dev/yasblo)
[![Build Status](https://travis-ci.org/kaosat-dev/yasblo.svg)](https://travis-ci.org/kaosat-dev/yasblo)

> yasblo : yet another static blog tool (yep, not really an acronym): ie barebones blogging with markdown & es6

## Overview

This was just a quickly whipped up minimalistic static site generator from markdown files:
* trying to keep the dependencies low & light
* uses markdown-it , yaml (to deal with metadata in md files, so might as well re-use it)
* no fancy features
* no templating engine except es6
* minimal configuration
* bring your own css (a barebones version will be provided)

If you need anything more, choose a more adapted tool like [hexo](https://hexo.io/) or [ghost](https://ghost.org/) :)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

## Installation

```
npm install @kaosat-dev/yasblo
```

## Usage

```
```

## License

[The MIT License (MIT)](https://github.com/kaosat-dev/yasblo/blob/master/LICENSE)
(unless specified otherwise)