-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a094f5
commit e2348e7
Showing
14 changed files
with
1,479 additions
and
106 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!doctype html> | ||
<html lang="zh-cn"> | ||
<head> | ||
<title>CYRUS STUDIO</title> | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="Hugo 0.131.0"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="author" content="John Doe" /> | ||
<meta name="description" content="Android & Python Developer" /> | ||
<link rel="stylesheet" href="/blog/css/main.min.856983674a1492cba25db6068ef48dfbdb023b4eff9d156be563fc5a10af7654.css" /> | ||
<link rel="alternate" type="application/rss+xml" href="https://cyrus-studio.github.io/blog/index.xml" title="CYRUS STUDIO"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:title" content="CYRUS STUDIO"> | ||
<meta name="twitter:description" content="Android & Python Developer"> | ||
|
||
<meta property="og:url" content="https://cyrus-studio.github.io/blog/"> | ||
<meta property="og:site_name" content="CYRUS STUDIO"> | ||
<meta property="og:title" content="CYRUS STUDIO"> | ||
<meta property="og:description" content="Android & Python Developer"> | ||
<meta property="og:locale" content="zh_cn"> | ||
<meta property="og:type" content="website"> | ||
|
||
|
||
</head> | ||
<body> | ||
<header class="app-header"> | ||
<a href="https://cyrus-studio.github.io/blog/"><img class="app-header-avatar" src="/blog/avatar.jpg" alt="John Doe" /></a> | ||
<span class="app-header-title">CYRUS STUDIO</span> | ||
<nav class="app-header-menu"> | ||
<a class="app-header-menu-item" href="/blog/">Home</a> | ||
- | ||
|
||
<a class="app-header-menu-item" href="/blog/about/">About</a> | ||
- | ||
|
||
<a class="app-header-menu-item" href="https://github.com/CYRUS-STUDIO">GitHub</a> | ||
</nav> | ||
<p>Android & Python Developer</p> | ||
<div class="visitor-counter"> | ||
<img src="https://profile-counter.glitch.me/CYRUS-STUDIO-blog/count.svg" alt="Visitor Count"> | ||
</div> | ||
</header> | ||
<main class="app-container"> | ||
|
||
<article> | ||
<h1>CYRUS STUDIO</h1> | ||
<ul class="posts-list"> | ||
|
||
</ul> | ||
|
||
|
||
<ul class="pagination"> | ||
|
||
<li class="page-item"> | ||
<a class="page-link" href="/blog/page/4/"> | ||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-arrow-left"> | ||
<title>arrow-left</title> | ||
<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline> | ||
</svg> | ||
</a> | ||
</li> | ||
|
||
|
||
<li class="page-item"> | ||
<a class="page-link" href="/blog/"> | ||
1 | ||
</a> | ||
</li> | ||
|
||
<li class="page-item"> | ||
<a class="page-link" href="/blog/page/2/"> | ||
2 | ||
</a> | ||
</li> | ||
|
||
<li class="page-item"> | ||
<a class="page-link" href="/blog/page/3/"> | ||
3 | ||
</a> | ||
</li> | ||
|
||
<li class="page-item"> | ||
<a class="page-link" href="/blog/page/4/"> | ||
4 | ||
</a> | ||
</li> | ||
|
||
<li class="page-item active"> | ||
<a class="page-link" href="/blog/page/5/"> | ||
5 | ||
</a> | ||
</li> | ||
|
||
|
||
</ul> | ||
|
||
|
||
|
||
</article> | ||
|
||
</main> | ||
</body> | ||
</html> |
Oops, something went wrong.