Commit Graph

104 Commits

Author SHA1 Message Date
Simon 81f5e3c297 feat: Rename folder
continuous-integration/drone/push Build is passing Details
2020-03-25 09:25:50 +01:00
Simon 55a351423c Update content
continuous-integration/drone/push Build is failing Details
2020-03-25 08:17:08 +00:00
Simon c0a5b18430 feat: Remove hugo version
continuous-integration/drone/push Build is passing Details
2020-03-25 09:11:13 +01:00
Simon c33bc993bc feat: Remove kosssi from repository name
continuous-integration/drone/push Build encountered an error Details
2020-03-24 15:32:41 +01:00
Simon d2b84a6bdc feat: Update priority
continuous-integration/drone/push Build is passing Details
2020-03-24 12:06:47 +01:00
Simon fe05d33a88 feat: Add registry config
continuous-integration/drone/push Build is passing Details
2020-03-24 11:30:34 +01:00
Simon 62e6dbcd6b feat: Update hugo image
continuous-integration/drone/push Build encountered an error Details
2020-03-24 10:50:07 +01:00
Simon 1cd865c8e4 feat: Create container script to generate stats.html
continuous-integration/drone/push Build encountered an error Details
2020-03-24 10:14:26 +01:00
Simon 07d794f6b8 feat: Update stats script
continuous-integration/drone/push Build is passing Details
2020-03-23 23:05:43 +01:00
Simon 4d2c270227 feat: Add autopush when content is modified 2020-03-23 23:05:43 +01:00
Simon 0b0ce61c2d Update content
continuous-integration/drone/push Build is passing Details
2020-03-23 21:42:17 +00:00
Simon d98318159f Update content
continuous-integration/drone/push Build is passing Details
2020-03-23 21:31:35 +00:00
Simon b44c483150 feat: Generate new image from Drone
continuous-integration/drone/push Build is passing Details
2020-03-21 10:28:52 +01:00
Simon 783cb11adc feat: Add new image from registry 2020-03-21 09:24:44 +01:00
Simon 16339632fe feat: Add watchtower label 2020-03-21 09:24:02 +01:00
Simon 8fda48c2d3 feat: Update drone image
continuous-integration/drone/push Build was killed Details
2020-03-19 11:14:02 +01:00
Simon df98d9106f feat: Add Drone config file
continuous-integration/drone/push Build was killed Details
2020-03-17 11:26:22 +01:00
Simon 0c9e4b41b3 feat: Remove matomo and used goaccess to generate static analytics 2020-03-17 11:19:40 +01:00
Simon e1e6bcd9ea feat: Add matomo 2020-03-17 11:17:48 +01:00
Simon c9158e3d00 feat: Remove .env file 2020-03-13 08:54:15 +01:00
Simon cc2bfd1234 feat: Add security header
https://securityheaders.com/
2020-03-11 17:36:07 +01:00
Simon 78266d5b7b feat: Disable the auto detection of resource type
Protect yourself from malicious exploitation via MIME sniffing.
MIME-Type sniffing explained

Internet Explorer and Chrome browsers have a feature called "MIME-Type sniffing" that automatically detects a web resource's type. This means, for example, that a resource identified as an image can be read as a script if its content is a script.

This property allows a malicious person to send a file to your website to inject malicious code. We advise you to disable the MIME-Type sniffing to limit such activity.

Chrome has been working on a feature called Site Isolation which provides extensive mitigation against exploitation of these types of vulnerabilities. Site Isolation is more effective when MIME types are correct.
How to prevent MIME-Type sniffing

Configure a "X-Content-Type-Options" HTTP header. Add the "X-Content-Type-Options" HTTP header in the responses of each resource, associated to the "nosniff" value. It allows you to guard against such misinterpretations of your resources.

https://www.justegeek.fr/proteger-un-peu-plus-son-site-avec-la-balise-x-content-type-options/
2020-03-11 16:59:13 +01:00
Simon 6b2d95f245 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:51 +01:00
Simon d18cf92c2c fix: 4 empty elements can disturb screen readers
<p>, <li>, <button>, <legend>, <caption>, <figcaption> and <quote> elements must not be empty because if they are, some screen readers will have difficulties interpreting their presence.

Remove these empty elements from you code or decorate them with the aria-hidden attribute so that the screen readers ignore them.
2020-03-11 16:47:32 +01:00
Simon 49f40a4128 feat: Remove www 2020-03-11 16:28:19 +01:00
Simon 3741f5969d fix: Width and Height is not a good solution for responsive design 2020-03-11 14:40:35 +01:00
Simon 56d883d45a feat: Add new post 2020-03-11 14:30:18 +01:00
Simon 44ca31ca65 feat: Specify a character set on server 2020-03-11 14:29:36 +01:00
Simon 0d2de1d71f feat: Specify image dimensions
https://gtmetrix.com/specify-image-dimensions.html
2020-03-11 14:29:07 +01:00
Simon ef6bab5f0d feat: Add purgecss 2020-03-11 14:04:00 +01:00
Simon a2a0f52dd8 fix: Minify HTML 2020-03-11 14:03:30 +01:00
Simon 89cb1715aa feat: Update theme 2020-03-09 16:32:16 +01:00
Simon 852ee62433 feat: Modifie les dates de modification des fichiers pour éviter un changement d'etag 2020-03-09 16:21:05 +01:00
Simon f5122df4c7 feat: Modifie le nom des liens 2020-03-09 16:19:02 +01:00
Simon 4154664d69 feat: Configuration d'Nginx 2020-03-09 16:18:26 +01:00
Simon a0d11ff491 chore: Add staging configuration 2020-03-09 16:17:31 +01:00
Simon 08590fe3b6 feat: Mise à jour du site pour une meilleure acceccibilité 2020-03-09 16:11:37 +01:00
Simon b00e111d67 feat: Update theme 2020-03-09 16:09:59 +01:00
Simon f26d1e6113 fix: Optimisation des fichiers SVG 2020-03-09 11:47:59 +01:00
Simon 79acd70d1c feat: Ajout de l'article Ulule 2020-03-09 11:24:58 +01:00
Simon 14ccf19183 fix: Les images retaillées doivent être centrées 2020-03-09 11:24:34 +01:00
Simon 7d81e5cc8f Remove nvm config 2020-02-27 11:25:43 +01:00
Simon 5007e65946 export to theme 2020-02-27 11:20:14 +01:00
Simon 5c0ac24daf Add french typography rules 2020-02-26 17:53:35 +01:00
Simon 28853145f2 save 2020-02-25 11:57:46 +01:00
Simon 9bdf14c12a Upgrade design 2020-02-20 18:29:02 +01:00
Simon 68260ed9d4 Update 2020-02-17 14:32:31 +01:00
Simon d04b9b5f55 Update book.png 2020-02-17 11:49:53 +01:00
Simon 4de21c26bc Add ftp deploy 2020-02-16 16:44:29 +01:00
Simon a8dbc19968 Update prod URL 2020-02-16 16:44:05 +01:00