Commit Graph

25 Commits

Author SHA1 Message Date
Simon 630f9104e3 feat: Add mois data 2020-03-26 17:58:21 +01:00
Simon f90a8bfa6c feat: Add title on header 2020-03-26 17:56:57 +01:00
Simon 231dbf771c feat: Add variables & font 2020-03-26 17:56:41 +01:00
Simon c4cb12d740 feat: Update grid 2020-03-26 17:56:00 +01:00
Simon 70e86dfd23 feat: Remove stats script now is container 2020-03-24 10:13:52 +01:00
Simon 090aac0900 feat: Remove log and push stats 2020-03-23 23:03:56 +01:00
Simon d911a2e9a6 feat: Add architecture on hugo script 2020-03-17 14:20:19 +01:00
Simon 936a4937ea feat: Add hugo install script 2020-03-17 13:55:49 +01:00
Simon 5c3965e4c2 Add stats script 2020-03-17 11:15:09 +01:00
Simon 3211b96218 Add documentation 2020-03-17 11:14:28 +01:00
Simon 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
Simon f4c5d9f122 fix: Minify HTML 2020-03-11 14:03:09 +01:00
Simon a194363401 fix: Remove unnecessary space 2020-03-09 17:04:50 +01:00
Simon ff2bb7e09b fix: Same id 2020-03-09 16:22:01 +01:00
Simon 1e4735234c feat: Add main part 2020-03-09 16:21:47 +01:00
Simon 4cc8887010 Add readme 2020-03-09 15:08:54 +01:00
Simon 5d28c758c3 Add loremipsum shortcode 2020-03-09 15:08:41 +01:00
Simon 363612f304 Add single layout 2020-03-09 15:08:25 +01:00
Simon 0a71e48957 Add language 2020-03-09 15:08:09 +01:00
Simon c78f0f5f46 Fix style 2020-02-27 11:39:57 +01:00
Simon 5e6233dc04 docs: Add link to original library 2020-02-27 11:39:20 +01:00
Simon fc0cd2b777 Add nvm config 2020-02-27 11:25:17 +01:00
Simon b5e2e32c9e Add typo script 2020-02-27 11:19:02 +01:00
Simon ca2764655a first version 2020-02-26 23:44:15 +01:00
Simon 8f7d784ed2 first commit 2020-02-26 23:13:24 +01:00