Skip to content

Commit 4d2cdbf

Browse files
committed
update
1 parent ee3d304 commit 4d2cdbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+365
-3331
lines changed

README.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,34 @@ This template is made to help you create modern, fast and completely secure prog
3131

3232
[https://moderntemplate.site/](https://moderntemplate.site/)
3333

34-
### Last Update: 2021-01-17
35-
36-
## VSCode HTML-Snippet
37-
38-
[https://raw.githubusercontent.com](https://raw.githubusercontent.com/harryheman/Modern-HTML-Starter-Template/main/tools/vscode-html-snippet.json)
34+
### Last Update: 2021-01-31
3935

4036
## Node.js CLI
4137

4238
[https://www.npmjs.com](https://www.npmjs.com/package/create-modern-template)
4339

40+
## VSCode HTML Snippet
41+
42+
[https://marketplace.visualstudio.com](https://marketplace.visualstudio.com/items?itemName=igor-agapov.modernsnippet)
43+
44+
Enter `modernsnippet` or `HTML Modern Snippet` in VSCode Extensions
45+
4446
## Installation
4547

4648
```
47-
git clone https://github.com/harryheman/Modern-HTML-Starter-Template.git
48-
cd Modern-HTML-Starter-Template
49-
cd template
50-
npm i / yarn
49+
yarn create modern-template
50+
# or
51+
npm init modern-template
52+
# or
53+
npx create-modern-template
54+
```
55+
56+
## Flags
57+
58+
```bash
59+
--yes / -y -> skip questions
60+
--git / -g -> initialize git
61+
--install / -i -> install dependencies
5162
```
5263

5364
## Usage

index.html

+9-10
Original file line numberDiff line numberDiff line change
@@ -183,31 +183,30 @@ <h1>
183183
Starter Template
184184
</h1>
185185
<p>
186-
This template is made to help you create modern, fast and completely
187-
secure progressive web applications
186+
This template is made to help you create modern, <br />
187+
fast and completely secure progressive web applications
188188
</p>
189189
<nav>
190-
<a href="./template/template.7z" download>Download</a>
191190
<a
192191
href="https://github.com/harryheman/Modern-HTML-Starter-Template"
193192
target="_blank"
194-
rel="noopener"
193+
rel="noopener noreferrer"
195194
>
196195
GitHub
197196
</a>
198197
<a
199-
href="https://raw.githubusercontent.com/harryheman/Modern-HTML-Starter-Template/main/tools/vscode-html-snippet.json"
198+
href="https://www.npmjs.com/package/create-modern-template"
200199
target="_blank"
201-
rel="noopener"
200+
rel="noopener noreferrer"
202201
>
203-
VSCode HTML-Snippet
202+
Node.js CLI
204203
</a>
205204
<a
206-
href="https://www.npmjs.com/package/create-modern-template"
205+
href="https://marketplace.visualstudio.com/items?itemName=igor-agapov.modernsnippet"
207206
target="_blank"
208-
rel="noopener"
207+
rel="noopener noreferrer"
209208
>
210-
Node.js CLI
209+
VSCode HTML Snippet
211210
</a>
212211
</nav>
213212
<time></time>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmltemplate",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"main": "server.js",
55
"license": "MIT",
66
"private": true,

sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://moderntemplate.site</loc>
5-
<lastmod>2021-01-14</lastmod>
5+
<lastmod>2021-01-31</lastmod>
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>
88
</url>

src/js/assets/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const assets = [
22
'All Meta & Link Tags',
33
'HTML5 Tags & CSS3 Props',
44
'CSS & JavaScript Modules',
5-
'Service Worker',
5+
'Offline First Service Worker',
66
'manifest.json',
77
'AMP Project',
88
'All Security Headers',
@@ -13,6 +13,6 @@ export const assets = [
1313
'browserconfig.xml',
1414
'.gitignore',
1515
'README.md',
16-
'Error 404 Page',
16+
'Creative Error 404 Page',
1717
'And More'
1818
]

template/.gitignore

-87
This file was deleted.

template/LICENSE

-9
This file was deleted.

template/README.md

-47
This file was deleted.

template/amp/icons/128x128.png

-5.12 KB
Binary file not shown.

template/amp/icons/256x256.png

-9.86 KB
Binary file not shown.

template/amp/icons/512x512.png

-20.8 KB
Binary file not shown.

template/amp/icons/64x64.png

-2.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)