Add base for Hugo site

This commit is contained in:
2025-10-10 16:52:49 +02:00
parent 521bdc68e0
commit c801cc5dad
112 changed files with 7630 additions and 0 deletions

95
site/public/404.html Normal file
View File

@@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="My New Hugo Site">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="404 Page not found">
<title>404 Page not found | My New Hugo Site</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="http://localhost:1313/404.html">
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj&#43;RQ9XBXU=" crossorigin="anonymous">
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
<style>
.not-found {
height: 100vh;
width: 100vw;
}
.not-found h1 {
font-size: 10vmin;
font-weight: lighter;
cursor: default;
}
.not-found h1 span {
display: inline-block;
transition: transform .2s ease-out, opacity .2s ease-out;
}
.not-found h1:hover span {
transition-duration: 1s;
transform: translate(var(--drift-x), var(--drift-y)) rotate(var(--rotate-end));
opacity: 0;
}
.not-found h1:hover span:nth-child(1) {
--drift-x: -1em;
--drift-y: 1em;
--rotate-end: -90deg;
}
.not-found h1:hover span:nth-child(2) {
--drift-x: -1em;
--drift-y: -2em;
--rotate-end: 45deg;
}
.not-found h1:hover span:nth-child(3) {
--drift-x: 3em;
--drift-y: 1em;
--rotate-end: 120deg;
}
</style>
</head>
<body class="not-found flex justify-center align-center">
<main class="text-center">
<h1>
<span>Page</span>
<span>Not</span>
<span>Found</span>
</h1>
<h3>
<a href="/">My New Hugo Site</a>
</h3>
</main>
</body>
</html>

View File

@@ -0,0 +1,7 @@
(function() {
document.querySelectorAll(".asciinema").forEach(function(element) {
AsciinemaPlayer.create(element.getAttribute("x-data-cast"),
element,
JSON.parse(element.getAttribute("x-data-opts")));
});
}());

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,200 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/categories/">
<meta property="og:site_name" content="My New Hugo Site">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Categories">
<title>Categories | My New Hugo Site</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="http://localhost:1313/categories/">
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj&#43;RQ9XBXU=" crossorigin="anonymous">
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="My New Hugo Site" />
</head>
<body dir="ltr" class="book-kind-taxonomy book-type-categories">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
</a>
</h2>
<div class="book-search hidden">
<input id="book-search-input" type="text"
placeholder="Search"
aria-label="Search"
maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
<ul>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header hidden">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
</label>
<h3>Categories</h3>
<label for="toc-control">
</label>
</div>
</header>
<article class="markdown book-article"></article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
</div>
<div>
</div>
</div>
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
</footer>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
</main>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on My New Hugo Site</title>
<link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,271 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Alternatives aux GAFAMs# https://switching.software/
Site web avec pleins de ressources# https://privacytools.dreads-unlock.fr/ Chatons à recommender# https://www.rhizome-fai.net/ https://fdn.fr http://arn-fai.net/ https://www.gitoyen.net/ https://paquerette.eu https://42l.fr/ ">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/docs/alternatives/">
<meta property="og:site_name" content="My New Hugo Site">
<meta property="og:title" content="My New Hugo Site">
<meta property="og:description" content="Alternatives aux GAFAMs# https://switching.software/
Site web avec pleins de ressources# https://privacytools.dreads-unlock.fr/ Chatons à recommender# https://www.rhizome-fai.net/ https://fdn.fr http://arn-fai.net/ https://www.gitoyen.net/ https://paquerette.eu https://42l.fr/">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="docs">
<meta itemprop="name" content="My New Hugo Site">
<meta itemprop="description" content="Alternatives aux GAFAMs# https://switching.software/
Site web avec pleins de ressources# https://privacytools.dreads-unlock.fr/ Chatons à recommender# https://www.rhizome-fai.net/ https://fdn.fr http://arn-fai.net/ https://www.gitoyen.net/ https://paquerette.eu https://42l.fr/">
<meta itemprop="wordCount" content="20">
<title>Alternatives | My New Hugo Site</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="http://localhost:1313/docs/alternatives/">
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj&#43;RQ9XBXU=" crossorigin="anonymous">
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.01e06485cbfd6fea743ffc3cf16bf807a385fbc0cd9e5c846259fd1d173a78e4.js" integrity="sha256-AeBkhcv9b&#43;p0P/w88Wv4B6OF&#43;8DNnlyEYln9HRc6eOQ=" crossorigin="anonymous"></script>
</head>
<body dir="ltr" class="book-kind-page book-type-docs">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
</a>
</h2>
<div class="book-search hidden">
<input id="book-search-input" type="text"
placeholder="Search"
aria-label="Search"
maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
<ul>
<li>
<a href="/docs/alternatives/" class="active">
Alternatives</a>
</li>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header hidden">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
</label>
<h3>Alternatives</h3>
<label for="toc-control">
<img src="/icons/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden">
<nav id="TableOfContents">
<ul>
<li><a href="#site-web-avec-pleins-de-ressources">Site web avec pleins de ressources</a></li>
<li><a href="#chatons-à-recommender">Chatons à recommender</a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown book-article"><h1 id="alternatives-aux-gafams">Alternatives aux GAFAMs<a class="anchor" href="#alternatives-aux-gafams">#</a></h1>
<p><a href="https://switching.software/">https://switching.software/</a></p>
<h2 id="site-web-avec-pleins-de-ressources">Site web avec pleins de ressources<a class="anchor" href="#site-web-avec-pleins-de-ressources">#</a></h2>
<ul>
<li><a href="https://privacytools.dreads-unlock.fr/">https://privacytools.dreads-unlock.fr/</a></li>
</ul>
<h2 id="chatons-à-recommender">Chatons à recommender<a class="anchor" href="#chatons-%c3%a0-recommender">#</a></h2>
<ul>
<li><a href="https://www.rhizome-fai.net/">https://www.rhizome-fai.net/</a></li>
<li><a href="https://fdn.fr">https://fdn.fr</a></li>
<li><a href="http://arn-fai.net/">http://arn-fai.net/</a></li>
<li><a href="https://www.gitoyen.net/">https://www.gitoyen.net/</a></li>
<li><a href="https://paquerette.eu">https://paquerette.eu</a></li>
<li><a href="https://42l.fr/">https://42l.fr/</a></li>
</ul>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
</div>
<div>
</div>
</div>
<div class="book-comments">
</div>
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
</footer>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#site-web-avec-pleins-de-ressources">Site web avec pleins de ressources</a></li>
<li><a href="#chatons-à-recommender">Chatons à recommender</a></li>
</ul>
</nav>
</div>
</aside>
</main>
</body>
</html>

