https://github.com/nakorndev/md-legacy-builder
Simple markdown generator for legacy and lazy version. 😴
https://github.com/nakorndev/md-legacy-builder
markdown markdown-to-html md site-builder site-generator
Last synced: about 2 months ago
JSON representation
Simple markdown generator for legacy and lazy version. 😴
- Host: GitHub
- URL: https://github.com/nakorndev/md-legacy-builder
- Owner: nakorndev
- License: mit
- Created: 2019-09-27T02:47:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:29:01.000Z (over 2 years ago)
- Last Synced: 2025-01-11T21:12:43.631Z (4 months ago)
- Topics: markdown, markdown-to-html, md, site-builder, site-generator
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# md-legacy-builder
Simple markdown generator for legacy and lazy version.
## Installation
Clone this project into your work space then use [Node 10.x (LTS)](https://nodejs.org/en/download/) to install dependency.
```bash
npm i
```## Commands
### Build
Build all markdown at `/docs` and copy `/public` to `/dist`
```bash
npm run build
```### Serve
Serve html file from `/dist`
```bash
npm run serve
```## Usage
### Development
- Create a new page at `/docs` by create any `*.md` file support with frontmatter.
- Change template at `/templates/default.ejs` for your own layouts and styles.
- `attributes.*` is data from frontmatter.
- Add file into `/public` for any asset files (js, css, images, etc.).### Production
Upload any file from `/dist` to your host.