Skip to content

Commit 7e2ddba

Browse files
committed
Site updated: 2020-03-08 00:21:19
1 parent 35e46ec commit 7e2ddba

40 files changed

+2957
-0
lines changed

archives/2020/03/index.html

+233
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
7+
8+
9+
<link rel="icon" href="/favicon.ico" />
10+
11+
12+
<title>
13+
14+
API Docs
15+
16+
- The Code Foundation
17+
</title>
18+
19+
<!-- Spectre.css framework -->
20+
<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css">
21+
<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre-exp.min.css">
22+
<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre-icons.min.css">
23+
24+
<!-- theme css & js -->
25+
26+
<link rel="stylesheet" href="/css/book.css">
27+
28+
29+
<script src="/js/book.js"></script>
30+
31+
32+
<!-- tocbot -->
33+
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.4.2/tocbot.min.js"></script>
34+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.4.2/tocbot.css">
35+
36+
<!-- katex -->
37+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
38+
39+
40+
41+
<meta name="generator" content="Hexo 4.2.0"></head>
42+
43+
<body>
44+
45+
<div class="book-container">
46+
<div class="book-sidebar">
47+
<div class="book-brand">
48+
<a href="/">
49+
<img src="/favicon.ico">
50+
<span>API DOCS <br /><small>The Code Foundation</small></span>
51+
</a>
52+
</div>
53+
<div class="book-menu">
54+
<ul>
55+
<li><a href="/">Home</a></li>
56+
<li><a href="/introduction">Introduction</a></li>
57+
<li><a href="/getting-started">Getting Started</a></li>
58+
</ul>
59+
<h1 id="Libraries">Libraries</h1>
60+
<h2 id="JavaScript">JavaScript</h2>
61+
<ul>
62+
<li><a href="/javascript/installation">Installation</a></li>
63+
<li><a href="/javascript/usage">Usage</a></li>
64+
</ul>
65+
<h1 id="Examples">Examples</h1>
66+
<ul>
67+
<li><a href="/showcase">Showcase</a></li>
68+
</ul>
69+
70+
</div>
71+
72+
73+
<script src="/js/book-menu.js"></script>
74+
75+
</div>
76+
77+
<div class="off-canvas-content">
78+
<div class="columns">
79+
<div class="column col-10 col-lg-12">
80+
<div class="book-navbar">
81+
<!-- For Responsive Layout -->
82+
83+
<header class="navbar">
84+
<section class="navbar-section">
85+
<a onclick="open_sidebar()">
86+
<i class="icon icon-menu"></i>
87+
</a>
88+
</section>
89+
</header>
90+
91+
</div>
92+
<div class="book-content">
93+
<div class='book-archive'>
94+
<!-- Title -->
95+
96+
<h1>Archives</h1>
97+
98+
99+
100+
<!-- Split post by year -->
101+
102+
103+
104+
105+
<div class="years">
106+
<h2>2020</h2>
107+
<ul class="archive-list-item">
108+
109+
<li>
110+
<span>2020-03-07</span>
111+
<a href="/getting-started/">
112+
Getting Started
113+
</a>
114+
</li>
115+
116+
<li>
117+
<span>2020-03-07</span>
118+
<a href="/javascript/usage/">
119+
Usage
120+
</a>
121+
</li>
122+
123+
<li>
124+
<span>2020-03-07</span>
125+
<a href="/javascript/installation/">
126+
Installation
127+
</a>
128+
</li>
129+
130+
<li>
131+
<span>2020-03-07</span>
132+
<a href="/examples/showcase/">
133+
Showcase
134+
</a>
135+
</li>
136+
137+
<li>
138+
<span>2020-03-07</span>
139+
<a href="/introduction/">
140+
Installation
141+
</a>
142+
</li>
143+
144+
<li>
145+
<span>2020-03-07</span>
146+
<a href="/menu/">
147+
menu
148+
</a>
149+
</li>
150+
151+
<li>
152+
<span>2020-03-07</span>
153+
<a href="/home/">
154+
Hello World
155+
</a>
156+
</li>
157+
158+
</ul>
159+
</div>
160+
161+
162+
163+
</div>
164+
<hr>
165+
<small>
166+
<a rel="license noopener" href="http://creativecommons.org/licenses/by/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license noopener" href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International License</a>.
167+
<br><br>
168+
<div align="center">
169+
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">The Code Foundation</a> &middot; <a href="/sitemap.xml">Sitemap</a>
170+
<br>
171+
<br>
172+
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">
173+
<img src="/favicon.ico" style="height: 1.5rem;" />
174+
</a>
175+
</div>
176+
</small>
177+
</div>
178+
</div>
179+
<div class="column col-2 hide-lg">
180+
<div class="book-post-info">
181+
182+
<div class="book-post-meta">
183+
184+
<div class="author">
185+
186+
<!-- Author image -->
187+
<div class="author-img">
188+
189+
<figure class="avatar avatar-lg">
190+
<img src="/favicon.ico" alt="...">
191+
</figure>
192+
193+
</div>
194+
195+
<!-- Author title -->
196+
<div class="author-title">
197+
<div>TCF</div>
198+
<div></div>
199+
</div>
200+
</div>
201+
202+
203+
204+
<div class="divider"></div>
205+
</div>
206+
207+
208+
<div class="book-tocbot">
209+
</div>
210+
<div class="book-tocbot-menu">
211+
<a class="book-toc-expand" onclick="expand_toc()">Expand all</a>
212+
<a onclick="go_top()">Back to top</a>
213+
<a onclick="go_bottom()">Go to bottom</a>
214+
</div>
215+
216+
217+
<script src="/js/book-toc.js"></script>
218+
219+
</div>
220+
</div>
221+
</div>
222+
</div>
223+
224+
225+
<a class="off-canvas-overlay" onclick="hide_canvas()"></a>
226+
</div>
227+
228+
229+
</body>
230+
</html>
231+
232+
233+
<script src="/js/book.js"></script>

0 commit comments

Comments
 (0)