diff --git a/CHANGELOG.md b/CHANGELOG.md index c3efc30..f8ecc23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.0.1] 2021-01-19 +### Improvements + +- Migrate all UI kit pages to Jinja +- Update Dependencies + - Flask `v2.0.2` + ## [1.0.0] 2020-10-29 ### Initial Release diff --git a/README.md b/README.md index 70a646a..b225b5f 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,19 @@ Open-Source **Flask** starter coded on top of **Material Kit 2** (free version). - [SCSS compilation](#recompile-css) via **Gulp** - UI Kit: **Material Kit 2** (Free Version) by **Creative-Tim** - Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/) -- Deployment scripts: Docker, Gunicorn/Nginx, HEROKU +- `Deployment`: **Docker**, Gunicorn / Nginx, HEROKU - Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).
> Links -- [LIVE Demo](https://jinja-material-kit.appseed-srv1.com/) - starter in action -- [Flask Material Kit](https://appseed.us/apps/flask-apps/flask-material-kit) - complete version with database and more features +- 👉 [Flask/Jinja Material Kit](https://appseed.us/apps/flask-apps/flask-material-kit) - product page +- 👉 [Flask/Jinja Material Kit](https://jinja-material-kit.appseed-srv1.com/) - LIVE demo
-## Quick Start in [Docker](https://www.docker.com/) +## ✨ Quick Start in `Docker` > Get the code @@ -45,7 +45,7 @@ Visit `http://localhost:85` in your browser. The app should be up & running.
-## Build from sources +## ✨ Build from sources ```bash $ # Clone the sources @@ -83,7 +83,7 @@ $ # Access the UI in browser: http://127.0.0.1:5000/
-## Code-base structure +## ✨ Code-base structure The project has a simple structure, represented as bellow: @@ -134,7 +134,7 @@ The project has a simple structure, represented as bellow:
-## Recompile CSS +## ✨ Recompile CSS To recompile SCSS files, follow this setup: @@ -177,7 +177,7 @@ The generated file is saved in `static/assets/css` directory.
-## Deployment +## ✨ Deployment The project comes with a basic configuration for [Docker](https://www.docker.com/), [HEROKU](https://www.heroku.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/). @@ -258,7 +258,7 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
-## Credits & Links +## ✨ Credits & Links - [Flask Framework](https://www.palletsprojects.com/p/flask/) - The official website diff --git a/package.json b/package.json index 6aed1ce..8db1b8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jinja-material-kit", "mastertemplate": "boilerplate-code-jinja", - "version": "1.0.0", + "version": "1.0.1", "description": "Template project - Flask/Jinja2 Theme", "scripts": {}, "repository": {