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
- Host: GitHub
- URL: https://github.com/murilopolese/simple-website
- Owner: murilopolese
- Created: 2020-10-23T10:38:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T08:48:48.000Z (over 4 years ago)
- Last Synced: 2025-01-14T06:44:48.925Z (5 months ago)
- Language: JavaScript
- Size: 3.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`