-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
72 lines (58 loc) · 3.21 KB
/
blog.html
File metadata and controls
72 lines (58 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="Interneto Blog - Link knowledge and organization">
<meta name="description" content="Articles on how to organize links, create knowledge, and pick the right bookmark manager." />
<meta property="og:image" content="https://www.interneto.dev/interneto-logo.svg">
<meta property="og:url" content="https://www.interneto.dev/">
<meta property="og:site_name" content="Interneto">
<title>Interneto Blog - Learn to organize links</title>
<link rel="apple-touch-icon" sizes="180x180" href="./resources/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./resources/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./resources/favicon_io/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="canonical" href="https://www.interneto.dev/">
<!-- <link rel="stylesheet" href="/css/style.css"> -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous" />
<!-- Bootstrap Font Icon CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"
defer>
</script>
</head>
<body>
<site-header></site-header>
<main class="mx-5 my-2">
<div class="container px-4 py-5" id="featured-3">
<h2 class="pb-2 border-bottom">Interneto Blog</h2>
<p class="text-muted">Simple guides to move from scattered links to a personal knowledge system.</p>
<article class="my-5">
<h2><a href="articles/what-is-information.html">What is information? And how to create knowledge?</a></h2>
<p>Learn the difference between data, information, and knowledge, and see a practical loop for turning
saved links into insights you remember.</p>
</article>
<article class="my-5">
<h2>
<a href="articles/categorize-links.html">How to categorize links</a>
</h2>
<p>Folder trees, tags, and shortcuts that keep growing collections tidy without losing flexibility.</p>
</article>
<article>
<h2>
<a href="articles/comparing-bookmark-managers.html">Comparing bookmark managers</a>
</h2>
<p>Chrome, Firefox, Raindrop.io, and Linkwarden compared so you can pick the right home for your
library.</p>
</article>
</div>
</main>
<site-footer></site-footer>
<script src="resources/assets/js/includes.js" defer></script>
</body>
</html>