Skip to content

Commit

Permalink
Release v1.0.0 - Material Kit v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed Oct 29, 2021
1 parent e358c50 commit a85077c
Show file tree
Hide file tree
Showing 27 changed files with 14,491 additions and 28,709 deletions.
55 changes: 7 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,11 @@
# Change Log

## [2.0.0] 2021-09-27
### Improvements

- Dependencies update (all packages)
- Flask==2.0.1 (latest stable version)
- Improved Files organization
- UI Templates moved to `home` folder
- Docker Scripts Update

## [1.0.5] 2021-05-19
### Deployment Update

- Update Python runtime for HEROKU
- `python-3.8.10`

## [1.0.4] 2021-05-16
### Dependencies Update

- Freeze used versions in `requirements.txt`
- flask = 1.1.2
- jinja2 = 2.11.3

## [1.0.3] 2021-02-04
### Improvements

- Added `get_segment()` helper that detects the current page
- Updated files(s): app/views.py

## [1.0.2] 2021-01-23
### Improvements

- Change UI Kit: [Pixel Lite](https://github.com/themesberg/pixel-bootstrap-ui-kit/releases) v3.1.2

## [1.0.1] 2021-01-01
### Improvements

- 2021-01-01 - Minor Changes
- Update Commercial LICENSE terms

- 2020-09-14 - Added HEROKU support. Updated files
- runtime.txt

- 2020-08-20 - Added `get_segment()` helper that detects the current page
- Updated files(s): app/views.py

## [1.0.0] 2020-06-08
## [1.0.0] 2020-10-29
### Initial Release

- Update Licensing information
- Add CHANGELOG.md to track all changes
- [Jinja Codebase](https://github.com/app-generator/boilerplate-code-jinja/releases) v2.0.0
- UI: Material Kit v3.0.0
- Update Bootstrap to v5.1.1
- Update to Material Design 2
- New Documentation version
- New Product structure
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Copyright (c) 2019 - present [AppSeed](http://appseed.us/)
<br />

---
For more information regarding licensing, please contact the AppSeed Service < *[email protected]* >
For more information regarding licensing, contact the AppSeed Service < *[email protected]* >
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# [Jinja Template](https://appseed.us/jinja-template)
# Jinja Material Kit 2

> Template [boilerplate code](https://appseed.us/boilerplate-code) used by [AppSeed](https://appseed.us) to generate simple starters coded in [Flask](https://palletsprojects.com/p/flask/).
Open-Source **Flask** starter coded on top of **Material Kit 2** (free version). For newcomers, Material Kit is a **Free Bootstrap 5 UI Kit** with a fresh, new design inspired by Google's material design. This simple Flask project can be used to code beautiful websites with a modern design.

<br />

> Features:
- Up-to-date [dependencies](./requirements.txt): **Flask 2.0.1**
- [SCSS compilation](#recompile-css) via **Gulp**
- UI Kit: **Pixel Lite** (Free Version) by **Themesberg**
- UI Kit: **Material Kit 2** (Free Version) by **Creative-Tim**
- Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/)
- Deployment scripts: Docker, Gunicorn/Nginx, HEROKU
- Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).
Expand All @@ -17,7 +17,7 @@

> Links
- [LIVE Demo](https://boilerplate-code-jinja.appseed-srv1.com/) - starter in action
- [LIVE Demo](https://jinja-material-kit.appseed-srv1.com/) - starter in action
- More [Jinja Templates](https://appseed.us/jinja-template) provided by AppSeed

<br />
Expand All @@ -30,8 +30,8 @@

```bash
$ # Clone the sources
$ git clone https://github.com/app-generator/boilerplate-code-jinja.git
$ cd boilerplate-code-jinja
$ git clone https://github.com/app-generator/jinja-material-kit.git
$ cd jinja-material-kit
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
Expand Down Expand Up @@ -172,8 +172,8 @@ The steps to start the template using Docker:
> Get the code
```bash
$ git clone https://github.com/app-generator/boilerplate-code-jinja.git
$ cd boilerplate-code-jinja
$ git clone https://github.com/app-generator/jinja-material-kit.git
$ cd jinja-material-kit
```

> Start the app in Docker
Expand All @@ -198,8 +198,8 @@ Steps to deploy on **Heroku**

```bash
$ # Clone the source code:
$ git clone https://github.com/app-generator/boilerplate-code-jinja.git
$ cd boilerplate-code-jinja
$ git clone https://github.com/app-generator/jinja-material-kit.git
$ cd jinja-material-kit
$
$ # Check Heroku CLI is installed
$ heroku -v
Expand Down Expand Up @@ -270,4 +270,4 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
<br />

---
[Jinja Template](https://appseed.us/jinja-template) - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).
Jinja Material Kit 2 - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).
Loading

0 comments on commit a85077c

Please sign in to comment.