Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b4rtaz/t3mpl-editor
Generic editor and static site generator in browser.
https://github.com/b4rtaz/t3mpl-editor
blog-engine markdown nocode static-site-generator t3mpl templates-html
Last synced: 7 days ago
JSON representation
Generic editor and static site generator in browser.
- Host: GitHub
- URL: https://github.com/b4rtaz/t3mpl-editor
- Owner: b4rtaz
- License: mit
- Created: 2020-09-10T21:25:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T23:37:28.000Z (over 3 years ago)
- Last Synced: 2024-10-11T18:12:18.313Z (23 days ago)
- Topics: blog-engine, markdown, nocode, static-site-generator, t3mpl, templates-html
- Language: TypeScript
- Homepage: https://t3mpl.n4no.com/
- Size: 1.41 MB
- Stars: 167
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - b4rtaz/t3mpl-editor - Generic editor and static site generator in browser. (markdown)
README
![T3MPL Editor](t3mpl-editor.png)
# T3MPL Editor
[![Build Status](https://travis-ci.com/b4rtaz/t3mpl-editor.svg?branch=master)](https://travis-ci.com/b4rtaz/t3mpl-editor) [![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](/LICENSE) [![Twitter: b4rtaz](https://img.shields.io/twitter/follow/b4rtaz.svg?style=social)](https://twitter.com/b4rtaz)
T3MPL is the generic website editor and the static website generator in one. To generate a website you need just a browser (or nodejs). Choose a website template and edit it by T3MPL Editor. In 3 minutes you will get a final website zip file. You need only upload generated files to your server. Moreover, T3MPL is totally free and open source.
* 🍕 [Open T3MPL Editor](https://t3mpl.n4no.com/editor/#manifest=../templates/t3mpl-one/template.yaml)
* ☕ [Browse T3MPL Templates](https://t3mpl.n4no.com/)If you want to use T3MPL from command line, check [T3MPL Core](https://github.com/b4rtaz/t3mpl-core) repository.
All available templates on project website comes from [T3MPL Templates](https://github.com/b4rtaz/t3mpl-templates) repository.
## ⚙️ How to Run
[Node.js](https://nodejs.org/en/) is required.
#### Development
```
npm install
npm run start
```To open a template from `src/templates/` directory add `#manifest=path` to URL.
`http://localhost:4200/#manifest=templates/boilerplate/template.yaml`
#### Build
```
npm install
npm run build
```## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## 💡 License
This project is released under the MIT license.