Skip to content

Commit

Permalink
first update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Castor authored and Castor committed Feb 25, 2024
1 parent 7e8b946 commit 5cfd60f
Show file tree
Hide file tree
Showing 18 changed files with 444 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
124 changes: 124 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>
404 Page not found
</title>









<link
href="/styles/screen.min.7beabc4f9d9bfe5b57c7a6c83ae4447e5f03bcb05196c65ca8202597024e45db.css"
rel="stylesheet"
media="screen"
integrity="sha256-e&#43;q8T52b/ltXx6bIOuREfl8DvLBRlsZcqCAllwJORds=" />
<link
href="/styles/print.min.d18444d6ed86c4b57f446a2a0bf25716b1cf940c2ad149915f5bcae09d823c2b.css"
rel="stylesheet"
media="print"
integrity="sha256-0YRE1u2GxLV/RGoqC/JXFrHPlAwq0UmRX1vK4J2CPCs=" />








<script
src="/js/index.ed8a1ec413a37196b7e82a66a93dc39e391c391bcac52504ae2eb3e53dfee78f.js"
integrity="sha256-7YoexBOjcZa36CpmqT3DnjkcORvKxSUEri6z5T3&#43;548="
defer></script>


<style>
[x-cloak] {
display: none !important;
}
</style>
</head>
<body class="index" x-data="{ navOpen: false }" x-cloak>
<a
href="#"
id="nav-button"
@click="navOpen = !navOpen"
:class="{'open': navOpen }">
<span>
NAV
<img src="/images/navbar.png" />
</span>
</a>
<div class="toc-wrapper" :class="{'open': navOpen }">

<img src="/images/CC.png" class="logo"/>


<div class="search" x-data="searchController">
<input
x-model.debounce.100ms="query"
type="search"
class="search"
id="input-search"
placeholder="Search" />
<ul
class="search-results visible"
x-show="results.length > 0"
x-transition.duration.700ms>
<template x-for="item in results">
<li>
<a x-text="item.title" :href="`#${item.id}`"></a>
</li>
</template>
</ul>
</div>




<ul class="toc-footer">

<li>
<a href='https://3000ye.com'>3000ye Blog</a>
</li>

</ul>


</div>
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">

<h2>Page Not Found!</h2>

</div>
<div class="dark-box">

<div
class="lang-selector"
x-data="langController"
x-init="initLangs([{&#34;key&#34;:&#34;cpp&#34;,&#34;name&#34;:&#34;Method One&#34;},{&#34;key&#34;:&#34;c&#34;,&#34;name&#34;:&#34;Method Two&#34;},{&#34;key&#34;:&#34;java&#34;,&#34;name&#34;:&#34;Method Three&#34;}])">
<template x-for="(tab, index) in tabs">
<a
x-text="tab.name"
:class="{ 'active': tab.active }"
@click="changeLanguage(index)"></a>
</template>
</div>

</div>
</div>

</body>
</html>
Binary file added fonts/slate.eot
Binary file not shown.
14 changes: 14 additions & 0 deletions fonts/slate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/slate.ttf
Binary file not shown.
Binary file added fonts/slate.woff
Binary file not shown.
Binary file added fonts/slate.woff2
Binary file not shown.
Binary file added images/CC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/DataStructures.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ICPC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/navbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
221 changes: 221 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,221 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.122.0">
<meta charset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>
3000ye Code Blog
</title>









<link
href="/styles/screen.min.7beabc4f9d9bfe5b57c7a6c83ae4447e5f03bcb05196c65ca8202597024e45db.css"
rel="stylesheet"
media="screen"
integrity="sha256-e&#43;q8T52b/ltXx6bIOuREfl8DvLBRlsZcqCAllwJORds=" />
<link
href="/styles/print.min.d18444d6ed86c4b57f446a2a0bf25716b1cf940c2ad149915f5bcae09d823c2b.css"
rel="stylesheet"
media="print"
integrity="sha256-0YRE1u2GxLV/RGoqC/JXFrHPlAwq0UmRX1vK4J2CPCs=" />








<script
src="/js/index.ed8a1ec413a37196b7e82a66a93dc39e391c391bcac52504ae2eb3e53dfee78f.js"
integrity="sha256-7YoexBOjcZa36CpmqT3DnjkcORvKxSUEri6z5T3&#43;548="
defer></script>


