Skip to content

Commit

Permalink
update "_site" contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep0Thinking committed Jan 22, 2024
1 parent 1cffe26 commit ff25dbb
Show file tree
Hide file tree
Showing 15 changed files with 599 additions and 328 deletions.
163 changes: 112 additions & 51 deletions _site/2022/11/28/How-to-post-posts.html

Large diffs are not rendered by default.

95 changes: 95 additions & 0 deletions _site/2024/01/20/My-first-post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang=" en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="/assets/css/style.css">
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
</script>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>










<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">

</head><body><header class="site-header">
<div class="wrapper"><a class="site-title" rel="author" href="/">Please-type-your-Github-name-here&#39;s Blog</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>

<div class="trigger"><a class="page-link" href="/all-tags.html">Tags</a><a class="page-link" href="/archive.html">Archive</a><a class="page-link" href="/about.html">About</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper" style="text-align: justify;">
<ul id="toc" class="section-nav">
</ul>
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">

<header class="post-header">
<h1 class="post-title p-name" itemprop="name headline">My first post</h1>

<span>[


<a href="/tag/WoW"><code class="highligher-rouge"><nobr>WoW</nobr></code></a>


<a href="/tag/go"><code class="highligher-rouge"><nobr>go</nobr></code></a>

]</span>

<br>
<br>

<p>
Haha! This is my first post.
</p>

<p class="post-meta" style="font-size: 18px"><time class="dt-published" datetime="2024-01-20T00:00:00-08:00" itemprop="datePublished">
Jan 20, 2024
</time></p>
</header>

<hr>

<div class="post-content e-content" itemprop="articleBody">
<p>###</p>

</div><a class="u-url" href="/2024/01/20/My-first-post.html" hidden></a>

</article>

<hr>

<h1><a href="https://github.com/Deep0Thinking/2nd-Minima#2.3">fake comments section</a></h1>

</div>
</main>

</body>

<script src="/assets/js/custom-styles.js"></script>

</html>
62 changes: 30 additions & 32 deletions _site/README.md

Large diffs are not rendered by default.

42 changes: 16 additions & 26 deletions _site/about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en"><head>
<html lang=" en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -27,19 +27,7 @@

<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">

</head><style>

.site-header
{
position: sticky;
top: 0px;
background-color: rgba(255,255,255,1);
z-index: 1;
}

</style>

<body><header class="site-header">
</head><body><header class="site-header">
<div class="wrapper"><a class="site-title" rel="author" href="/">Please-type-your-Github-name-here&#39;s Blog</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
Expand All @@ -54,9 +42,9 @@
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper" style="text-align: justify;">
<article class="post">
<div class="wrapper" style="text-align: justify;">

<article class="post">

<header class="post-header">
<h1 class="post-title">About</h1>
Expand All @@ -77,9 +65,11 @@ <h2>
</div>
</div>

<p>Welcome to the “About” page of your site! This is where you can introduce yourself or your project. Below, you’ll find a template structure along with instructions to personalize your page. If you need help, feel free to contact me through email: <a href="mailto:[email protected]">[email protected]</a></p>

<h3 style="color: red">Instruction part 1 begins</h3>

<p>To find your github avatar HTML source code, you need to first view the source code of your Github profile page (please go google “how to view the source code of a webpage”, and it is very easy to apply), then you need to use the built-in pointer tool of your browser to locate and click on your Github avatar area, then you will be lead to a HTML source code section in a form like :</p>
<p>To find your github avatar HTML source code, you need to first view the source code of your Github profile page (please google “how to view the source code of a webpage”, trust me, it is very easy to apply), then you should use the built-in pointer tool of your browser to locate and click on your Github avatar area, this will lead you to the HTML source code section in the form like:</p>