View File

@@ -0,0 +1,354 @@
Creative Commons Attribution-NonCommercial 4.0 International Creative Commons
Corporation ("Creative Commons") is not a law firm and does not provide legal
services or legal advice. Distribution of Creative Commons public licenses
does not create a lawyer-client or other relationship. Creative Commons makes
its licenses and related information available on an "as-is" basis. Creative
Commons gives no warranties regarding its licenses, any material licensed
under their terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the fullest
extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and conditions
that creators and other rights holders may use to share original works of
authorship and other material subject to copyright and certain other rights
specified in the public license below. The following considerations are for
informational purposes only, are not exhaustive, and do not form part of our
licenses.
Considerations for licensors: Our public licenses are intended for use by
those authorized to give the public permission to use material in ways otherwise
restricted by copyright and certain other rights. Our licenses are irrevocable.
Licensors should read and understand the terms and conditions of the license
they choose before applying it. Licensors should also secure all rights necessary
before applying our licenses so that the public can reuse the material as
expected. Licensors should clearly mark any material not subject to the license.
This includes other CC-licensed material, or material used under an exception
or limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public licenses, a licensor
grants the public permission to use the licensed material under specified
terms and conditions. If the licensor's permission is not necessary for any
reasonfor example, because of any applicable exception or limitation to copyrightthen
that use is not regulated by the license. Our licenses grant only permissions
under copyright and certain other rights that a licensor has authority to
grant. Use of the licensed material may still be restricted for other reasons,
including because others have copyright or other rights in the material. A
licensor may make special requests, such as asking that all changes be marked
or described. Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations for the public
: wiki.creativecommons.org/Considerations_for_licensees Creative Commons Attribution-NonCommercial
4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree to
be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial
4.0 International Public License ("Public License"). To the extent this Public
License may be interpreted as a contract, You are granted the Licensed Rights
in consideration of Your acceptance of these terms and conditions, and the
Licensor grants You such rights in consideration of benefits the Licensor
receives from making the Licensed Material available under these terms and
conditions.
Section 1 Definitions.
a. Adapted Material means material subject to Copyright and Similar Rights
that is derived from or based upon the Licensed Material and in which the
Licensed Material is translated, altered, arranged, transformed, or otherwise
modified in a manner requiring permission under the Copyright and Similar
Rights held by the Licensor. For purposes of this Public License, where the
Licensed Material is a musical work, performance, or sound recording, Adapted
Material is always produced where the Licensed Material is synched in timed
relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright and Similar
Rights in Your contributions to Adapted Material in accordance with the terms
and conditions of this Public License.
c. Copyright and Similar Rights means copyright and/or similar rights closely
related to copyright including, without limitation, performance, broadcast,
sound recording, and Sui Generis Database Rights, without regard to how the
rights are labeled or categorized. For purposes of this Public License, the
rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
d. Effective Technological Measures means those measures that, in the absence
of proper authority, may not be circumvented under laws fulfilling obligations
under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996,
and/or similar international agreements.
e. Exceptions and Limitations means fair use, fair dealing, and/or any other
exception or limitation to Copyright and Similar Rights that applies to Your
use of the Licensed Material.
f. Licensed Material means the artistic or literary work, database, or other
material to which the Licensor applied this Public License.
g. Licensed Rights means the rights granted to You subject to the terms and
conditions of this Public License, which are limited to all Copyright and
Similar Rights that apply to Your use of the Licensed Material and that the
Licensor has authority to license.
h. Licensor means the individual(s) or entity(ies) granting rights under this
Public License.
i. NonCommercial means not primarily intended for or directed towards commercial
advantage or monetary compensation. For purposes of this Public License, the
exchange of the Licensed Material for other material subject to Copyright
and Similar Rights by digital file-sharing or similar means is NonCommercial
provided there is no payment of monetary compensation in connection with the
exchange.
j. Share means to provide material to the public by any means or process that
requires permission under the Licensed Rights, such as reproduction, public
display, public performance, distribution, dissemination, communication, or
importation, and to make material available to the public including in ways
that members of the public may access the material from a place and at a time
individually chosen by them.
k. Sui Generis Database Rights means rights other than copyright resulting
from Directive 96/9/EC of the European Parliament and of the Council of 11
March 1996 on the legal protection of databases, as amended and/or succeeded,
as well as other essentially equivalent rights anywhere in the world.
l. You means the individual or entity exercising the Licensed Rights under
this Public License. Your has a corresponding meaning.
Section 2 Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License, the Licensor
hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive,
irrevocable license to exercise the Licensed Rights in the Licensed Material
to:
A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial
purposes only; and
B. produce, reproduce, and Share Adapted Material for NonCommercial purposes
only.
2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions
and Limitations apply to Your use, this Public License does not apply, and
You do not need to comply with its terms and conditions.
3. Term. The term of this Public License is specified in Section 6(a).
4. Media and formats; technical modifications allowed. The Licensor authorizes
You to exercise the Licensed Rights in all media and formats whether now known
or hereafter created, and to make technical modifications necessary to do
so. The Licensor waives and/or agrees not to assert any right or authority
to forbid You from making technical modifications necessary to exercise the
Licensed Rights, including technical modifications necessary to circumvent
Effective Technological Measures. For purposes of this Public License, simply
making modifications authorized by this Section 2(a)(4) never produces Adapted
Material.
5. Downstream recipients.
A. Offer from the Licensor Licensed Material. Every recipient of the Licensed
Material automatically receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this Public License.
B. No downstream restrictions. You may not offer or impose any additional
or different terms or conditions on, or apply any Effective Technological
Measures to, the Licensed Material if doing so restricts exercise of the Licensed
Rights by any recipient of the Licensed Material.
6. No endorsement. Nothing in this Public License constitutes or may be construed
as permission to assert or imply that You are, or that Your use of the Licensed
Material is, connected with, or sponsored, endorsed, or granted official status
by, the Licensor or others designated to receive attribution as provided in
Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not licensed under this
Public License, nor are publicity, privacy, and/or other similar personality
rights; however, to the extent possible, the Licensor waives and/or agrees
not to assert any such rights held by the Licensor to the limited extent necessary
to allow You to exercise the Licensed Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this Public License.
3. To the extent possible, the Licensor waives any right to collect royalties
from You for the exercise of the Licensed Rights, whether directly or through
a collecting society under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly reserves any right
to collect such royalties, including when the Licensed Material is used other
than for NonCommercial purposes.
Section 3 License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the following
conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified form), You must:
A. retain the following if it is supplied by the Licensor with the Licensed
Material:
i. identification of the creator(s) of the Licensed Material and any others
designated to receive attribution, in any reasonable manner requested by the
Licensor (including by pseudonym if designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of warranties;
v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
B. indicate if You modified the Licensed Material and retain an indication
of any previous modifications; and
C. indicate the Licensed Material is licensed under this Public License, and
include the text of, or the URI or hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner
based on the medium, means, and context in which You Share the Licensed Material.
For example, it may be reasonable to satisfy the conditions by providing a
URI or hyperlink to a resource that includes the required information.
3. If requested by the Licensor, You must remove any of the information required
by Section 3(a)(1)(A) to the extent reasonably practicable.
4. If You Share Adapted Material You produce, the Adapter's License You apply
must not prevent recipients of the Adapted Material from complying with this
Public License.
Section 4 Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that apply to
Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract,
reuse, reproduce, and Share all or a substantial portion of the contents of
the database for NonCommercial purposes only;
b. if You include all or a substantial portion of the database contents in
a database in which You have Sui Generis Database Rights, then the database
in which You have Sui Generis Database Rights (but not its individual contents)
is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share all or
a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not replace
Your obligations under this Public License where the Licensed Rights include
other Copyright and Similar Rights.
Section 5 Disclaimer of Warranties and Limitation of Liability.
a. Unless otherwise separately undertaken by the Licensor, to the extent possible,
the Licensor offers the Licensed Material as-is and as-available, and makes
no representations or warranties of any kind concerning the Licensed Material,
whether express, implied, statutory, or other. This includes, without limitation,
warranties of title, merchantability, fitness for a particular purpose, non-infringement,
absence of latent or other defects, accuracy, or the presence or absence of
errors, whether or not known or discoverable. Where disclaimers of warranties
are not allowed in full or in part, this disclaimer may not apply to You.
b. To the extent possible, in no event will the Licensor be liable to You
on any legal theory (including, without limitation, negligence) or otherwise
for any direct, special, indirect, incidental, consequential, punitive, exemplary,
or other losses, costs, expenses, or damages arising out of this Public License
or use of the Licensed Material, even if the Licensor has been advised of
the possibility of such losses, costs, expenses, or damages. Where a limitation
of liability is not allowed in full or in part, this limitation may not apply
to You.
c. The disclaimer of warranties and limitation of liability provided above
shall be interpreted in a manner that, to the extent possible, most closely
approximates an absolute disclaimer and waiver of all liability.
Section 6 Term and Termination.
a. This Public License applies for the term of the Copyright and Similar Rights
licensed here. However, if You fail to comply with this Public License, then
Your rights under this Public License terminate automatically.
b. Where Your right to use the Licensed Material has terminated under Section
6(a), it reinstates:
1. automatically as of the date the violation is cured, provided it is cured
within 30 days of Your discovery of the violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any right the
Licensor may have to seek remedies for Your violations of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the Licensed Material
under separate terms or conditions or stop distributing the Licensed Material
at any time; however, doing so will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
Section 7 Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different terms or
conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the Licensed
Material not stated herein are separate from and independent of the terms
and conditions of this Public License.
Section 8 Interpretation.
a. For the avoidance of doubt, this Public License does not, and shall not
be interpreted to, reduce, limit, restrict, or impose conditions on any use
of the Licensed Material that could lawfully be made without permission under
this Public License.
b. To the extent possible, if any provision of this Public License is deemed
unenforceable, it shall be automatically reformed to the minimum extent necessary
to make it enforceable. If the provision cannot be reformed, it shall be severed
from this Public License without affecting the enforceability of the remaining
terms and conditions.
c. No term or condition of this Public License will be waived and no failure
to comply consented to unless expressly agreed to by the Licensor.
d. Nothing in this Public License constitutes or may be interpreted as a limitation
upon, or waiver of, any privileges and immunities that apply to the Licensor
or You, including from the legal processes of any jurisdiction or authority.
Creative Commons is not a party to its public licenses. Notwithstanding, Creative
Commons may elect to apply one of its public licenses to material it publishes
and in those instances will be considered the "Licensor." The text of the
Creative Commons public licenses is dedicated to the public domain under the
CC0 Public Domain Dedication. Except for the limited purpose of indicating
that material is shared under a Creative Commons public license or as otherwise
permitted by the Creative Commons policies published at creativecommons.org/policies,
Creative Commons does not authorize the use of the trademark "Creative Commons"
or any other trademark or logo of Creative Commons without its prior written
consent including, without limitation, in connection with any unauthorized
modifications to any of its public licenses or any other arrangements, understandings,
or agreements concerning use of licensed material. For the avoidance of doubt,
this paragraph does not form part of the public licenses.
Creative Commons may be contacted at creativecommons.org.

199
site/public/docs/index.html Normal file
View File

@@ -0,0 +1,199 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/docs/">
<meta property="og:site_name" content="My New Hugo Site">
<meta property="og:title" content="Index">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta itemprop="name" content="Index">
<title>Index | My New Hugo Site</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="http://localhost:1313/docs/">
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj&#43;RQ9XBXU=" crossorigin="anonymous">
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
</head>
<body dir="ltr" class="book-kind-page book-type-page">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
</a>
</h2>
<div class="book-search hidden">
<input id="book-search-input" type="text"
placeholder="Search"
aria-label="Search"
maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
<ul>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header hidden">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
</label>
<h3>Index</h3>
<label for="toc-control">
</label>
</div>
</header>
<article class="markdown book-article"></article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
</div>
<div>
</div>
</div>
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
</footer>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
</main>
</body>
</html>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Docs on My New Hugo Site</title>
<link>http://localhost:1313/docs/</link>
<description>Recent content in Docs on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/docs/index.xml" rel="self" type="application/rss+xml" />
<item>
<title></title>
<link>http://localhost:1313/docs/alternatives/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/docs/alternatives/</guid>
<description>&lt;h1 id=&#34;alternatives-aux-gafams&#34;&gt;Alternatives aux GAFAMs&lt;a class=&#34;anchor&#34; href=&#34;#alternatives-aux-gafams&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://switching.software/&#34;&gt;https://switching.software/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;site-web-avec-pleins-de-ressources&#34;&gt;Site web avec pleins de ressources&lt;a class=&#34;anchor&#34; href=&#34;#site-web-avec-pleins-de-ressources&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://privacytools.dreads-unlock.fr/&#34;&gt;https://privacytools.dreads-unlock.fr/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;chatons-à-recommender&#34;&gt;Chatons à recommender&lt;a class=&#34;anchor&#34; href=&#34;#chatons-%c3%a0-recommender&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.rhizome-fai.net/&#34;&gt;https://www.rhizome-fai.net/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://fdn.fr&#34;&gt;https://fdn.fr&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://arn-fai.net/&#34;&gt;http://arn-fai.net/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.gitoyen.net/&#34;&gt;https://www.gitoyen.net/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://paquerette.eu&#34;&gt;https://paquerette.eu&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://42l.fr/&#34;&gt;https://42l.fr/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1 @@
[{"id":0,"href":"/docs/","title":"Index","section":"My New Hugo Site","content":"Autodefense-Numerique# Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.\nApprendre l\u0026rsquo;autodéfense numérique# Ce guide à pour but de vous apprendre l\u0026rsquo;autodéfense numérique. Sa lecture peux se faire dans n\u0026rsquo;importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.\nIl se destine cependant à des personnes pouvant faire la cible d\u0026rsquo;une surveillance de masse ainsi qu\u0026rsquo;individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d\u0026rsquo;alertes, militant·es politiques\u0026hellip;\nIl ne cherche pas à être une référence complète ni infaillible. Prenez tout ce que vous lirez dans ce livre avec du recul, et informez-vous également par d\u0026rsquo;autres sources.\nIl est accompagné par des exercices pratiques, à réaliser seul·e ou dans le cadre d\u0026rsquo;un atelier d\u0026rsquo;autoformation en autodéfense numérique. Vous les trouverez à la fin de chaque chapitre. De l\u0026rsquo;aide est fournie pour chaque exercice.\nEn plus, vu la nature du livre - écrit collaborativement en ligne -, ainsi que les changements rapides des technologies, il est amené à évoluer au fil du temps.\nJe vous encourage fortement à creuser la page des Liens où je consigne beaucoup d\u0026rsquo;informations diverses et utiles, notamment des Guides Complets.\nSommaire# Chapitre 0 : Contexte et avant-propos Chapitre 1 : Les menaces \u0026amp; leurs moyens À qui as-t-on affaire ? Qu\u0026rsquo;avons-nous à protéger ? Quels sont nos moyens ? Que se passe-t-il si on échoue ? Exercice : définir son modèle de menace. Chapitre 2 : Les données personnelles Naviger sur le web Échapper aux GAFAMs TOR \u0026amp; VPNs Install Linux Et les smartphones ? Exercice : Sécuriser ses appareils Chapitre 3 : Décentraliser internet Comment fonctionne Internet ? Pourquoi la décentralisation ? Comment décentraliser ? Exercice : Faire la migration de ses données Chapitre 4 : Face à Big Brother Depuis Snowden Rappels sur le modèle de menace Une lutte collective Chapitre 5 : Disparaître Est-il possible de disparaître ? Pourquoi disparaître ? Disparaissons. Organiser un atelier d\u0026rsquo;autodéfense numérique. Liste d\u0026rsquo;alternatives numérique. Liens Veille Il existe aussi des PDFs et des brochures dans le dossier Veille Remerciments Brochure# C\u0026rsquo;est en cours, la brochure n\u0026rsquo;est pas encore disponible\nCe guide est disponible en une brochure, imprimez-là, et distribuez-là !\nSi la version que vous avez n\u0026rsquo;est plus à jour, vous pouvez en généré une toute fraîche en exécutant le script brochure.sh sous Linux. Voir comment générer une brochure ?\nContribuer# Vous pouvez émettre vos critiques, vos remarques et ajouter des parties qui paraissent intéressante à ce livre !\nSi vous voulez contribuer grâce à cette plateforme, vous pouvez directement ouvrir un requête dans l\u0026rsquo;interface.\nSinon, vous pouvez envoyer un email.\nAuteurices# Licence# CC-NC-BY\n"}]

View File

@@ -0,0 +1 @@
"use strict";(function(){const o="/en.search-data.min.4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945.json",i=Object.assign({cache:!0},{includeScore:!0,useExtendedSearch:!0,fieldNormWeight:1.5,threshold:.2,ignoreLocation:!0,keys:[{name:"title",weight:.7},{name:"content",weight:.3}]}),e=document.querySelector("#book-search-input"),t=document.querySelector("#book-search-results");if(!e)return;e.addEventListener("focus",n),e.addEventListener("keyup",s),document.addEventListener("keypress",a);function a(t){if(t.target.value!==0[0])return;if(e===document.activeElement)return;const n=String.fromCharCode(t.charCode);if(!r(n))return;e.focus(),t.preventDefault()}function r(t){const n=e.getAttribute("data-hotkeys")||"";return n.indexOf(t)>=0}function n(){e.removeEventListener("focus",n),e.required=!0,fetch(o).then(e=>e.json()).then(e=>{window.bookSearchIndex=new Fuse(e,i)}).then(()=>e.required=!1).then(s)}function s(){for(;t.firstChild;)t.removeChild(t.firstChild);if(!e.value)return;const n=window.bookSearchIndex.search(e.value).slice(0,10);n.forEach(function(e){const n=c("<li><a href></a><small></small></li>"),s=n.querySelector("a"),o=n.querySelector("small");s.href=e.item.href,s.textContent=e.item.title,o.textContent=e.item.section,t.appendChild(n)})}function c(e){const t=document.createElement("div");return t.innerHTML=e,t.firstChild}})()

View File

@@ -0,0 +1 @@
"use strict";(function(){const o="/en.search-data.min.c1be138bab97e2310171d2a758e515622fdff2d1d7fdec73ce57070875df9677.json",i=Object.assign({cache:!0},{includeScore:!0,useExtendedSearch:!0,fieldNormWeight:1.5,threshold:.2,ignoreLocation:!0,keys:[{name:"title",weight:.7},{name:"content",weight:.3}]}),e=document.querySelector("#book-search-input"),t=document.querySelector("#book-search-results");if(!e)return;e.addEventListener("focus",n),e.addEventListener("keyup",s),document.addEventListener("keypress",a);function a(t){if(t.target.value!==0[0])return;if(e===document.activeElement)return;const n=String.fromCharCode(t.charCode);if(!r(n))return;e.focus(),t.preventDefault()}function r(t){const n=e.getAttribute("data-hotkeys")||"";return n.indexOf(t)>=0}function n(){e.removeEventListener("focus",n),e.required=!0,fetch(o).then(e=>e.json()).then(e=>{window.bookSearchIndex=new Fuse(e,i)}).then(()=>e.required=!1).then(s)}function s(){for(;t.firstChild;)t.removeChild(t.firstChild);if(!e.value)return;const n=window.bookSearchIndex.search(e.value).slice(0,10);n.forEach(function(e){const n=c("<li><a href></a><small></small></li>"),s=n.querySelector("a"),o=n.querySelector("small");s.href=e.item.href,s.textContent=e.item.title,o.textContent=e.item.section,t.appendChild(n)})}function c(e){const t=document.createElement("div");return t.innerHTML=e,t.firstChild}})()

BIN
site/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

1
site/public/favicon.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M300-80q-58 0-99-41t-41-99v-520q0-58 41-99t99-41h500v600q-25 0-42.5 17.5T740-220q0 25 17.5 42.5T800-160v80H300Zm-60-267q14-7 29-10t31-3h20v-440h-20q-25 0-42.5 17.5T240-740v393Zm160-13h320v-440H400v440Zm-160 13v-453 453Zm60 187h373q-6-14-9.5-28.5T660-220q0-16 3-31t10-29H300q-26 0-43 17.5T240-220q0 26 17 43t43 17Z"/></svg>

After

Width:  |  Height:  |  Size: 438 B

9
site/public/fuse.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M160-240q-17 0-28.5-11.5T120-280q0-17 11.5-28.5T160-320h640q17 0 28.5 11.5T840-280q0 17-11.5 28.5T800-240H160Zm0-200q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520h640q17 0 28.5 11.5T840-480q0 17-11.5 28.5T800-440H160Zm0-200q-17 0-28.5-11.5T120-680q0-17 11.5-28.5T160-720h640q17 0 28.5 11.5T840-680q0 17-11.5 28.5T800-640H160Z"/></svg>

After

Width:  |  Height:  |  Size: 451 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M160-280q-17 0-28.5-11.5T120-320q0-17 11.5-28.5T160-360h480q17 0 28.5 11.5T680-320q0 17-11.5 28.5T640-280H160Zm0-160q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520h480q17 0 28.5 11.5T680-480q0 17-11.5 28.5T640-440H160Zm0-160q-17 0-28.5-11.5T120-640q0-17 11.5-28.5T160-680h480q17 0 28.5 11.5T680-640q0 17-11.5 28.5T640-600H160Zm640 320q-17 0-28.5-11.5T760-320q0-17 11.5-28.5T800-360q17 0 28.5 11.5T840-320q0 17-11.5 28.5T800-280Zm0-160q-17 0-28.5-11.5T760-480q0-17 11.5-28.5T800-520q17 0 28.5 11.5T840-480q0 17-11.5 28.5T800-440Zm0-160q-17 0-28.5-11.5T760-640q0-17 11.5-28.5T800-680q17 0 28.5 11.5T840-640q0 17-11.5 28.5T800-600Z"/></svg>

After

Width:  |  Height:  |  Size: 753 B

330
site/public/index.html Normal file
View File

@@ -0,0 +1,330 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<meta name="generator" content="Hugo 0.150.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Autodefense-Numerique# Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.
Apprendre lautodéfense numérique# Ce guide à pour but de vous apprendre lautodéfense numérique. Sa lecture peux se faire dans nimporte quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.
Il se destine cependant à des personnes pouvant faire la cible dune surveillance de masse ainsi quindividuelle. Je pense notamment aux journalistes, lanceurs et lanceuses dalertes, militant·es politiques…
">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/">
<meta property="og:site_name" content="My New Hugo Site">
<meta property="og:title" content="Hello">
<meta property="og:description" content="Autodefense-Numerique# Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.
Apprendre lautodéfense numérique# Ce guide à pour but de vous apprendre lautodéfense numérique. Sa lecture peux se faire dans nimporte quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.
Il se destine cependant à des personnes pouvant faire la cible dune surveillance de masse ainsi quindividuelle. Je pense notamment aux journalistes, lanceurs et lanceuses dalertes, militant·es politiques…">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Hello">
<meta itemprop="description" content="Autodefense-Numerique# Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.
Apprendre lautodéfense numérique# Ce guide à pour but de vous apprendre lautodéfense numérique. Sa lecture peux se faire dans nimporte quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.
Il se destine cependant à des personnes pouvant faire la cible dune surveillance de masse ainsi quindividuelle. Je pense notamment aux journalistes, lanceurs et lanceuses dalertes, militant·es politiques…">
<meta itemprop="wordCount" content="442">
<title>Hello | My New Hugo Site</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="http://localhost:1313/">
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj&#43;RQ9XBXU=" crossorigin="anonymous">
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="My New Hugo Site" />
</head>
<body dir="ltr" class="book-kind-home book-type-page">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
</a>
</h2>
<div class="book-search hidden">
<input id="book-search-input" type="text"
placeholder="Search"
aria-label="Search"
maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
<ul>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header hidden">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
</label>
<h3>Hello</h3>
<label for="toc-control">
<img src="/icons/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<aside class="hidden">
<nav id="TableOfContents">
<ul>
<li><a href="#apprendre-lautodéfense-numérique">Apprendre l&rsquo;autodéfense numérique</a></li>
<li><a href="#sommaire">Sommaire</a></li>
<li><a href="#brochure">Brochure</a></li>
<li><a href="#contribuer">Contribuer</a></li>
<li><a href="#auteurices">Auteurices</a></li>
<li><a href="#licence">Licence</a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown book-article"><h1 id="autodefense-numerique">Autodefense-Numerique<a class="anchor" href="#autodefense-numerique">#</a></h1>
<blockquote class='book-hint '>
<p>Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.</p></blockquote><h2 id="apprendre-lautodéfense-numérique">Apprendre l&rsquo;autodéfense numérique<a class="anchor" href="#apprendre-lautod%c3%a9fense-num%c3%a9rique">#</a></h2>
<p>Ce guide à pour but de vous apprendre l&rsquo;autodéfense numérique. Sa lecture peux se faire dans n&rsquo;importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.</p>
<p>Il se destine cependant à des personnes pouvant faire la cible d&rsquo;une surveillance de masse ainsi qu&rsquo;individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d&rsquo;alertes, militant·es politiques&hellip;</p>
<p>Il ne cherche pas à être une référence complète ni infaillible. Prenez tout ce que vous lirez dans ce livre avec du recul, et informez-vous également par d&rsquo;autres sources.</p>
<p>Il est accompagné par des exercices pratiques, à réaliser seul·e ou dans le cadre d&rsquo;un atelier d&rsquo;autoformation en autodéfense numérique. Vous les trouverez à la fin de chaque chapitre. De l&rsquo;aide est fournie pour chaque exercice.</p>
<p>En plus, vu la nature du livre - écrit collaborativement en ligne -, ainsi que les changements rapides des technologies, il est amené à évoluer au fil du temps.</p>
<p>Je vous encourage fortement à creuser la page des <a href="Liens.md">Liens</a> où je consigne beaucoup d&rsquo;informations diverses et utiles, notamment des <a href="Liens.md#guides-complets">Guides Complets.</a></p>
<h2 id="sommaire">Sommaire<a class="anchor" href="#sommaire">#</a></h2>
<ul>
<li><a href="Chapitre_0.md"><strong>Chapitre 0</strong></a> : Contexte et avant-propos</li>
<li><a href="Chapitre_1.md"><strong>Chapitre 1</strong> </a>: Les menaces &amp; leurs moyens
<ul>
<li>À qui as-t-on affaire ?</li>
<li>Qu&rsquo;avons-nous à protéger ?</li>
<li>Quels sont nos moyens ?</li>
<li>Que se passe-t-il si on échoue ?</li>
<li>Exercice : définir son modèle de menace.</li>
</ul>
</li>
<li><a href="Chapitre_2.md"><strong>Chapitre 2</strong></a> : Les données personnelles
<ul>
<li>Naviger sur le web</li>
<li>Échapper aux GAFAMs</li>
<li>TOR &amp; VPNs</li>
<li>Install Linux</li>
<li>Et les smartphones ?</li>
<li>Exercice : Sécuriser ses appareils</li>
</ul>
</li>
<li><a href="Chapitre_3.md"><strong>Chapitre 3</strong></a> : Décentraliser internet
<ul>
<li>Comment fonctionne Internet ?</li>
<li>Pourquoi la décentralisation ?</li>
<li>Comment décentraliser ?</li>
<li>Exercice : Faire la migration de ses données</li>
</ul>
</li>
<li><a href="Chapitre_4.md"><strong>Chapitre 4</strong></a> : Face à Big Brother
<ul>
<li>Depuis Snowden</li>
<li>Rappels sur le modèle de menace</li>
<li>Une lutte collective</li>
</ul>
</li>
<li><a href="Chapitre_5.md"><strong>Chapitre 5</strong></a> : Disparaître
<ul>
<li>Est-il possible de disparaître ?</li>
<li>Pourquoi disparaître ?</li>
<li>Disparaissons.</li>
</ul>
</li>
<li><a href="Organisation.md">Organiser un atelier d&rsquo;autodéfense numérique.</a></li>
<li><a href="Alternatives.md">Liste d&rsquo;alternatives numérique.</a></li>
<li><a href="Liens.md">Liens</a></li>
<li><a href="Veille/Veille.md">Veille</a>
<ul>
<li>Il existe aussi des PDFs et des brochures dans le dossier <a href="Veille/">Veille</a></li>
</ul>
</li>
<li>Remerciments</li>
</ul>
<hr>
<h2 id="brochure">Brochure<a class="anchor" href="#brochure">#</a></h2>
<p><em>C&rsquo;est en cours, la brochure n&rsquo;est pas encore disponible</em></p>
<p>Ce guide est disponible en <a href="Brochure/Autodefense_Num%c3%a9rique_2020-06-29.pdf">une brochure</a>, imprimez-là, et distribuez-là !</p>
<p>Si la version que vous avez n&rsquo;est plus à jour, vous pouvez en généré une toute fraîche en exécutant le script <code>brochure.sh</code> sous Linux. Voir <a href="Brochure/generer_une_brochure.md">comment générer une brochure ?</a></p>
<h2 id="contribuer">Contribuer<a class="anchor" href="#contribuer">#</a></h2>
<p>Vous pouvez émettre vos critiques, vos remarques et ajouter des parties qui paraissent intéressante à ce livre !</p>
<p>Si vous voulez contribuer grâce à cette plateforme, vous pouvez directement ouvrir un requête dans l&rsquo;interface.</p>
<p>Sinon, vous pouvez envoyer un email.</p>
<h2 id="auteurices">Auteurices<a class="anchor" href="#auteurices">#</a></h2>
<h2 id="licence">Licence<a class="anchor" href="#licence">#</a></h2>
<p>CC-NC-BY</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
</div>
<div>
</div>
</div>
<div class="book-comments">
</div>
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
</footer>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<div class="book-toc-content">
<nav id="TableOfContents">
<ul>
<li><a href="#apprendre-lautodéfense-numérique">Apprendre l&rsquo;autodéfense numérique</a></li>
<li><a href="#sommaire">Sommaire</a></li>
<li><a href="#brochure">Brochure</a></li>
<li><a href="#contribuer">Contribuer</a></li>
<li><a href="#auteurices">Auteurices</a></li>
<li><a href="#licence">Licence</a></li>
</ul>
</nav>
</div>
</aside>
</main>
</body>
</html>

18
site/public/index.xml Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hello on My New Hugo Site</title>
<link>http://localhost:1313/</link>
<description>Recent content in Hello on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Index</title>
<link>http://localhost:1313/docs/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/docs/</guid>
<description></description>
</item>
</channel>
</rss>

1
site/public/katex/auto-render.min.js vendored Normal file
View File

@@ -0,0 +1 @@
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,(function(e){return function(){"use strict";var t={757:function(t){t.exports=e}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={exports:{}};return t[e](i,i.exports,r),i.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)};var o={};r.d(o,{default:function(){return p}});var i=r(757),a=r.n(i);const l=function(e,t,n){let r=n,o=0;const i=e.length;for(;r<t.length;){const n=t[r];if(o<=0&&t.slice(r,r+i)===e)return r;"\\"===n?r++:"{"===n?o++:"}"===n&&o--,r++}return-1},s=/^\\begin{/;var d=function(e,t){let n;const r=[],o=new RegExp("("+t.map((e=>e.left.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"))).join("|")+")");for(;n=e.search(o),-1!==n;){n>0&&(r.push({type:"text",data:e.slice(0,n)}),e=e.slice(n));const o=t.findIndex((t=>e.startsWith(t.left)));if(n=l(t[o].right,e,t[o].left.length),-1===n)break;const i=e.slice(0,n+t[o].right.length),a=s.test(i)?i:e.slice(t[o].left.length,n);r.push({type:"math",data:a,rawData:i,display:t[o].display}),e=e.slice(n+t[o].right.length)}return""!==e&&r.push({type:"text",data:e}),r};const c=function(e,t){const n=d(e,t.delimiters);if(1===n.length&&"text"===n[0].type)return null;const r=document.createDocumentFragment();for(let e=0;e<n.length;e++)if("text"===n[e].type)r.appendChild(document.createTextNode(n[e].data));else{const o=document.createElement("span");let i=n[e].data;t.displayMode=n[e].display;try{t.preProcess&&(i=t.preProcess(i)),a().render(i,o,t)}catch(o){if(!(o instanceof a().ParseError))throw o;t.errorCallback("KaTeX auto-render: Failed to parse `"+n[e].data+"` with ",o),r.appendChild(document.createTextNode(n[e].rawData));continue}r.appendChild(o)}return r},f=function(e,t){for(let n=0;n<e.childNodes.length;n++){const r=e.childNodes[n];if(3===r.nodeType){let o=r.textContent,i=r.nextSibling,a=0;for(;i&&i.nodeType===Node.TEXT_NODE;)o+=i.textContent,i=i.nextSibling,a++;const l=c(o,t);if(l){for(let e=0;e<a;e++)r.nextSibling.remove();n+=l.childNodes.length-1,e.replaceChild(l,r)}else n+=a}else if(1===r.nodeType){const e=" "+r.className+" ";-1===t.ignoredTags.indexOf(r.nodeName.toLowerCase())&&t.ignoredClasses.every((t=>-1===e.indexOf(" "+t+" ")))&&f(r,t)}}};var p=function(e,t){if(!e)throw new Error("No element provided to render");const n={};for(const e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);n.delimiters=n.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\begin{equation}",right:"\\end{equation}",display:!0},{left:"\\begin{align}",right:"\\end{align}",display:!0},{left:"\\begin{alignat}",right:"\\end{alignat}",display:!0},{left:"\\begin{gather}",right:"\\end{gather}",display:!0},{left:"\\begin{CD}",right:"\\end{CD}",display:!0},{left:"\\[",right:"\\]",display:!0}],n.ignoredTags=n.ignoredTags||["script","noscript","style","textarea","pre","code","option"],n.ignoredClasses=n.ignoredClasses||[],n.errorCallback=n.errorCallback||console.error,n.macros=n.macros||{},f(e,n)};return o=o.default}()}));

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

