Drone build 7c0df2c
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
|
||||
|
||||
<meta name="author" content="Eric Liu">
|
||||
<meta name="description" content="Eric Liu's personal website">
|
||||
@@ -21,23 +24,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="https://ericxliu.me/404.html">
|
||||
|
||||
<title>Eric's Personal Page</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="https://ericxliu.me/404.html">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
<link rel="preload" href="https://ericxliu.me/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css" integrity="sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
@@ -51,12 +49,23 @@
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
|
||||
<meta name="generator" content="Hugo 0.97.0" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-light">
|
||||
<body class="preload-transitions colorscheme-light">
|
||||
|
||||
<div class="float-container">
|
||||
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
@@ -64,34 +73,36 @@
|
||||
Eric's Personal Page
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle">
|
||||
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
||||
</label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me">|</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -125,10 +136,25 @@
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+58
-28
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
|
||||
|
||||
<meta name="author" content="Eric Liu">
|
||||
<meta name="description" content="Eric Liu's personal website">
|
||||
@@ -23,9 +26,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="https://ericxliu.me/about/">
|
||||
|
||||
<title>
|
||||
About · Eric's Personal Page
|
||||
</title>
|
||||
@@ -34,14 +34,12 @@
|
||||
<link rel="canonical" href="https://ericxliu.me/about/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
<link rel="preload" href="https://ericxliu.me/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css" integrity="sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
@@ -55,12 +53,23 @@
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
|
||||
<meta name="generator" content="Hugo 0.97.0" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-light">
|
||||
<body class="preload-transitions colorscheme-light">
|
||||
|
||||
<div class="float-container">
|
||||
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
@@ -68,34 +77,36 @@
|
||||
Eric's Personal Page
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle">
|
||||
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
||||
</label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me">|</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -106,7 +117,11 @@
|
||||
<section class="container page">
|
||||
<article>
|
||||
<header>
|
||||
<h1>About</h1>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="https://ericxliu.me/about/">
|
||||
About
|
||||
</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -132,10 +147,25 @@
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+59
-37
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
|
||||
|
||||
<meta name="author" content="Eric Liu">
|
||||
<meta name="description" content="Eric Liu's personal website">
|
||||
@@ -21,23 +24,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="https://ericxliu.me/categories/">
|
||||
|
||||
<title>Category: Categories · Eric's Personal Page</title>
|
||||
<title>Categories · Eric's Personal Page</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="https://ericxliu.me/categories/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
<link rel="preload" href="https://ericxliu.me/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css" integrity="sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
@@ -51,13 +49,24 @@
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="https://ericxliu.me/categories/index.xml" title="Eric's Personal Page" />
|
||||
<meta name="generator" content="Hugo 0.97.0" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-light">
|
||||
<body class="preload-transitions colorscheme-light">
|
||||
|
||||
<div class="float-container">
|
||||
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
@@ -65,34 +74,36 @@
|
||||
Eric's Personal Page
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle">
|
||||
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
||||
</label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me">|</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -100,19 +111,15 @@
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container list">
|
||||
<h1 class="title">Category: Categories</h1>
|
||||
<section class="container taxonomy">
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="https://ericxliu.me/categories/">Categories</a>
|
||||
</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
@@ -133,10 +140,25 @@
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,10 +5,6 @@
|
||||
<link>https://ericxliu.me/categories/</link>
|
||||
<description>Recent content in Categories on Eric's Personal Page</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language>
|
||||
|
||||
<atom:link href="https://ericxliu.me/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<language>en</language><atom:link href="https://ericxliu.me/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>https://ericxliu.me/categories/</title>
|
||||
<link rel="canonical" href="https://ericxliu.me/categories/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://ericxliu.me/categories/">
|
||||
</head>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 547 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
+55
-27
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
|
||||
|
||||
<meta name="author" content="Eric Liu">
|
||||
<meta name="description" content="Eric Liu's personal website">
|
||||
@@ -21,23 +24,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="https://ericxliu.me/">
|
||||
|
||||
<title>Eric's Personal Page</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="https://ericxliu.me/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
<link rel="preload" href="https://ericxliu.me/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css" integrity="sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
@@ -51,13 +49,24 @@
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="https://ericxliu.me/index.xml" title="Eric's Personal Page" />
|
||||
<meta name="generator" content="Hugo 0.97.0" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-light">
|
||||
<body class="preload-transitions colorscheme-light">
|
||||
|
||||
<div class="float-container">
|
||||
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
@@ -65,34 +74,36 @@
|
||||
Eric's Personal Page
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle">
|
||||
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
||||
</label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me">|</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -109,8 +120,10 @@
|
||||
|
||||
|
||||
<h1>Eric Liu</h1>
|
||||
|
||||
<h2>Platform Software & Performance Engineer @Google</h2>
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
@@ -160,10 +173,25 @@
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
const body=document.body,darkModeToggle=document.getElementById("dark-mode-toggle"),darkModeMediaQuery=window.matchMedia("(prefers-color-scheme: dark)");localStorage.getItem("colorscheme")?setTheme(localStorage.getItem("colorscheme")):body.classList.contains("colorscheme-light")||body.classList.contains("colorscheme-dark")?setTheme(body.classList.contains("colorscheme-dark")?"dark":"light"):setTheme(darkModeMediaQuery.matches?"dark":"light"),darkModeToggle&&darkModeToggle.addEventListener("click",()=>{let e=body.classList.contains("colorscheme-dark")?"light":"dark";setTheme(e),rememberTheme(e)}),darkModeMediaQuery.addListener(e=>{setTheme(e.matches?"dark":"light")}),document.addEventListener("DOMContentLoaded",function(){let e=document.querySelector(".preload-transitions");e.classList.remove("preload-transitions")});function setTheme(e){body.classList.remove("colorscheme-auto");let t=e==="dark"?"light":"dark";body.classList.remove("colorscheme-"+t),body.classList.add("colorscheme-"+e)}function rememberTheme(e){localStorage.setItem("colorscheme",e)}
|
||||
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
|
||||
|
||||
<meta name="author" content="Eric Liu">
|
||||
<meta name="description" content="gspread_test (function() { function addWidgetsRenderer() { var mimeElement = document.querySelector('script[type="application/vnd.jupyter.widget-view+json"]'); var scriptElement = document.createElement('script'); var widgetRendererSrc = '@jupyter-widgets/html-manager@*/dist/embed-amd.js'; var widgetState; // Fallback for older version: try { widgetState = mimeElement && JSON.parse(mimeElement.innerHTML); if (widgetState && (widgetState.version_major /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.">
|
||||
@@ -23,9 +26,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="https://ericxliu.me/posts/credit_card/">
|
||||
|
||||
<title>
|
||||
Credit Card Spending Dashboards · Eric's Personal Page
|
||||
</title>
|
||||
@@ -34,14 +34,12 @@
|
||||
<link rel="canonical" href="https://ericxliu.me/posts/credit_card/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
<link rel="preload" href="https://ericxliu.me/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css" integrity="sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
@@ -55,12 +53,23 @@
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
|
||||
<meta name="generator" content="Hugo 0.97.0" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-light">
|
||||
<body class="preload-transitions colorscheme-light">
|
||||
|
||||
<div class="float-container">
|
||||
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
@@ -68,34 +77,36 @@
|
||||
Eric's Personal Page
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle">
|
||||
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
||||
</label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me">|</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -107,23 +118,28 @@
|
||||
<article>
|
||||
<header>
|
||||
<div class="post-title">
|
||||
<h1 class="title">Credit Card Spending Dashboards</h1>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="https://ericxliu.me/posts/credit_card/">
|
||||
Credit Card Spending Dashboards
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="post-meta">
|
||||
<div class="date">
|
||||
<span class="posted-on">
|
||||
<i class="fas fa-calendar"></i>
|
||||
<i class="fa fa-calendar" aria-hidden="true"></i>
|
||||
<time datetime='2020-06-16T00:00:00Z'>
|
||||
June 16, 2020
|
||||
</time>
|
||||
</span>
|
||||
<span class="reading-time">
|
||||
<i class="fas fa-clock"></i>
|
||||
<i class="fa fa-clock-o" aria-hidden="true"></i>
|
||||
135-minute read
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -13875,10 +13891,25 @@ div#notebook {
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+58
-28
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
|
||||
|
||||
<meta name="author" content="Eric Liu">
|
||||
<meta name="description" content="Eric Liu's personal website">
|
||||
@@ -21,9 +24,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="https://ericxliu.me/posts/">
|
||||
|
||||
<title>
|
||||
Posts · Eric's Personal Page
|
||||
</title>
|
||||
@@ -32,14 +32,12 @@
|
||||
<link rel="canonical" href="https://ericxliu.me/posts/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
<link rel="preload" href="https://ericxliu.me/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css" integrity="sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
@@ -53,13 +51,24 @@
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="https://ericxliu.me/posts/index.xml" title="Eric's Personal Page" />
|
||||
<meta name="generator" content="Hugo 0.97.0" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-light">
|
||||
<body class="preload-transitions colorscheme-light">
|
||||
|
||||
<div class="float-container">
|
||||
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
@@ -67,34 +76,36 @@
|
||||
Eric's Personal Page
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle">
|
||||
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
||||
</label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me">|</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -103,7 +114,11 @@
|
||||
<div class="content">
|
||||
|
||||
<section class="container list">
|
||||
<h1 class="title">Posts</h1>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="https://ericxliu.me/posts/">
|
||||
Posts
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<ul><li>
|
||||
<span class="date">October 26, 2020</span>
|
||||
@@ -141,10 +156,25 @@
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+3
-13723
File diff suppressed because one or more lines are too long
+62
-31
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
|
||||
|
||||
<meta name="author" content="Eric Liu">
|
||||
<meta name="description" content=" rootCA.pem vpnclient.ovpn ">
|
||||
@@ -23,9 +26,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="https://ericxliu.me/posts/useful/">
|
||||
|
||||
<title>
|
||||
Some useful files · Eric's Personal Page
|
||||
</title>
|
||||
@@ -34,14 +34,12 @@
|
||||
<link rel="canonical" href="https://ericxliu.me/posts/useful/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
<link rel="preload" href="https://ericxliu.me/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css" integrity="sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
@@ -55,12 +53,23 @@
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
|
||||
<meta name="generator" content="Hugo 0.97.0" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-light">
|
||||
<body class="preload-transitions colorscheme-light">
|
||||
|
||||
<div class="float-container">
|
||||
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
@@ -68,34 +77,36 @@
|
||||
Eric's Personal Page
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle">
|
||||
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
||||
</label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me">|</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -107,23 +118,28 @@
|
||||
<article>
|
||||
<header>
|
||||
<div class="post-title">
|
||||
<h1 class="title">Some useful files</h1>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="https://ericxliu.me/posts/useful/">
|
||||
Some useful files
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="post-meta">
|
||||
<div class="date">
|
||||
<span class="posted-on">
|
||||
<i class="fas fa-calendar"></i>
|
||||
<i class="fa fa-calendar" aria-hidden="true"></i>
|
||||
<time datetime='2020-10-26T04:14:43Z'>
|
||||
October 26, 2020
|
||||
</time>
|
||||
</span>
|
||||
<span class="reading-time">
|
||||
<i class="fas fa-clock"></i>
|
||||
1-minute read
|
||||
<i class="fa fa-clock-o" aria-hidden="true"></i>
|
||||
One-minute read
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -167,10 +183,25 @@
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+59
-37
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
|
||||
|
||||
<meta name="author" content="Eric Liu">
|
||||
<meta name="description" content="Eric Liu's personal website">
|
||||
@@ -21,23 +24,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="https://ericxliu.me/tags/">
|
||||
|
||||
<title>Tag: Tags · Eric's Personal Page</title>
|
||||
<title>Tags · Eric's Personal Page</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="https://ericxliu.me/tags/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
<link rel="preload" href="https://ericxliu.me/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
<link rel="stylesheet" href="https://ericxliu.me/css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css" integrity="sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
@@ -51,13 +49,24 @@
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="apple-touch-icon" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://ericxliu.me/images/apple-touch-icon.png">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="https://ericxliu.me/tags/index.xml" title="Eric's Personal Page" />
|
||||
<meta name="generator" content="Hugo 0.97.0" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-light">
|
||||
<body class="preload-transitions colorscheme-light">
|
||||
|
||||
<div class="float-container">
|
||||
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
@@ -65,34 +74,36 @@
|
||||
Eric's Personal Page
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle">
|
||||
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
||||
</label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/posts/">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://git.ericxliu.me">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.ericxliu.me">Nextcloud</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me">|</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ericxliu.me/">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -100,19 +111,15 @@
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container list">
|
||||
<h1 class="title">Tag: Tags</h1>
|
||||
<section class="container taxonomy">
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="https://ericxliu.me/tags/">Tags</a>
|
||||
</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
@@ -133,10 +140,25 @@
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
+1
-5
@@ -5,10 +5,6 @@
|
||||
<link>https://ericxliu.me/tags/</link>
|
||||
<description>Recent content in Tags on Eric's Personal Page</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language>
|
||||
|
||||
<atom:link href="https://ericxliu.me/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<language>en</language><atom:link href="https://ericxliu.me/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>https://ericxliu.me/tags/</title>
|
||||
<link rel="canonical" href="https://ericxliu.me/tags/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://ericxliu.me/tags/">
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user