Skip to content

Generic editor and static site generator in browser.

License

Notifications You must be signed in to change notification settings

lyhiving/t3mpl-editor

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.9%
  • HTML 18.6%
  • SCSS 6.8%
  • JavaScript 1.5%
  • CSS 0.2%