Skip to content

Commit c1a7935

Browse files
committed
update
1 parent 4d2cdbf commit c1a7935

Some content is hidden

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

70 files changed

+5
-4477
lines changed

README.md

+1-35
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
![logo](https://moderntemplate.site/img/logo.png)
66

7-
## Description
8-
9-
This template is made to help you create modern, fast and completely secure progressive web applications
10-
117
## Includes
128

139
- All Meta & Link Tags
@@ -31,36 +27,6 @@ This template is made to help you create modern, fast and completely secure prog
3127

3228
[https://moderntemplate.site/](https://moderntemplate.site/)
3329

34-
### Last Update: 2021-01-31
35-
36-
## Node.js CLI
37-
38-
[https://www.npmjs.com](https://www.npmjs.com/package/create-modern-template)
39-
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-
46-
## Installation
47-
48-
```
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
62-
```
63-
6430
## Usage
6531

6632
### Development Server
@@ -81,7 +47,7 @@ Don't forget to change APP_WHATEVER.
8147

8248
### Lighthouse
8349

84-
![lighthouse](https://moderntemplate.site/img/light-house.png)
50+
![lighthouse](https://moderntemplate.site/img/lighthouse.png)
8551

8652
### WebPageTest
8753

File renamed without changes.

index.html

+2-31
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<meta http-equiv="x-ua-compatible" content="ie=edge" />
3636
<meta name="msapplication-starturl" content="/" />
3737
<meta name="msapplication-tooltip" content="Modern HTML Starter Template" />
38-
<meta name="msapplication-TileColor" content="#1c1c1c" />
38+
<meta name="msapplication-TileColor" content="#3c3c3c" />
3939
<meta name="msapplication-config" content="browserconfig.xml" />
4040

4141
<!-- Facebook -->
@@ -56,7 +56,7 @@
5656
<!-- iOS -->
5757
<meta name="apple-mobile-web-app-title" content="HTML Template" />
5858
<meta name="apple-mobile-web-app-capable" content="yes" />
59-
<meta name="apple-mobile-web-app-status-bar-style" content="#1c1c1c" />
59+
<meta name="apple-mobile-web-app-status-bar-style" content="#3c3c3c" />
6060
<link rel="apple-touch-icon" href="./img/icons/512x512.png" />
6161

6262
<!-- Android -->
@@ -119,12 +119,6 @@
119119
</div>
120120
</noscript>
121121

122-
<!-- Mail Verification Tag -->
123-
<meta
124-
name="wmail-verification"
125-
content="4465872f0dcae357d9650bcc40f3e169"
126-
/>
127-
128122
<!-- JSON-LD -->
129123
<script type="application/ld+json">
130124
{
@@ -155,11 +149,6 @@
155149

156150
<!-- Google Fonts -->
157151
<link rel="preconnect" href="https://fonts.gstatic.com" />
158-
<link
159-
rel="preload"
160-
href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap"
161-
as="style"
162-
/>
163152
<link
164153
href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap"
165154
rel="stylesheet"
@@ -182,10 +171,6 @@ <h1>
182171
Modern HTML <br />
183172
Starter Template
184173
</h1>
185-
<p>
186-
This template is made to help you create modern, <br />
187-
fast and completely secure progressive web applications
188-
</p>
189174
<nav>
190175
<a
191176
href="https://github.com/harryheman/Modern-HTML-Starter-Template"
@@ -194,20 +179,6 @@ <h1>
194179
>
195180
GitHub
196181
</a>
197-
<a
198-
href="https://www.npmjs.com/package/create-modern-template"
199-
target="_blank"
200-
rel="noopener noreferrer"
201-
>
202-
Node.js CLI
203-
</a>
204-
<a
205-
href="https://marketplace.visualstudio.com/items?itemName=igor-agapov.modernsnippet"
206-
target="_blank"
207-
rel="noopener noreferrer"
208-
>
209-
VSCode HTML Snippet
210-
</a>
211182
</nav>
212183
<time></time>
213184
</header>

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"display": "standalone",
77
"orientation": "portrait",
88
"background_color": "#f0f0f0",
9-
"theme_color": "#1c1c1c",
9+
"theme_color": "#3c3c3c",
1010
"description": "Modern HTML Starter Template",
1111
"icons": [
1212
{

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-31</lastmod>
5+
<lastmod>2021-04-22</lastmod>
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>
88
</url>

src/js/assets/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const assets = [
1212
'sitemap.xml',
1313
'browserconfig.xml',
1414
'.gitignore',
15-
'README.md',
1615
'Creative Error 404 Page',
1716
'And More'
1817
]

tools/cli-create-modern-template/.gitignore

-1
This file was deleted.

tools/cli-create-modern-template/.npmignore

-1
This file was deleted.

tools/cli-create-modern-template/LICENSE

-9
This file was deleted.

tools/cli-create-modern-template/README.md

-74
This file was deleted.

tools/cli-create-modern-template/bin/create

-5
This file was deleted.
Binary file not shown.

tools/cli-create-modern-template/package.json

-40
This file was deleted.

tools/cli-create-modern-template/src/cli.js

-69
This file was deleted.

0 commit comments

Comments
 (0)