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
- Host: GitHub
- URL: https://github.com/kaosat-dev/yasblo
- Owner: kaosat-dev
- Created: 2017-08-20T12:02:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T21:02:50.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T14:49:37.067Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yasblo
[](https://badge.fury.io/gh/kaosat-dev/yasblo)
[](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)