5dd616b360
feat: Remove - on copyright
2021-07-30 23:04:02 +02:00
b8ae0a19ca
feat: Add obfuscates partials
2021-07-03 16:03:24 +02:00
84539d10ae
feat: Add svg favicon
2021-07-01 15:29:20 +02:00
01aafb89a1
feat: Add contact partials
2021-06-11 15:59:39 +02:00
ea32c9cb09
feat: Update meta description and keywords
2021-06-11 12:06:38 +02:00
abe9b7f164
feat: Update default title
2021-06-11 12:05:56 +02:00
08c42b16fa
feat: Add webp convertion
2021-05-12 08:42:53 +02:00
22e23b0162
feat: Add canonical urls
2021-05-12 08:42:24 +02:00
751540776c
fix: Remove warning
2021-05-12 08:41:58 +02:00
5f4e1ecfd2
feat: Remove unnecessary dependence
2021-04-30 13:38:37 +02:00
cfb40dc476
feat: Add comment when file is bigger than original
2021-04-29 22:02:56 +02:00
f6902f3e50
fix: Error when image file is on first commit... why?
2021-04-29 21:55:43 +02:00
a9891a17d4
feat: Add optimizer command
2021-04-29 21:31:41 +02:00
e7237cd7b9
feat: Include content with publishdate in the future for staging
2021-04-27 15:35:55 +02:00
fabb09ed12
feat: Add title on homepage
2021-04-21 00:36:39 +02:00
de71ab28e3
feat: Remove title processing
2021-04-21 00:34:49 +02:00
6b976e49b6
feat: Remove unnecessary field
2021-04-01 11:02:51 +02:00
f8bdc7e292
feat: Change order on meta
2021-04-01 11:02:29 +02:00
b2b7ad789b
feat: Remove unnecessary field
2021-04-01 11:02:12 +02:00
b3981e36b7
feat: Add protect link against spam
2021-03-13 00:17:54 +01:00
542c1adaa5
feat: Add documentation
2021-03-11 15:42:54 +01:00
fca32ec52a
feat: Add integrity on js file
2021-02-16 16:37:34 +01:00
6fcd396876
feat: Add command to generate favicons
2021-02-07 01:19:42 +01:00
9b09bb7c91
chore: Upgrade Alpine to 3.12.3
2021-02-07 01:18:24 +01:00
e7dba6335a
feat: Add draft on staging environment
2020-12-22 15:17:06 +01:00
a68983af31
feat: Update generic commands description
2020-12-21 11:58:17 +01:00
c49f8d0250
feat: Add generic commands
2020-12-14 15:48:36 +01:00
fb07c3d0c5
feat: Add fingerprint on js
2020-11-26 16:00:27 +01:00
00a871af7e
fix: Warning:
...
Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function.
2020-11-26 15:14:35 +01:00
506e9abbff
feat: Add template for robots.txt
2020-11-25 17:53:12 +01:00
ef696aae40
feat: Remove markdown from title
2020-11-25 17:20:05 +01:00
e56e652846
feat: Add disallow robots
2020-11-24 14:10:52 +01:00
7fd66503cb
feat: Remove markdown from title
2020-11-24 14:10:52 +01:00
37aa370ae0
feat: Add main.js by default
2020-09-09 12:15:40 +02:00
371b954e21
feat: Add debug mode
2020-09-09 12:15:15 +02:00
2108cde59e
feat: Import font variables on variables file
2020-09-09 12:05:29 +02:00
d740c03ae5
feat: Add js layout
2020-05-07 22:04:25 +02:00
623253c44b
feat: Add default layout
2020-03-26 17:58:51 +01:00
630f9104e3
feat: Add mois data
2020-03-26 17:58:21 +01:00
f90a8bfa6c
feat: Add title on header
2020-03-26 17:56:57 +01:00
231dbf771c
feat: Add variables & font
2020-03-26 17:56:41 +01:00
c4cb12d740
feat: Update grid
2020-03-26 17:56:00 +01:00
70e86dfd23
feat: Remove stats script now is container
2020-03-24 10:13:52 +01:00
090aac0900
feat: Remove log and push stats
2020-03-23 23:03:56 +01:00
d911a2e9a6
feat: Add architecture on hugo script
2020-03-17 14:20:19 +01:00
936a4937ea
feat: Add hugo install script
2020-03-17 13:55:49 +01:00
5c3965e4c2
Add stats script
2020-03-17 11:15:09 +01:00
3211b96218
Add documentation
2020-03-17 11:14:28 +01:00
8da32f8afd
fix: Avoid http-equiv <meta> tags
...
HTTP headers are more efficient than the http-equiv meta tags.
The <meta http-equiv=/> tags
The http-equiv meta tags allow to communicate to the web browser information equivalent to the ones of HTTP headers. For example, the meta <meta http-equiv=content-type/> will have the same consequences than the HTTP Content-Type header.
Two points don’t stimulate the use of http-equiv meta tags:
Going through the meta requires to interpret the beginning of the HTML page, which is slower than going through the HTTP headers in terms of performance
If the HTTP header is already present, the meta is ignored
In which cases are the <meta http-equiv=/> useful?
Only one case can justify the presence of these meta tags: if you don’t have access to the configuration of your server, and that is to say to the HTTP headers.
However, we advice you to use a configurable server so that you can establish the most efficient site possible.
This page contains 1 http-equiv meta tag. If possible, you should replace it:
x-ua-compatible
2020-03-11 16:53:07 +01:00
f4c5d9f122
fix: Minify HTML
2020-03-11 14:03:09 +01:00