Skip to content

Commit c7b37b0

Browse files
✨ Add changelog
1 parent 5385252 commit c7b37b0

File tree

7 files changed

+26
-101
lines changed

7 files changed

+26
-101
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## `v2020.1.0 Neonate`
4+
5+
### Fixes
6+
7+
1. Remove pt lang
8+
2. Template configurations
9+
10+
### Features
11+
12+
1. Netlify Login Widget
13+
2. Beautiful commit messages
14+
15+
## `v2020.0.0 Neonate`
16+
17+
### Features
18+
19+
1. Netlify CMS panel
20+
2. Tailwind CSS configuration (out of Box)
21+
3. Nuxt content module
22+
4. i18n support
23+
5. PWA support
24+
6. Custom Logo

template/content/pt/hello.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

template/content/pt/index.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

template/content/pt/setup.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

template/nuxt.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ export default theme({
1212
file: 'fr-FR.js',
1313
name: 'Français',
1414
},
15-
{
16-
code: 'pt',
17-
iso: 'pt-PT',
18-
file: 'pt-PT.js',
19-
name: 'Português',
20-
},
2115
{
2216
code: 'en',
2317
iso: 'en-US',

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "<%= name %>",
3+
"description": "<%= title %>",
34
"version": "2020.0.0",
45
"private": true,
56
"scripts": {

template/static/admin/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ backend:
1818

1919
i18n:
2020
structure: multiple_folders
21-
locales: [en, pt, fr]
21+
locales: [en, fr]
2222
default_locale: en
2323

2424
collections:

0 commit comments

Comments
 (0)