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

https://github.com/murilopolese/simple-website

This is a simple static website generator
https://github.com/murilopolese/simple-website

Last synced: 3 months ago
JSON representation

This is a simple static website generator

Awesome Lists containing this project

README

        

# Hello world! Website

This is a simple static website generator to be use as an alternative to Gatsby.

- [Frontmatter](https://github.com/jxson/front-matter): Parse metadata from markdown files
- [Showdown](https://github.com/showdownjs/showdown): A bidirectional Markdown to HTML to Markdown converter written in Javascript
- [ncp](https://github.com/AvianFlu/ncp): Copy folders recursively
- [rimraf](https://github.com/isaacs/rimraf): Remove folders recursively
- [http-server](https://github.com/http-party/http-server): a simple zero-configuration command-line http server

## How to build and run

```
npm install
npm run build
npm start
```

## How it works?

It's all 200 lines of javascript on `index.js`