<div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;img</span> <span class="na">style=</span><span class="s">"height:auto;"</span> <span class="na">alt=</span><span class="s">""</span> <span class="na">width=</span><span class="s">"260"</span> <span class="na">height=</span><span class="s">"260"</span> <span class="na">class=</span><span class="s">"avatar avatar-user width-full border color-bg-default"</span> <span class="na">src=</span><span class="s">"https://avatars.githubusercontent.com/u/103571424?v=4"</span><span class="nt">&gt;</span>
</code></pre></div></div>
Expand All @@ -89,10 +79,10 @@ <h3 style="color: red">Instruction part 1 begins</h3>
<h3 style="color: red">Instruction part 1 ends</h3>

<h3 id="try-to-write-something-here">Try to write something here:</h3>
<p>Try to write something here</p>
<p>Here, you can talk about yourself, your interests, or the purpose of your site.</p>

<h3 id="maybe-your-hobbies">Maybe your hobbies:</h3>
<p></p>
<p>Share your hobbies or things you’re passionate about.</p>

<h3 id="maybe-your-contact-information">Maybe your Contact Information:</h3>

Expand All @@ -112,9 +102,9 @@ <h3 id="maybe-your-information-on-other-platforms">Maybe your Information On Oth

<h3 style="color: red">Instruction part 2 begins</h3>

<p>If you want to add more platforms information, you can go to <a href="https://remixicon.com">remixicon.com</a> to find icons you want and copy the corresponding embed code, for exam: <code class="language-plaintext highlighter-rouge">&lt;i class="ri-github-line"&gt;&lt;/i&gt;</code> . Then paste it and edit in the form of the above, and it’ll work properly.</p>
<p>If you want to add more platforms information, you can visit <a href="https://remixicon.com">remixicon.com</a> to choose the desired icons and copy the corresponding embed code, for example: <code class="language-plaintext highlighter-rouge">&lt;i class="ri-github-line"&gt;&lt;/i&gt;</code> . Then insert it in the form of the above.</p>

<p>Finally, after getting familiar with these procedure, you can delete this instruction part (from <code class="language-plaintext highlighter-rouge">&lt;h3 style="color: red"&gt;Instruction part 2 begins&lt;/h3&gt;</code> to <code class="language-plaintext highlighter-rouge">&lt;h3 style="color: red"&gt;Instruction part 2 ends&lt;/h3&gt;</code>) safely.</p>
<p>After you’re comfortable with the setup, you can remove these instructions safely (from <code class="language-plaintext highlighter-rouge">&lt;h3 style="color: red"&gt;Instruction part 2 begins&lt;/h3&gt;</code> to <code class="language-plaintext highlighter-rouge">&lt;h3 style="color: red"&gt;Instruction part 2 ends&lt;/h3&gt;</code>).</p>

<h3 style="color: red">Instruction part 2 ends</h3>

Expand All @@ -125,11 +115,11 @@ <h1><a href="https://github.com/Deep0Thinking/2nd-Minima#2.3">fake comments sect
</div>

</article>
</div>
</main>
</div>
</main>

</body>
</body>

<script src="/assets/js/custom-styles.js"></script>
<script src="/assets/js/custom-styles.js"></script>

</html>
30 changes: 9 additions & 21 deletions _site/all-tags.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en"><head>
<html lang=" en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -27,19 +27,7 @@

<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">

</head><style>

.site-header
{
position: sticky;
top: 0px;
background-color: rgba(255,255,255,1);
z-index: 1;
}

</style>

<body><header class="site-header">
</head><body><header class="site-header">
<div class="wrapper"><a class="site-title" rel="author" href="/">Please-type-your-Github-name-here&#39;s Blog</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
Expand All @@ -54,9 +42,9 @@
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper" style="text-align: justify;">
<article class="post">
<div class="wrapper" style="text-align: justify;">

<article class="post">

<header class="post-header">
<h1 class="post-title">Tags</h1>
Expand Down Expand Up @@ -99,11 +87,11 @@ <h1 class="post-title">Tags</h1>
</div>

</article>
</div>
</main>
</div>
</main>

</body>
</body>

<script src="/assets/js/custom-styles.js"></script>
<script src="/assets/js/custom-styles.js"></script>

</html>
Loading

0 comments on commit ff25dbb

Please sign in to comment.