Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easywebapp/mark-wiki
Web-site scaffold based on BootCell, MarkCell & Parcel, is a Static Web-site Generator like Hexo & Gatsby
https://github.com/easywebapp/mark-wiki
blog bootstrap cms markdown parcel scaffold typescript web-cell website
Last synced: 26 days ago
JSON representation
Web-site scaffold based on BootCell, MarkCell & Parcel, is a Static Web-site Generator like Hexo & Gatsby
- Host: GitHub
- URL: https://github.com/easywebapp/mark-wiki
- Owner: EasyWebApp
- Created: 2020-03-25T15:41:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T21:22:44.000Z (6 months ago)
- Last Synced: 2024-11-06T19:52:51.396Z (3 months ago)
- Topics: blog, bootstrap, cms, markdown, parcel, scaffold, typescript, web-cell, website
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Mark Wiki
Web-site scaffold based on [BootCell][1], [MarkCell][2] & [Parcel][3],
is a **Static Web-site Generator** like [Hexo][4] & [Gatsby][5].[![NPM Dependency](https://david-dm.org/EasyWebApp/mark-wiki.svg)][6]
[![Build Status](https://travis-ci.com/EasyWebApp/mark-wiki.svg?branch=master)][7]## Usage
```shell
# Developing
npm start# Building
npm run build
```## Original template
https://getbootstrap.com/docs/4.4/examples/blog/
[1]: https://bootstrap.web-cell.dev/
[2]: https://web-cell.dev/MarkCell/
[3]: https://parceljs.org/
[4]: https://hexo.io/
[5]: https://gatsbyjs.org/
[6]: https://david-dm.org/EasyWebApp/mark-wiki
[7]: https://travis-ci.com/EasyWebApp/mark-wiki