-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
163 lines (112 loc) · 5.61 KB
/
index.html
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<html>
<head>
<meta charset="utf-8"/>
<meta name="description" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>imshukun</title>
<link rel="shortcut icon" href="https://www.shukun.wang/favicon.ico?v=1641982653233">
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.shukun.wang/styles/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets/highlight.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dockerfile.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/moment@2.27.0/moment.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/js/bootstrap.min.js"></script>
<!-- DEMO JS -->
<!--<script src="media/scripts/index.js"></script>-->
</head>
<body>
<div class="main gt-bg-theme-color-first">
<div class="main-content">
<nav class="navbar navbar-expand-lg">
<div class="navbar-brand">
<img class="user-avatar" src="/images/avatar.png" alt="头像">
<div class="site-name gt-c-content-color-first">
imshukun
</div>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars gt-c-content-color-first" style="font-size: 18px"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="navbar-nav mr-auto" style="text-align: center">
<div class="nav-item">
<a href="/" class="menu gt-a-link">
首页
</a>
</div>
<div class="nav-item">
<a href="/archives" class="menu gt-a-link">
归档
</a>
</div>
<div class="nav-item">
<a href="/tags" class="menu gt-a-link">
标签
</a>
</div>
<div class="nav-item">
<a href="/post/about" class="menu gt-a-link">
关于
</a>
</div>
</div>
<div style="text-align: center">
<form id="gridea-search-form" style="position: relative" data-update="1641982653233" action="/search/index.html">
<input class="search-input" autocomplete="off" spellcheck="false" name="q" placeholder="搜索文章" />
<i class="fas fa-search gt-c-content-color-first" style="position: absolute; top: 9px; left: 10px;"></i>
</form>
</div>
</div>
</nav>
<div class="post-list-container">
<div class="post-inner">
<div class="post gt-bg-theme-color-second">
<div class="post-left">
<div>
<a href="https://www.shukun.wang/post/docker-an-zhuang-nginx/">
<span class="post-title gt-c-content-color-first">初识Dcokerfile之使用Docker来安装开发环境</span>
</a>
</div>
<div class="gt-post-content post-abstract gt-c-content-color-second">
</div>
<div class="post-info">
<time class="post-time gt-c-content-color-first">
发布于 · 2022-01-12 ·
</time>
<a href="https://www.shukun.wang/tag/R6yVUHMHp/" class="post-tag">
# Docker
</a>
</div>
</div>
<a href="https://www.shukun.wang/post/docker-an-zhuang-nginx/" class="post-feature-image"
style="background-image: url('https://www.shukun.wang/post-images/docker-an-zhuang-nginx.jpeg')">
</a>
</div>
</div>
</div>
<div class="pagination-container">
</div>
<div class="site-footer gt-c-content-color-first">
<div class="slogan gt-c-content-color-first">好好学习 天天向上</div>
<div class="social-container">
</div>
<div class="footer-info">
皖ICP备15009768号-1
</div>
<div>
Powered by <a
href="https://github.com/getgridea/gridea" target="_blank">Gridea | <a href="https://www.shukun.wang/atom.xml" target="_blank">RSS</a></a>
</div>
</div>
<script>
hljs.initHighlightingOnLoad()
</script>
</div>
</div>
</body>
</html>