b4rtaz / t3mpl-editor

Generic editor and static site generator in browser.

Home Page:https://t3mpl.n4no.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T3MPL Editor

T3MPL Editor

Build Status License: MIT Twitter: 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.

If you want to use T3MPL from command line, check T3MPL Core repository.

All available templates on project website comes from T3MPL Templates repository.

⚙️ How to Run

Node.js 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.

About

Generic editor and static site generator in browser.

https://t3mpl.n4no.com/

License:MIT License


Languages

Language:TypeScript 72.9%Language:HTML 18.6%Language:SCSS 6.8%Language:JavaScript 1.5%Language:CSS 0.2%