1
site/public/katex/katex.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1
site/public/katex/katex.min.js vendored Normal file

File diff suppressed because one or more lines are too long

15
site/public/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "My New Hugo Site",
"short_name": "My New Hugo Site",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}

2659
site/public/mermaid.min.js vendored Normal file

File diff suppressed because one or more lines are too long

13
site/public/sitemap.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost:1313/</loc>
</url><url>
<loc>http://localhost:1313/docs/</loc>
</url><url>
<loc>http://localhost:1313/categories/</loc>
</url><url>
<loc>http://localhost:1313/tags/</loc>
</url>
</urlset>

200
site/public/tags/index.html Normal file
View File

@@ -0,0 +1,200 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/tags/">
<meta property="og:site_name" content="My New Hugo Site">
<meta property="og:title" content="Tags">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Tags">
<title>Tags | My New Hugo Site</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="http://localhost:1313/tags/">
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj&#43;RQ9XBXU=" crossorigin="anonymous">
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/index.xml" title="My New Hugo Site" />
</head>
<body dir="ltr" class="book-kind-taxonomy book-type-tags">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
</a>
</h2>
<div class="book-search hidden">
<input id="book-search-input" type="text"
placeholder="Search"
aria-label="Search"
maxlength="64" data-hotkeys="s/" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
<ul>
</ul>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header hidden">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
</label>
<h3>Tags</h3>
<label for="toc-control">
</label>
</div>
</header>
<article class="markdown book-article"></article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div>
</div>
<div>
</div>
</div>
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
</footer>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
</main>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on My New Hugo Site</title>
<link>http://localhost:1313/tags/</link>
<description>Recent content in Tags on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>