Skip to content

Commit

Permalink
update from gridea: 2019-06-19 07:48:06
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCat01 committed Jun 18, 2019
1 parent a4907bc commit f2c4b07
Show file tree
Hide file tree
Showing 12 changed files with 909 additions and 1,172 deletions.
220 changes: 141 additions & 79 deletions archives/index.html
Original file line number Diff line number Diff line change
@@ -1,113 +1,175 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Gridea</title>
<link rel="shortcut icon" href="https://LittleCat01.github.io/favicon.ico?v=1560876113077">
<meta charset="utf-8" >

<title>文章归档 | 一只被掐死的喵的blog</title>
<meta name="description" content="人生碌碌,竟短论长,却道荣枯有数,得失难量……">

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" href="https://LittleCat01.github.io/favicon.ico?v=1560901504249">

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/papercss@1.6.1/dist/paper.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
<link rel="stylesheet" href="https://LittleCat01.github.io/styles/main.css">


<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdn.bootcss.com/moment.js/2.23.0/moment.min.js"></script>


<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />


</head>
<body>
<div class="main">
<div class="main-content">
<div class="site-header">
<a href="https://LittleCat01.github.io">
<img class="avatar" src="https://LittleCat01.github.io/images/avatar.png?v=1560876113077" alt="">
</a>
<h1 class="site-title">
Gridea
</h1>
<p class="site-description">
温故而知新
</p>
<div class="menu-container">
<nav class="navbar border fixed split-nav">
<div class="nav-brand">
<h3><a href="https://LittleCat01.github.io">一只被掐死的喵的blog</a></h3>
</div>
<div class="collapsible">
<input id="collapsible1" type="checkbox" name="collapsible1">
<button>
<label for="collapsible1">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</label>
</button>
<div class="collapsible-body">
<ul class="inline">

<li>

<a href="/" class="menu">
首页
</a>

</li>

<li>

<a href="/archives" class="menu">
归档
</a>

</li>

<li>

<a href="/tags" class="menu">
标签
</a>

</li>

<li>

<a href="/post/about" class="menu">
关于
</a>

</li>

</ul>
</div>
</div>
</nav>


<div id="top" class="row site">
<div class="sm-12 md-8 col">
<div class="paper">


<h2 class="archives-title">文章归档</h2>
<div class="archives-container">

<h3 class="year" data-aos-delay="500">2018</h3>


<article class="post">
<a href="https://LittleCat01.github.io/post/hello-gridea">
<h4 class="post-title">
Hello Gridea
</h4>
</a>
</article>



</div>
</div>
<div class="row flex-edges">


</div>

</div>
<div class="sm-12 md-4 col sidebar">
<div class="paper info-container">
<img src="https://LittleCat01.github.io/images/avatar.png?v=1560901504249" class="no-responsive avatar">
<div class="text-muted">人生碌碌,竟短论长,却道荣枯有数,得失难量……</div>
<div class="social-container">

<a href="/" class="menu">
首页
</a>




<a href="/archives" class="menu">
归档
</a>




<a href="/tags" class="menu">
标签
</a>



</div>
</div>
<div class="paper">
<div class="sidebar-title">
最新文章
</div>
<div class="row">
<ul>


<li>
<a href="https://LittleCat01.github.io/post/hello-gridea">Hello Gridea</a>
</li>


</ul>
</div>
</div>
<div class="paper">
<div class="sidebar-title">
标签列表
</div>
<div class="row">

<a href="/post/about" class="menu">
关于
<a href="https://LittleCat01.github.io/tag/gridea" class="badge secondary">
Gridea
</a>


</div>
</div>
<div class="social-container">











<div class="paper">
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | <a class="rss" href="https://LittleCat01.github.io/atom.xml" target="_blank">RSS</a>
</div>
</div>




<div class="archives-container">

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


<article class="post">
<a href="https://LittleCat01.github.io/post/hello-gridea">
<h2 class="post-title">
Hello Gridea
<small>2018-12-12</small>
</h2>
</a>
</article>



</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>


<div class="pagination-container">


</div>
<script type="application/javascript">


<div class="site-footer">
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> |
<a class="rss" href="https://LittleCat01.github.io/atom.xml" target="_blank">RSS</a>
</div>
AOS.init();

hljs.initHighlightingOnLoad()

<script>
hljs.initHighlightingOnLoad()
</script>

</div>
</div>



</body>
</html>
8 changes: 4 additions & 4 deletions atom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://LittleCat01.github.io</id>
<title>Gridea</title>
<updated>2019-06-18T16:41:59.929Z</updated>
<title>一只被掐死的喵的blog</title>
<updated>2019-06-18T23:48:04.933Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<link rel="alternate" href="https://LittleCat01.github.io"/>
<link rel="self" href="https://LittleCat01.github.io/atom.xml"/>
<subtitle>温故而知新</subtitle>
<subtitle>人生碌碌,竟短论长,却道荣枯有数,得失难量……</subtitle>
<logo>https://LittleCat01.github.io/images/avatar.png</logo>
<icon>https://LittleCat01.github.io/favicon.ico</icon>
<rights>All rights reserved 2019, Gridea</rights>
<rights>All rights reserved 2019, 一只被掐死的喵的blog</rights>
<entry>
<title type="html"><![CDATA[Hello Gridea]]></title>
<id>https://LittleCat01.github.io/post/hello-gridea</id>
Expand Down
Binary file modified favicon.ico
Binary file not shown.
Binary file modified images/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f2c4b07

Please sign in to comment.