Drone build 7c0df2c
This commit is contained in:
100
posts/index.html
100
posts/index.html
@@ -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://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://sso.ericxliu.me">Sign in</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://ericxliu.me">|</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://sso.ericxliu.me">Sign in</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
@@ -103,8 +114,12 @@
|
||||
<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>
|
||||
<a class="title" href="https://ericxliu.me/posts/useful/">Some useful files</a>
|
||||
@@ -141,14 +156,29 @@
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://ericxliu.me/js/coder.min.f453d26c79f010446cf0d9770197f77de32c07b7a5512d141a286247fe154a22.js" integrity="sha256-9FPSbHnwEERs8Nl3AZf3feMsB7elUS0UGihiR/4VSiI="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user