Skip to content

Commit f20777b

Browse files
committed
Final touchs of 1.0.0 release
1 parent bc7d139 commit f20777b

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

CHANGELOGS.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# CHANGELOGS
22

3-
## 0.0.1
3+
## 1.0.0
4+
* Back to namespace method for write templates names
5+
* Example: `html5up/massively` instead of just `massively`
6+
* Template assets are not included in the library to minimize the size of the library, they were moved to a [separate repository](https://github.com/jamstackpy/jamstack-templates).
47

5-
* Initial release
8+
## 0.1.0
9+
* Improve **Plain** template
10+
* Add new templates (massively, phantom)
11+
* When creating a project, instead of writing the template like this: **html5up/massively**, you can use the name directly, i.e. **massively**
12+
* The assets of each template are now included in the library
613

7-
## 0.0.3
14+
## 0.0.4
15+
* Add README.md info
816

17+
## 0.0.3
918
* Add plain template
1019

11-
## 0.0.4
20+
## 0.0.1
21+
* Initial release
22+
23+
1224

13-
* Add README.md info
1425

15-
## 0.1.0
1626

17-
* Improve **Plain** template
18-
* Add new templates (massively, phantom)
19-
* When creating a project, instead of writing the template like this: **html5up/massively**, you can use the name directly, i.e. **massively**
20-
* The assets of each template are now included in the library

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jamstack plain <foldername>
2525

2626
Jamstack has templates available courtesy of [html5up](https://html5up.net).
2727

28-
| Template | Command | Tutorial |
29-
| ------------------------------------------ | --------- | ------------------------------------------------------------ |
30-
| [Massively](https://html5up.net/massively) | massively | |
31-
| [Phantom](https://html5up.net/phantom) | phantom | [**HERE**](https://github.com/jamstackpy/jamstack/wiki/Phantom-template) |
28+
| Template | Command | Tutorial |
29+
| ------------------------------------------ | ----------------- | ------------------------------------------------------------ |
30+
| [Massively](https://html5up.net/massively) | html5up/massively | |
31+
| [Phantom](https://html5up.net/phantom) | html5up/phantom | [**HERE**](https://github.com/jamstackpy/jamstack/wiki/Phantom-template) |
3232

3333
The syntax is as follows:
3434

@@ -39,7 +39,7 @@ jamstack t <template> <foldername>
3939
Use the `--existing` flag if you want the project to be created in an existing folder
4040

4141
```bash
42-
jamstack t massively myproject --existing
42+
jamstack t html5up/massively myproject --existing
4343
```
4444

4545
By default, projects are created without the assets (stylesheets, images, etc...) to download them, you must pass the `--jamdo` option to the `static.py` file of the respective project.

0 commit comments

Comments
 (0)