<style>
[x-cloak] {
display: none !important;
}
</style>
</head>
<body class="index" x-data="{ navOpen: false }" x-cloak>
<a
href="#"
id="nav-button"
@click="navOpen = !navOpen"
:class="{'open': navOpen }">
<span>
NAV
<img src="/images/navbar.png" />
</span>
</a>
<div class="toc-wrapper" :class="{'open': navOpen }">

<img src="/images/CC.png" class="logo"/>


<div class="search" x-data="searchController">
<input
x-model.debounce.100ms="query"
type="search"
class="search"
id="input-search"
placeholder="Search" />
<ul
class="search-results visible"
x-show="results.length > 0"
x-transition.duration.700ms>
<template x-for="item in results">
<li>
<a x-text="item.title" :href="`#${item.id}`"></a>
</li>
</template>
</ul>
</div>






<ul
id="toc"
class="toc-list-h1"
x-data="tocController"
x-init="load([{&#34;id&#34;:&#34;linked-list&#34;,&#34;level&#34;:1,&#34;sub&#34;:[{&#34;id&#34;:&#34;heading&#34;,&#34;level&#34;:2,&#34;title&#34;:&#34;第一题&#34;},{&#34;id&#34;:&#34;heading-1&#34;,&#34;level&#34;:2,&#34;sub&#34;:[],&#34;title&#34;:&#34;第二题&#34;}],&#34;title&#34;:&#34;Linked List&#34;},{&#34;id&#34;:&#34;stack&#34;,&#34;level&#34;:1,&#34;sub&#34;:[{&#34;sub&#34;:[]}],&#34;title&#34;:&#34;Stack&#34;}])"
@scroll.window="onScroll()">

<template x-for="row in rows">
<li>
<a
x-text="row.title"
@click="click(row)"
:href="`#${row.id}`"
class="toc-link"
x-bind="rowClass(row)"></a>

<ul x-show="row.open" x-bind="transitions()" class="da-toc-list-h2">
<template x-for="row in row.sub">
<li>
<a
x-text="row.title"
@click="click(row)"
:href="`#${row.id}`"
class="toc-link"
x-bind="rowClass(row)"></a>

<ul
x-show="row.open"
x-bind="transitions()"
class="toc-list-h3">
<template x-for="row in row.sub">
<li>
<a
x-text="row.title"
@click="click(row)"
:href="`#${row.id}`"
class="toc-link"
x-bind="rowClass(row)"></a>
</li>
</template>
</ul>

</li>
</template>
</ul>

</li>
</template>
</ul>



<ul class="toc-footer">

<li>
<a href='https://3000ye.com'>3000ye Blog</a>
</li>

</ul>


</div>
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">











<h1 id="linked-list">Linked List</h1>








<h2 id="heading">第一题</h2>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-cpp" data-lang="cpp"><span style="display:flex;"><span>xxx
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-c" data-lang="c"><span style="display:flex;"><span>xxxxxx
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-java" data-lang="java"><span style="display:flex;"><span>xx
</span></span></code></pre></div>







<h2 id="heading-1">第二题</h2>








<h1 id="stack">Stack</h1>



</div>
<div class="dark-box">

<div
class="lang-selector"
x-data="langController"
x-init="initLangs([{&#34;key&#34;:&#34;cpp&#34;,&#34;name&#34;:&#34;Method One&#34;},{&#34;key&#34;:&#34;c&#34;,&#34;name&#34;:&#34;Method Two&#34;},{&#34;key&#34;:&#34;java&#34;,&#34;name&#34;:&#34;Method Three&#34;}])">
<template x-for="(tab, index) in tabs">
<a
x-text="tab.name"
:class="{ 'active': tab.active }"
@click="changeLanguage(index)"></a>
</template>
</div>

</div>
</div>

</body>
</html>
18 changes: 18 additions & 0 deletions index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>3000ye Code Blog</title>
<link>http://code.3000ye.com/</link>
<description>Recent content on 3000ye Code Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<atom:link href="http://code.3000ye.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>LeetCode</title>
<link>http://code.3000ye.com/leetcode/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://code.3000ye.com/leetcode/</guid>
<description> Linked List 第一题 xxx xxxxxx xx 第二题 Stack </description>
</item>
</channel>
</rss>

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://code.3000ye.com/leetcode/</loc>
</url><url>
<loc>http://code.3000ye.com/</loc>
</url>
</urlset>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5cfd60f

Please sign in to comment.