-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy peng1999/blog to peng1999/blog:gh-pages
- Loading branch information
GitHub Actions
committed
Mar 3, 2024
0 parents
commit ee908e4
Showing
115 changed files
with
17,018 additions
and
0 deletions.
There are no files selected for viewing
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,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
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,4 @@ | ||
<?xml version="1.0"?> | ||
<users> | ||
<user>A975401FAA4E9AC54E399A80B7205BB2</user> | ||
</users> |
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 @@ | ||
blog.pg999w.top |
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,154 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EC6VKH78QR"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-EC6VKH78QR'); | ||
</script> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
|
||
<!-- Enable responsiveness on mobile devices--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | ||
|
||
<title>pg999w's blog</title> | ||
|
||
|
||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://blog.pg999w.top/rss.xml"> | ||
|
||
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js"></script> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous"> | ||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/mathtex-script-type.min.js" integrity="sha384-zWYbd0NBwgTsgIdFKVprSfTh1mbMPe5Hz1X3yY4Sd1h/K1cQoUe36OGwAGz/PcDy" crossorigin="anonymous"></script> | ||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous" | ||
onload="renderMathInElement(document.body);"></script> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://blog.pg999w.top/site.css"> | ||
<link rel="stylesheet" href="https://blog.pg999w.top/custom.css"> | ||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:[email protected]&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Noto+Serif+SC:wght@400;500;700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" rel="stylesheet"> | ||
|
||
|
||
|
||
|
||
|
||
<meta name='description' content="pg999w's blog"> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<div id="mobile-navbar" class="mobile-navbar"> | ||
<div class="mobile-header-logo"> | ||
<a href="/" class="logo">pg999w’s blog</a> | ||
</div> | ||
<div class="mobile-navbar-icon icon-out"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</div> | ||
</div> | ||
|
||
<nav id="mobile-menu" class="mobile-menu slideout-menu slideout-menu-left"> | ||
<ul class="mobile-menu-list"> | ||
|
||
<li class="mobile-menu-item"> | ||
<a href="https://blog.pg999w.top//rss.xml"> | ||
RSS | ||
</a> | ||
</li> | ||
|
||
<li class="mobile-menu-item"> | ||
<a href="https://blog.pg999w.top//tags"> | ||
Tags | ||
</a> | ||
</li> | ||
|
||
<li class="mobile-menu-item"> | ||
<a href="https://blog.pg999w.top//about"> | ||
About | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</nav> | ||
|
||
<header id="header"> | ||
<div class="logo"><a href="https://blog.pg999w.top/">pg999w’s blog</a></div> | ||
<nav class="menu"> | ||
<ul> | ||
|
||
<li> | ||
<a href="https://blog.pg999w.top//rss.xml"> | ||
RSS | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://blog.pg999w.top//tags"> | ||
Tags | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://blog.pg999w.top//about"> | ||
About | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
<div class="content" id="mobile-panel"> | ||
|
||
<div class="about"> | ||
<p>I'm a CS graduate student of <a href="https://www.sjtu.edu.cn/">SJTU</a>. My undergraduate degree was completed at <a href="http://www.nwpu.edu.cn">NWPU</a>.</p> | ||
<span id="continue-reading"></span><h2 id="about-this-blog">About this blog</h2> | ||
<p>See <a href="https://blog.pg999w.top/first-blog/">this post</a>.</p> | ||
<h2 id="more-info-about-me">More info about me</h2> | ||
<p><a href="https://github.com/peng1999">GitHub</a> | ||
<a href="https://zh.wikipedia.org/wiki/User:Pg999w">Wikipedia</a></p> | ||
<h2 id="friends">Friends</h2> | ||
<p><strong>dykai</strong> <a href="https://blog.ykai.top/">https://blog.ykai.top/</a></p> | ||
<p><strong>Kehan</strong> <a href="https://blog.kehan.xyz/">https://blog.kehan.xyz/</a></p> | ||
<p><strong>zzsqwq</strong> <a href="https://blog.zzsqwq.cn/">https://blog.zzsqwq.cn/</a></p> | ||
<p><strong>Jiali</strong> <a href="https://anlarry.github.io/">https://anlarry.github.io/</a></p> | ||
<p><strong>Macromogic</strong> <a href="https://macromogic.xyz">https://macromogic.xyz</a></p> | ||
<p><strong>haotian</strong> <a href="https://thehaotian.com/">https://thehaotian.com/</a></p> | ||
|
||
</div> | ||
|
||
</div> | ||
</main> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
<script type="text/javascript" src="https://blog.pg999w.top/even.js" ></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.