summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Actions <github-actions-bot@users.noreply.github.com>2024-05-11 04:25:58 +0000
committerGitHub Actions <github-actions-bot@users.noreply.github.com>2024-05-11 04:25:58 +0000
commit9ce9cbafd4ad74b284150ffe872aa918b79ef344 (patch)
tree071378fe912456c1e7ade22134a59f220fc27fa8
Deploy fujiapple852/trippy to fujiapple852/trippy:gh-pagesgh-pages
-rw-r--r--404.html84
-rw-r--r--archive/index.html99
-rw-r--r--buttons.css1
-rw-r--r--color/background_blue.css1
-rw-r--r--color/background_dark.css1
-rw-r--r--color/background_green.css1
-rw-r--r--color/background_orange.css1
-rw-r--r--color/background_pink.css1
-rw-r--r--color/background_red.css1
-rw-r--r--color/blue.css1
-rw-r--r--color/green.css1
-rw-r--r--color/orange.css1
-rw-r--r--color/pink.css1
-rw-r--r--color/red.css1
-rw-r--r--font-hack-subset.css4
-rw-r--r--font-hack.css4
-rw-r--r--fonts/hack-bold-subset.woffbin0 -> 30212 bytes
-rw-r--r--fonts/hack-bold-subset.woff2bin0 -> 23512 bytes
-rw-r--r--fonts/hack-bold.woffbin0 -> 144868 bytes
-rw-r--r--fonts/hack-bold.woff2bin0 -> 108008 bytes
-rw-r--r--fonts/hack-bolditalic-subset.woffbin0 -> 33668 bytes
-rw-r--r--fonts/hack-bolditalic-subset.woff2bin0 -> 26460 bytes
-rw-r--r--fonts/hack-bolditalic.woffbin0 -> 151048 bytes
-rw-r--r--fonts/hack-bolditalic.woff2bin0 -> 113512 bytes
-rw-r--r--fonts/hack-italic-subset.woffbin0 -> 32648 bytes
-rw-r--r--fonts/hack-italic-subset.woff2bin0 -> 25740 bytes
-rw-r--r--fonts/hack-italic.woffbin0 -> 148532 bytes
-rw-r--r--fonts/hack-italic.woff2bin0 -> 111360 bytes
-rw-r--r--fonts/hack-regular-subset.woffbin0 -> 29640 bytes
-rw-r--r--fonts/hack-regular-subset.woff2bin0 -> 23244 bytes
-rw-r--r--fonts/hack-regular.woffbin0 -> 141132 bytes
-rw-r--r--fonts/hack-regular.woff2bin0 -> 106236 bytes
-rw-r--r--footer.css1
-rw-r--r--header.css1
-rw-r--r--index.html121
-rw-r--r--introducing-trippy/index.html109
-rw-r--r--logo.css1
-rw-r--r--main.css1
-rw-r--r--page/1/index.html6
-rw-r--r--pagination.css1
-rw-r--r--post.css1
-rw-r--r--robots.txt4
-rw-r--r--sitemap.xml25
-rw-r--r--style.css1
-rw-r--r--tags/index.html98
-rw-r--r--tags/ping/index.html105
-rw-r--r--tags/traceroute/index.html105
-rw-r--r--variables.css0
48 files changed, 783 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..7624c73
--- /dev/null
+++ b/404.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <title>
+404
+</title>
+
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+ <meta name="robots" content="noodp"/>
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/style.css">
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/green.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/background_dark.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/font-hack-subset.css">
+
+ </head>
+
+<body class="">
+<div class="container">
+
+ <header class="header">
+ <div class="header__inner">
+ <div class="header__logo">
+
+ <a href="https://trippy.cli.rs" style="text-decoration: none;">
+ <div class="logo">
+
+ Trippy
+
+ </div>
+ </a>
+ </div>
+ </div>
+
+
+<nav class="menu">
+ <ul class="menu__inner">
+ <li><a href="https://trippy.cli.rs">blog</a></li>
+
+ <li><a href="https://trippy.cli.rs/tags">tags</a></li>
+
+ <li><a href="https://trippy.cli.rs/archive">archive</a></li>
+
+ <li><a href="https://github.com/fujiapple852/trippy" target="_blank" rel="noopener noreferrer">github</a></li>
+ </ul>
+ </nav>
+
+
+ </header>
+
+
+ <div class="content">
+
+<div class="post">
+ <h1 class="post-title">Lost?</h1>
+ <p>This page does not exist.</p>
+</div>
+
+ </div>
+
+
+ <footer class="footer">
+ <div class="footer__inner">
+ <div class="copyright">
+ <span>©
+ 2024
+ Powered by <a href="https://www.getzola.org/">Zola</a></span>
+ <span class="copyright-theme">
+ <span class="copyright-theme-sep">:: </span>
+ Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
+ </span>
+ </div>
+ </div>
+ </footer>
+
+
+</div>
+</body>
+
+</html>
diff --git a/archive/index.html b/archive/index.html
new file mode 100644
index 0000000..463047f
--- /dev/null
+++ b/archive/index.html
@@ -0,0 +1,99 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <title>Trippy</title>
+
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+ <meta name="robots" content="noodp"/>
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/style.css">
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/green.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/background_dark.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/font-hack-subset.css">
+
+ </head>
+
+<body class="">
+<div class="container">
+
+ <header class="header">
+ <div class="header__inner">
+ <div class="header__logo">
+
+ <a href="https://trippy.cli.rs" style="text-decoration: none;">
+ <div class="logo">
+
+ Trippy
+
+ </div>
+ </a>
+ </div>
+ </div>
+
+
+ <nav class="menu">
+ <ul class="menu__inner">
+ <li><a href="https://trippy.cli.rs">blog</a></li>
+
+ <li><a href="https://trippy.cli.rs/tags">tags</a></li>
+
+ <li class="active"><a href="https://trippy.cli.rs/archive">archive</a></li>
+
+ <li><a href="https://github.com/fujiapple852/trippy" target="_blank" rel="noopener noreferrer">github</a></li>
+ </ul>
+ </nav>
+
+
+
+ </header>
+
+
+ <div class="content">
+
+ <div class="post">
+ <h1 class="post-title">Archive</h1>
+
+
+
+
+ <ul><li class="post-list">
+ <a href="https://trippy.cli.rs/introducing-trippy/">
+ <span class="post-date">2023-04-28</span>
+ :: <span class="post-list-title">Introducing Trippy, a network diagnostic tool</span></a>
+
+ <span class="post-tags-inline">
+ ::
+ <a class="post-tag" href="https://trippy.cli.rs/tags/ping/">#ping</a>,
+ <a class="post-tag" href="https://trippy.cli.rs/tags/traceroute/">#traceroute</a></span>
+
+ </li>
+ </ul>
+
+ </div>
+
+ </div>
+
+
+ <footer class="footer">
+ <div class="footer__inner">
+ <div class="copyright">
+ <span>©
+ 2024
+ Powered by <a href="https://www.getzola.org/">Zola</a></span>
+ <span class="copyright-theme">
+ <span class="copyright-theme-sep">:: </span>
+ Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
+ </span>
+ </div>
+ </div>
+ </footer>
+
+
+</div>
+</body>
+
+</html>
diff --git a/buttons.css b/buttons.css
new file mode 100644
index 0000000..462f45e
--- /dev/null
+++ b/buttons.css
@@ -0,0 +1 @@
+.button-container{display:table;margin-left:auto;margin-right:auto}button,.button,a.button{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 18px;margin-bottom:5px;text-align:center;border-radius:8px;border:1px solid rgba(0,0,0,0);appearance:none;cursor:pointer;outline:none;}button.outline,.button.outline,a.button.outline{background:rgba(0,0,0,0);box-shadow:none;padding:8px 18px}button.outline :hover,.button.outline :hover,a.button.outline :hover{transform:none;box-shadow:none}button.primary,.button.primary,a.button.primary{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}button.primary:hover,.button.primary:hover,a.button.primary:hover{box-shadow:0 2px 6px rgba(50,50,93,.21),0 1px 3px rgba(0,0,0,.08)}button.link,.button.link,a.button.link{background:none;font-size:1rem}button.small,.button.small,a.button.small{font-size:.8rem}button.wide,.button.wide,a.button.wide{min-width:200px;padding:14px 24px}a.read-more,a.read-more:hover,a.read-more:active{display:inline-flex;background:none;box-shadow:none;padding:0;margin:20px 0;max-width:100%}.code-toolbar{margin-bottom:20px}.code-toolbar .toolbar-item a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;margin-bottom:5px;text-align:center;font-size:13px;font-weight:500;border-radius:8px;border:1px solid rgba(0,0,0,0);appearance:none;cursor:pointer;outline:none} \ No newline at end of file
diff --git a/color/background_blue.css b/color/background_blue.css
new file mode 100644
index 0000000..084eec8
--- /dev/null
+++ b/color/background_blue.css
@@ -0,0 +1 @@
+:root{--background: #1D212C} \ No newline at end of file
diff --git a/color/background_dark.css b/color/background_dark.css
new file mode 100644
index 0000000..c1b491b
--- /dev/null
+++ b/color/background_dark.css
@@ -0,0 +1 @@
+:root{--background: #101010;--color: #A9B7C6} \ No newline at end of file
diff --git a/color/background_green.css b/color/background_green.css
new file mode 100644
index 0000000..de564d5
--- /dev/null
+++ b/color/background_green.css
@@ -0,0 +1 @@
+:root{--background: #1F222A} \ No newline at end of file
diff --git a/color/background_orange.css b/color/background_orange.css
new file mode 100644
index 0000000..8d64140
--- /dev/null
+++ b/color/background_orange.css
@@ -0,0 +1 @@
+:root{--background: #222129} \ No newline at end of file
diff --git a/color/background_pink.css b/color/background_pink.css
new file mode 100644
index 0000000..17693cb
--- /dev/null
+++ b/color/background_pink.css
@@ -0,0 +1 @@
+:root{--background: #21202C} \ No newline at end of file
diff --git a/color/background_red.css b/color/background_red.css
new file mode 100644
index 0000000..3605399
--- /dev/null
+++ b/color/background_red.css
@@ -0,0 +1 @@
+:root{--background: #221F29} \ No newline at end of file
diff --git a/color/blue.css b/color/blue.css
new file mode 100644
index 0000000..b5ee951
--- /dev/null
+++ b/color/blue.css
@@ -0,0 +1 @@
+:root{--accent: rgb(35,176,255);--accent-alpha-70: rgba(35,176,255,.7);--accent-alpha-20: rgba(35,176,255,.2);--background: #1D212C;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file
diff --git a/color/green.css b/color/green.css
new file mode 100644
index 0000000..e622015
--- /dev/null
+++ b/color/green.css
@@ -0,0 +1 @@
+:root{--accent: rgb(120,226,160);--accent-alpha-70: rgba(120,226,160,.7);--accent-alpha-20: rgba(120,226,160,.2);--background: #1F222A;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file
diff --git a/color/orange.css b/color/orange.css
new file mode 100644
index 0000000..3f1a992
--- /dev/null
+++ b/color/orange.css
@@ -0,0 +1 @@
+:root{--accent: rgb(255,168,106);--accent-alpha-70: rgba(255,168,106,.7);--accent-alpha-20: rgba(255,168,106,.2);--background: #222129;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file
diff --git a/color/pink.css b/color/pink.css
new file mode 100644
index 0000000..f2c4c43
--- /dev/null
+++ b/color/pink.css
@@ -0,0 +1 @@
+:root{--accent: rgb(238,114,241);--accent-alpha-70: rgba(238,114,241,.7);--accent-alpha-20: rgba(238,114,241,.2);--background: #21202C;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file
diff --git a/color/red.css b/color/red.css
new file mode 100644
index 0000000..3b1e34a
--- /dev/null
+++ b/color/red.css
@@ -0,0 +1 @@
+:root{--accent: rgb(255,98,102);--accent-alpha-70: rgba(255,98,102,.7);--accent-alpha-20: rgba(255,98,102,.2);--background: #221F29;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file
diff --git a/font-hack-subset.css b/font-hack-subset.css
new file mode 100644
index 0000000..2707279
--- /dev/null
+++ b/font-hack-subset.css
@@ -0,0 +1,4 @@
+/*!
+ * Hack typeface https://github.com/source-foundry/Hack
+ * License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
+ */@font-face{font-family:"Hack";src:url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-regular.woff?sha=3114f1256") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-bold-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bold-subset.woff?sha=3114f1256") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-italic-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-italic-webfont.woff?sha=3114f1256") format("woff");font-weight:400;font-style:italic}@font-face{font-family:"Hack";src:url("fonts/hack-bolditalic-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bolditalic-subset.woff?sha=3114f1256") format("woff");font-weight:700;font-style:italic} \ No newline at end of file
diff --git a/font-hack.css b/font-hack.css
new file mode 100644
index 0000000..2a0205d
--- /dev/null
+++ b/font-hack.css
@@ -0,0 +1,4 @@
+/*!
+ * Hack typeface https://github.com/source-foundry/Hack
+ * License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
+ */@font-face{font-family:"Hack";src:url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-regular.woff?sha=3114f1256") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-bold.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bold.woff?sha=3114f1256") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-italic.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-italic.woff?sha=3114f1256") format("woff");font-weight:400;font-style:italic}@font-face{font-family:"Hack";src:url("fonts/hack-bolditalic.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bolditalic.woff?sha=3114f1256") format("woff");font-weight:700;font-style:italic} \ No newline at end of file
diff --git a/fonts/hack-bold-subset.woff b/fonts/hack-bold-subset.woff
new file mode 100644
index 0000000..a47c8aa
--- /dev/null
+++ b/fonts/hack-bold-subset.woff
Binary files differ
diff --git a/fonts/hack-bold-subset.woff2 b/fonts/hack-bold-subset.woff2
new file mode 100644
index 0000000..93d425e
--- /dev/null
+++ b/fonts/hack-bold-subset.woff2
Binary files differ
diff --git a/fonts/hack-bold.woff b/fonts/hack-bold.woff
new file mode 100644
index 0000000..368b913
--- /dev/null
+++ b/fonts/hack-bold.woff
Binary files differ
diff --git a/fonts/hack-bold.woff2 b/fonts/hack-bold.woff2
new file mode 100644
index 0000000..1155477
--- /dev/null
+++ b/fonts/hack-bold.woff2
Binary files differ
diff --git a/fonts/hack-bolditalic-subset.woff b/fonts/hack-bolditalic-subset.woff
new file mode 100644
index 0000000..0da4750
--- /dev/null
+++ b/fonts/hack-bolditalic-subset.woff
Binary files differ
diff --git a/fonts/hack-bolditalic-subset.woff2 b/fonts/hack-bolditalic-subset.woff2
new file mode 100644
index 0000000..236b7de
--- /dev/null
+++ b/fonts/hack-bolditalic-subset.woff2
Binary files differ
diff --git a/fonts/hack-bolditalic.woff b/fonts/hack-bolditalic.woff
new file mode 100644
index 0000000..ce87fe2
--- /dev/null
+++ b/fonts/hack-bolditalic.woff
Binary files differ
diff --git a/fonts/hack-bolditalic.woff2 b/fonts/hack-bolditalic.woff2
new file mode 100644
index 0000000..46ff1c4
--- /dev/null
+++ b/fonts/hack-bolditalic.woff2
Binary files differ
diff --git a/fonts/hack-italic-subset.woff b/fonts/hack-italic-subset.woff
new file mode 100644
index 0000000..1d1f511
--- /dev/null
+++ b/fonts/hack-italic-subset.woff
Binary files differ
diff --git a/fonts/hack-italic-subset.woff2 b/fonts/hack-italic-subset.woff2
new file mode 100644
index 0000000..b6f5fc9
--- /dev/null
+++ b/fonts/hack-italic-subset.woff2
Binary files differ
diff --git a/fonts/hack-italic.woff b/fonts/hack-italic.woff
new file mode 100644
index 0000000..bd545e4
--- /dev/null
+++ b/fonts/hack-italic.woff
Binary files differ
diff --git a/fonts/hack-italic.woff2 b/fonts/hack-italic.woff2
new file mode 100644
index 0000000..1e7630c
--- /dev/null
+++ b/fonts/hack-italic.woff2
Binary files differ
diff --git a/fonts/hack-regular-subset.woff b/fonts/hack-regular-subset.woff
new file mode 100644
index 0000000..85583a5
--- /dev/null
+++ b/fonts/hack-regular-subset.woff
Binary files differ
diff --git a/fonts/hack-regular-subset.woff2 b/fonts/hack-regular-subset.woff2
new file mode 100644
index 0000000..1e3abb9
--- /dev/null
+++ b/fonts/hack-regular-subset.woff2
Binary files differ
diff --git a/fonts/hack-regular.woff b/fonts/hack-regular.woff
new file mode 100644
index 0000000..e835381
--- /dev/null
+++ b/fonts/hack-regular.woff
Binary files differ
diff --git a/fonts/hack-regular.woff2 b/fonts/hack-regular.woff2
new file mode 100644
index 0000000..524465c
--- /dev/null
+++ b/fonts/hack-regular.woff2
Binary files differ
diff --git a/footer.css b/footer.css
new file mode 100644
index 0000000..435ff7b
--- /dev/null
+++ b/footer.css
@@ -0,0 +1 @@
+.footer{padding:40px 0;flex-grow:0;opacity:.5}.footer__inner{display:flex;align-items:center;justify-content:space-between;margin:0;width:760px;max-width:100%}@media (max-width: 899px){.footer__inner{flex-direction:column}}.footer a{color:inherit}.footer .copyright{display:flex;flex-direction:row;align-items:center;font-size:1rem;color:var(--light-color-secondary)}.footer .copyright--user{margin:auto;text-align:center}.footer .copyright>*:first-child:not(:only-child){margin-right:10px}@media (max-width: 899px){.footer .copyright>*:first-child:not(:only-child){border:none;padding:0;margin:0}}@media (max-width: 899px){.footer .copyright{flex-direction:column;margin-top:10px}}@media (max-width: 899px){.footer .copyright-theme-sep{display:none}}@media (max-width: 899px){.footer .copyright-theme{font-size:.75rem}} \ No newline at end of file
diff --git a/header.css b/header.css
new file mode 100644
index 0000000..8961941
--- /dev/null
+++ b/header.css
@@ -0,0 +1 @@
+.header{display:flex;flex-direction:column;position:relative}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;flex:1}.header__logo:after{content:"";background:repeating-linear-gradient(90deg, var(--accent), var(--accent) 2px, rgba(0,0,0,0) 0, rgba(0,0,0,0) 16px);display:block;width:100%;right:10px}.header__logo a{flex:0 0 auto;max-width:100%}.header .menu{margin:20px 0}.header .menu__inner{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.header .menu__inner li.active{color:var(--accent-alpha-70)}.header .menu__inner li:not(:last-of-type){margin-right:20px;margin-bottom:10px;flex:0 0 auto}.header .menu__sub-inner{position:relative;list-style:none;padding:0;margin:0}.header .menu__sub-inner:not(:only-child){margin-left:20px}.header .menu__sub-inner-more{position:absolute;background:var(--background);box-shadow:var(--shadow);color:#fff;border:2px solid;margin:0;padding:10px;list-style:none;z-index:99;top:35px;left:0}.header .menu__sub-inner-more-trigger{color:var(--accent);user-select:none;cursor:pointer}.header .menu__sub-inner-more li{margin:0;padding:5px;white-space:nowrap} \ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..832a52a
--- /dev/null
+++ b/index.html
@@ -0,0 +1,121 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <title>Trippy</title>
+
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+ <meta name="robots" content="noodp"/>
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/style.css">
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/green.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/background_dark.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/font-hack-subset.css">
+
+ </head>
+
+<body class="">
+<div class="container">
+
+ <header class="header">
+ <div class="header__inner">
+ <div class="header__logo">
+
+ <a href="https://trippy.cli.rs" style="text-decoration: none;">
+ <div class="logo">
+
+ Trippy
+
+ </div>
+ </a>
+ </div>
+ </div>
+
+
+
+ <nav class="menu">
+ <ul class="menu__inner">
+ <li class="active"><a href="https://trippy.cli.rs">blog</a></li>
+
+ <li><a href="https://trippy.cli.rs/tags">tags</a></li>
+
+ <li><a href="https://trippy.cli.rs/archive">archive</a></li>
+
+ <li><a href="https://github.com/fujiapple852/trippy" target="_blank" rel="noopener noreferrer">github</a></li>
+ </ul>
+ </nav>
+
+
+
+ </header>
+
+
+ <div class="content">
+
+ <div class="posts">
+ <div class="post on-list">
+
+ <h1 class="post-title"><a href="https://trippy.cli.rs/introducing-trippy/">Introducing Trippy, a network diagnostic tool</a></h1>
+ <div class="post-meta-inline">
+
+ <span class="post-date">
+ 2023-04-28
+ </span>
+
+ </div>
+
+
+ <span class="post-tags-inline">
+ :: tags:&nbsp;
+ <a class="post-tag" href="https://trippy.cli.rs/tags/ping/">#ping</a>&nbsp;
+ <a class="post-tag" href="https://trippy.cli.rs/tags/traceroute/">#traceroute</a></span>
+
+
+
+ <div class="post-content">
+ <p>Trippy combines the functionality of <code>traceroute</code> and <code>ping</code> and is designed to assist with the analysis of network
+issues.</p>
+<p>Details of how to install and use Trippy can be found on <a href="https://github.com/fujiapple852/trippy">github</a>.</p>
+<p>Happy tracing!</p>
+
+ </div>
+ <div>
+ <!-- &#xFE0E; -- force text style - some devices render this as emoji -->
+ <a class="read-more button" href="https://trippy.cli.rs/introducing-trippy/">
+ <span class="button__text">Read more</span>&nbsp;
+ <span class="button__icon">&#8617;&#xFE0E;</span>
+ </a>
+ </div>
+
+
+ </div>
+ <div class="pagination">
+ <div class="pagination__buttons"></div>
+ </div>
+ </div>
+
+ </div>
+
+
+ <footer class="footer">
+ <div class="footer__inner">
+ <div class="copyright">
+ <span>©
+ 2024
+ Powered by <a href="https://www.getzola.org/">Zola</a></span>
+ <span class="copyright-theme">
+ <span class="copyright-theme-sep">:: </span>
+ Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
+ </span>
+ </div>
+ </div>
+ </footer>
+
+
+</div>
+</body>
+
+</html>
diff --git a/introducing-trippy/index.html b/introducing-trippy/index.html
new file mode 100644
index 0000000..ca2f5e2
--- /dev/null
+++ b/introducing-trippy/index.html
@@ -0,0 +1,109 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <title>Trippy</title>
+
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+ <meta name="robots" content="noodp"/>
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/style.css">
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/green.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/background_dark.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/font-hack-subset.css">
+
+ </head>
+
+<body class="">
+<div class="container">
+
+ <header class="header">
+ <div class="header__inner">
+ <div class="header__logo">
+
+ <a href="https://trippy.cli.rs" style="text-decoration: none;">
+ <div class="logo">
+
+ Trippy
+
+ </div>
+ </a>
+ </div>
+ </div>
+
+
+
+ <nav class="menu">
+ <ul class="menu__inner">
+ <li class="active"><a href="https://trippy.cli.rs">blog</a></li>
+
+ <li><a href="https://trippy.cli.rs/tags">tags</a></li>
+
+ <li><a href="https://trippy.cli.rs/archive">archive</a></li>
+
+ <li><a href="https://github.com/fujiapple852/trippy" target="_blank" rel="noopener noreferrer">github</a></li>
+ </ul>
+ </nav>
+
+
+
+ </header>
+
+
+ <div class="content">
+
+ <div class="post">
+
+ <h1 class="post-title"><a href="https://trippy.cli.rs/introducing-trippy/">Introducing Trippy, a network diagnostic tool</a></h1>
+ <div class="post-meta-inline">
+
+ <span class="post-date">
+ 2023-04-28
+ </span>
+
+ </div>
+
+
+ <span class="post-tags-inline">
+ :: tags:&nbsp;
+ <a class="post-tag" href="https://trippy.cli.rs/tags/ping/">#ping</a>&nbsp;
+ <a class="post-tag" href="https://trippy.cli.rs/tags/traceroute/">#traceroute</a></span>
+
+
+
+ <div class="post-content">
+ <p>Trippy combines the functionality of <code>traceroute</code> and <code>ping</code> and is designed to assist with the analysis of network
+issues.</p>
+<p>Details of how to install and use Trippy can be found on <a href="https://github.com/fujiapple852/trippy">github</a>.</p>
+<p>Happy tracing!</p>
+<span id="continue-reading"></span>
+ </div>
+
+
+ </div>
+
+ </div>
+
+
+ <footer class="footer">
+ <div class="footer__inner">
+ <div class="copyright">
+ <span>©
+ 2024
+ Powered by <a href="https://www.getzola.org/">Zola</a></span>
+ <span class="copyright-theme">
+ <span class="copyright-theme-sep">:: </span>
+ Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
+ </span>
+ </div>
+ </div>
+ </footer>
+
+
+</div>
+</body>
+
+</html>
diff --git a/logo.css b/logo.css
new file mode 100644
index 0000000..b5150a4
--- /dev/null
+++ b/logo.css
@@ -0,0 +1 @@
+.logo{display:flex;align-items:center;text-decoration:none;background:var(--accent);color:#000;padding:5px 10px} \ No newline at end of file
diff --git a/main.css b/main.css
new file mode 100644
index 0000000..5d2ab73
--- /dev/null
+++ b/main.css
@@ -0,0 +1 @@
+html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;font-size:1rem;line-height:1.54;background-color:var(--background);color:var(--color);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%}@media (max-width: 683px){body{font-size:1rem}}h1,h2,h3,h4,h5,h6{display:flex;align-items:center;font-weight:bold;line-height:1.3}h1{font-size:1.4rem}h2{font-size:1.3rem}h3{font-size:1.2rem}h4,h5,h6{font-size:1.15rem}a{color:inherit}img{display:block;max-width:100%}img.left{margin-right:auto}img.center{margin-left:auto;margin-right:auto}img.right{margin-left:auto}p{margin-bottom:20px}figure{display:table;max-width:100%;margin:25px 0}figure.left img{margin-right:auto}figure.center img{margin-left:auto;margin-right:auto}figure.right img{margin-left:auto}figure figcaption{font-size:14px;padding:5px 10px;margin-top:5px;background:var(--accent);color:var(--background)}figure figcaption.left{text-align:left}figure figcaption.center{text-align:center}figure figcaption.right{text-align:right}code{font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;font-feature-settings:normal;background:var(--accent-alpha-20);padding:1px 6px;margin:0 2px;font-size:.95rem}pre{font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;padding:20px;font-size:.95rem;overflow:auto;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 683px){pre{white-space:pre-wrap;word-