|
| 1 | +<!DOCTYPE html> |
1 | 2 | <html> |
2 | 3 | <head> |
3 | | - <meta charset="utf-8" /> |
4 | | -<meta name="viewport" content="width=device-width, initial-scale=1" /> |
5 | | -<title>Gridea</title> |
6 | | -<link rel="shortcut icon" href="https://newdy.cf/favicon.ico?v=1581430646740"> |
7 | | -<link href="https://cdn.remixicon.com/releases/v2.1.0/remixicon.css" rel="stylesheet"> |
| 4 | + <meta charset="utf-8" > |
| 5 | + |
| 6 | +<title>文章归档 | Gridea</title> |
| 7 | + |
| 8 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
| 9 | + |
| 10 | +<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> |
| 11 | +<link rel="shortcut icon" href="https://newdy.cf/favicon.ico?v=1581430815737"> |
8 | 12 | <link rel="stylesheet" href="https://newdy.cf/styles/main.css"> |
9 | | -<link rel="alternate" type="application/atom+xml" title="Gridea - Atom Feed" href="https://newdy.cf/atom.xml"> |
10 | | -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700"> |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
14 | | - <meta name="description" content="温故而知新" /> |
| 16 | +<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> |
| 17 | +<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + <meta name="description" content="温故而知新"> |
15 | 22 | </head> |
16 | 23 | <body> |
17 | | - <div class="main"> |
18 | | - <div class="main-content"> |
19 | | - <div class="site-header"> |
20 | | - <a href="https://newdy.cf"> |
21 | | - <img class="avatar" src="https://newdy.cf/images/avatar.png?v=1581430646740" alt=""> |
22 | | - </a> |
23 | | - <h1 class="site-title"> |
24 | | - Gridea |
25 | | - </h1> |
26 | | - <p class="site-description"> |
27 | | - 温故而知新 |
28 | | - </p> |
29 | | - <div class="menu-container"> |
30 | | - |
31 | | - |
32 | | - <a href="/" class="menu"> |
33 | | - 首页 |
34 | | - </a> |
35 | | - |
36 | | - |
37 | | - |
38 | | - <a href="/archives" class="menu"> |
39 | | - 归档 |
40 | | - </a> |
| 24 | + <div id="app" class="main"> |
| 25 | + |
| 26 | + <div class="sidebar" :class="{ 'full-height': menuVisible }"> |
| 27 | + <div class="top-container" data-aos="fade-right"> |
| 28 | + <div class="top-header-container"> |
| 29 | + <a class="site-title-container" href="https://newdy.cf"> |
| 30 | + <img src="https://newdy.cf/images/avatar.png?v=1581430815737" class="site-logo"> |
| 31 | + <h1 class="site-title">Gridea</h1> |
| 32 | + </a> |
| 33 | + <div class="menu-btn" @click="menuVisible = !menuVisible"> |
| 34 | + <div class="line"></div> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + <div> |
41 | 38 |
|
42 | | - |
| 39 | + |
| 40 | + <a href="/" class="site-nav"> |
| 41 | + 首页 |
| 42 | + </a> |
| 43 | + |
43 | 44 |
|
44 | | - <a href="/tags" class="menu"> |
45 | | - 标签 |
46 | | - </a> |
| 45 | + |
| 46 | + <a href="/archives" class="site-nav"> |
| 47 | + 归档 |
| 48 | + </a> |
| 49 | + |
47 | 50 |
|
48 | | - |
| 51 | + |
| 52 | + <a href="/tags" class="site-nav"> |
| 53 | + 标签 |
| 54 | + </a> |
| 55 | + |
49 | 56 |
|
50 | | - <a href="/post/about" class="menu"> |
51 | | - 关于 |
52 | | - </a> |
| 57 | + |
| 58 | + <a href="/post/about" class="site-nav"> |
| 59 | + 关于 |
| 60 | + </a> |
| 61 | + |
53 | 62 |
|
54 | | - |
| 63 | + </div> |
55 | 64 | </div> |
56 | | - <div class="social-container"> |
57 | | - |
| 65 | + <div class="bottom-container" data-aos="flip-up" data-aos-offset="0"> |
| 66 | + <div class="social-container"> |
58 | 67 |
|
59 | | - |
| 68 | + |
60 | 69 |
|
61 | | - |
| 70 | + |
62 | 71 |
|
63 | | - |
| 72 | + |
64 | 73 |
|
65 | | - |
| 74 | + |
66 | 75 |
|
67 | | - |
| 76 | + |
| 77 | + |
| 78 | + </div> |
| 79 | + <div class="site-description"> |
| 80 | + 温故而知新 |
| 81 | + </div> |
| 82 | + <div class="site-footer"> |
| 83 | + Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | <a class="rss" href="https://newdy.cf/atom.xml" target="_blank">RSS</a> |
| 84 | + </div> |
68 | 85 | </div> |
69 | 86 | </div> |
70 | 87 |
|
71 | | - |
72 | | - |
73 | 88 |
|
74 | | -<div class="archives-container"> |
75 | | - |
76 | | - <h2 class="year">2020</h2> |
77 | | - |
78 | | - |
79 | | - <a href="https://newdy.cf/post/da-jian-dns-fu-wu-jie-suo-netflix" class="post"> |
80 | | - <h2 class="post-title"> |
81 | | - 搭建 DNS 服务解锁 Netflix |
82 | | - </h2> |
83 | | - <div class="time">2020-02-11</div> |
84 | | - </a> |
85 | | - |
86 | | - |
87 | | - |
88 | | -</div> |
| 89 | + <div class="main-container"> |
| 90 | + <div class="content-container" data-aos="fade-up"> |
| 91 | + |
| 92 | + |
| 93 | + <h2 class="archives-title">文章归档</h2> |
| 94 | + <div class="archives-container"> |
| 95 | + |
| 96 | + <h2 class="year" data-aos="fade-in" data-aos-delay="500">2020</h2> |
| 97 | + |
| 98 | + |
| 99 | + <article class="post"> |
| 100 | + <a href="https://newdy.cf/post/da-jian-dns-fu-wu-jie-suo-netflix"> |
| 101 | + <h2 class="post-title"> |
| 102 | + 搭建 DNS 服务解锁 Netflix |
| 103 | + </h2> |
| 104 | + </a> |
| 105 | + </article> |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + </div> |
89 | 110 |
|
90 | | - |
91 | | - <div class="pagination-container"> |
| 111 | + <div class="pagination-container"> |
92 | 112 |
|
93 | 113 |
|
94 | 114 | </div> |
95 | 115 |
|
96 | | - |
97 | | - <div class="site-footer"> |
98 | | - Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> |
99 | | - <a class="rss" href="https://newdy.cf/atom.xml" target="_blank"> |
100 | | - <i class="ri-rss-line"></i> RSS |
101 | | - </a> |
102 | | -</div> |
103 | | - |
| 116 | + </div> |
104 | 117 | </div> |
105 | 118 | </div> |
| 119 | + |
| 120 | + <script src="https://unpkg.com/aos@next/dist/aos.js"></script> |
| 121 | +<script type="application/javascript"> |
| 122 | + |
| 123 | +AOS.init(); |
| 124 | + |
| 125 | +var app = new Vue({ |
| 126 | + el: '#app', |
| 127 | + data: { |
| 128 | + menuVisible: false, |
| 129 | + }, |
| 130 | +}) |
| 131 | + |
| 132 | +</script> |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
106 | 139 | </body> |
107 | 140 | </html> |
0 commit comments