Skip to content

Commit

Permalink
update from gridea: 2020-02-28 17:10:16
Browse files Browse the repository at this point in the history
  • Loading branch information
hkr04 committed Feb 28, 2020
1 parent 75ca264 commit 9ffcffa
Show file tree
Hide file tree
Showing 8 changed files with 1,057 additions and 7 deletions.
25 changes: 23 additions & 2 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>hkr04</title>
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582880422578">
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582881010654">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://hkr04.github.io/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="hkr04 - Atom Feed" href="https://hkr04.github.io/atom.xml">
Expand All @@ -18,7 +18,7 @@
<div class="main-content">
<div class="site-header">
<a href="https://hkr04.github.io">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582880422578" alt="">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582881010654" alt="">
</a>
<h1 class="site-title">
hkr04
Expand Down Expand Up @@ -73,6 +73,27 @@ <h1 class="site-title">

<div class="archives-container">

<h2 class="year">2020</h2>


<a href="https://hkr04.github.io/post/the-smallest-path-cover/" class="post">
<h2 class="post-title">
最小路径覆盖问题
</h2>
<div class="time">2020-02-28</div>
</a>



<a href="https://hkr04.github.io/post/magic-balls-problem/" class="post">
<h2 class="post-title">
题解【网络流24题】魔术球问题
</h2>
<div class="time">2020-02-28</div>
</a>



</div>


Expand Down
16 changes: 15 additions & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://hkr04.github.io</id>
<title>hkr04</title>
<updated>2020-02-28T09:00:40.405Z</updated>
<updated>2020-02-28T09:10:16.458Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<link rel="alternate" href="https://hkr04.github.io"/>
<link rel="self" href="https://hkr04.github.io/atom.xml"/>
<subtitle>温故而知新</subtitle>
<logo>https://hkr04.github.io/images/avatar.png</logo>
<icon>https://hkr04.github.io/favicon.ico</icon>
<rights>All rights reserved 2020, hkr04</rights>
<entry>
<title type="html"><![CDATA[最小路径覆盖问题]]></title>
<id>https://hkr04.github.io/post/the-smallest-path-cover/</id>
<link href="https://hkr04.github.io/post/the-smallest-path-cover/">
</link>
<updated>2020-02-28T09:09:13.000Z</updated>
</entry>
<entry>
<title type="html"><![CDATA[题解【网络流24题】魔术球问题]]></title>
<id>https://hkr04.github.io/post/magic-balls-problem/</id>
<link href="https://hkr04.github.io/post/magic-balls-problem/">
</link>
<updated>2020-02-28T09:01:03.000Z</updated>
</entry>
</feed>
58 changes: 56 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>hkr04</title>
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582880422578">
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582881010654">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://hkr04.github.io/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="hkr04 - Atom Feed" href="https://hkr04.github.io/atom.xml">
Expand All @@ -18,7 +18,7 @@
<div class="main-content">
<div class="site-header">
<a href="https://hkr04.github.io">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582880422578" alt="">
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582881010654" alt="">
</a>
<h1 class="site-title">
hkr04
Expand Down Expand Up @@ -71,6 +71,60 @@ <h1 class="site-title">

<div class="post-container">

<article class="post">
<a href="https://hkr04.github.io/post/the-smallest-path-cover/">
<h2 class="post-title">最小路径覆盖问题</h2>
</a>
<div class="post-info">
<span>
2020-02-28
</span>
<span>
5 min read
</span>

<a href="https://hkr04.github.io/tag/BHy59ue1j/" class="post-tag">
# 网络流
</a>

<a href="https://hkr04.github.io/tag/AUx6Qb151/" class="post-tag">
# 题解
</a>

</div>

<div class="post-abstract">

</div>
</article>

<article class="post">
<a href="https://hkr04.github.io/post/magic-balls-problem/">
<h2 class="post-title">题解【网络流24题】魔术球问题</h2>
</a>
<div class="post-info">
<span>
2020-02-28
</span>
<span>
5 min read
</span>

<a href="https://hkr04.github.io/tag/BHy59ue1j/" class="post-tag">
# 网络流
</a>

<a href="https://hkr04.github.io/tag/AUx6Qb151/" class="post-tag">
# 题解
</a>

</div>

<div class="post-abstract">

</div>
</article>

</div>


Expand Down
Loading

0 comments on commit 9ffcffa

Please sign in to comment.