Skip to content

Commit fed28c2

Browse files
committed
Build site Tue 13 Jun 2023 11:04:59 AEST
1 parent e98013e commit fed28c2

30 files changed

Lines changed: 2479 additions & 1335 deletions

404.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414

1515
<link rel="canonical" href="/404.html" >
16-
<link href="/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css" rel="stylesheet">
16+
<link href="/sass/main.min.54c0387e824717d9b39eaf75492f7016a1193974a3bdf5c8a427d72c5b2bbaa7.css" rel="stylesheet">
17+
1718

1819

1920
</head>
@@ -28,6 +29,8 @@
2829
<span class="terminal">dev@rust-bitcoin.org ~ $</span>
2930
</a>
3031
</div>
32+
<input class="side-menu" type="checkbox" id="side-menu"/>
33+
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
3134
<nav class="headerLinks">
3235
<ul>
3336

@@ -63,11 +66,10 @@ <h1>NOT FOUND</h1>
6366

6467

6568
<footer class="footer">
66-
© 2023 rust-bitcoin, Built with
67-
<a href="https://gohugo.io" class="footerLink">Hugo</a> and
68-
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme
69+
70+
<span>License CC-01 , Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme</span>
71+
6972
</footer>
70-
7173
</div>
7274

7375
</body>

about/index.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414

1515
<link rel="canonical" href="/about/" >
16-
<link href="/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css" rel="stylesheet">
16+
<link href="/sass/main.min.54c0387e824717d9b39eaf75492f7016a1193974a3bdf5c8a427d72c5b2bbaa7.css" rel="stylesheet">
17+
1718

1819

1920
</head>
@@ -28,6 +29,8 @@
2829
<span class="terminal">dev@rust-bitcoin.org ~ $</span>
2930
</a>
3031
</div>
32+
<input class="side-menu" type="checkbox" id="side-menu"/>
33+
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
3134
<nav class="headerLinks">
3235
<ul>
3336

@@ -57,6 +60,22 @@
5760

5861
<div class="postWrapper">
5962
<h1>About</h1>
63+
<section class="postMetadata">
64+
<dl>
65+
66+
67+
68+
69+
<dt>published</dt>
70+
71+
<dd><time datetime="2023-02-15">February 15, 2023</time></dd>
72+
73+
74+
<dt>reading time</dt>
75+
<dd>1 minutes</dd>
76+
77+
</dl>
78+
</section>
6079
<div>
6180
<p><strong>rust-bitcoin</strong> refers to the GitHub rust-bitcoin organization and also to the main repository (and
6281
Rust crate) within that organization.</p>
@@ -115,11 +134,10 @@ <h3 id="projects">Projects</h3>
115134

116135

117136
<footer class="footer">
118-
© 2023 rust-bitcoin, Built with
119-
<a href="https://gohugo.io" class="footerLink">Hugo</a> and
120-
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme
137+
138+
<span>License CC-01 , Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme</span>
139+
121140
</footer>
122-
123141
</div>
124142

125143
</body>

blog/hello/index.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414

1515
<link rel="canonical" href="/blog/hello/" >
16-
<link href="/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css" rel="stylesheet">
16+
<link href="/sass/main.min.54c0387e824717d9b39eaf75492f7016a1193974a3bdf5c8a427d72c5b2bbaa7.css" rel="stylesheet">
17+
1718

1819

1920
</head>
@@ -28,6 +29,8 @@
2829
<span class="terminal">dev@rust-bitcoin.org ~ $</span>
2930
</a>
3031
</div>
32+
<input class="side-menu" type="checkbox" id="side-menu"/>
33+
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
3134
<nav class="headerLinks">
3235
<ul>
3336

@@ -57,6 +60,22 @@
5760

5861
<div class="postWrapper">
5962
<h1>Hello</h1>
63+
<section class="postMetadata">
64+
<dl>
65+
66+
67+
68+
69+
<dt>published</dt>
70+
71+
<dd><time datetime="2023-02-15">February 15, 2023</time></dd>
72+
73+
74+
<dt>reading time</dt>
75+
<dd>0 minutes</dd>
76+
77+
</dl>
78+
</section>
6079
<div>
6180
<p>Hello from the rust-bitcoin devs.</p>
6281
<p>The &ldquo;rust-bitcoin devs&rdquo; is the group of developers responsible for writing and maintaining the
@@ -74,11 +93,10 @@ <h1>Hello</h1>
7493

7594

7695
<footer class="footer">
77-
© 2023 rust-bitcoin, Built with
78-
<a href="https://gohugo.io" class="footerLink">Hugo</a> and
79-
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme
96+
97+
<span>License CC-01 , Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme</span>
98+
8099
</footer>
81-
82100
</div>
83101

84102
</body>

blog/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<link rel="canonical" href="/blog/" >
1616
<link href="/blog/index.xml" rel="alternate" type="application/rss+xml" title="" >
1717
<link href="/blog/index.xml" rel="feed" type="application/rss+xml" title="" >
18-
<link href="/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css" rel="stylesheet">
18+
<link href="/sass/main.min.54c0387e824717d9b39eaf75492f7016a1193974a3bdf5c8a427d72c5b2bbaa7.css" rel="stylesheet">
19+
1920

2021

2122
</head>
@@ -30,6 +31,8 @@
3031
<span class="terminal">dev@rust-bitcoin.org ~ $</span>
3132
</a>
3233
</div>
34+
<input class="side-menu" type="checkbox" id="side-menu"/>
35+
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
3336
<nav class="headerLinks">
3437
<ul>
3538

@@ -73,7 +76,8 @@ <h1>Blogs</h1>
7376
<div class="postListItem" role="listitem">
7477
<div class="postHeader">
7578
<span class="postTitle">Release 0.30.0 is out!</span>
76-
<span class="postDate">March 21, 2023</span>
79+
80+
<time class="postDate" datetime="2023-03-21">March 21, 2023</time>
7781
</div>
7882
<div class="postExcerpt">
7983
<p><p><code>rust-bitcoin</code> <a href="https://docs.rs/bitcoin/0.30.0/bitcoin/index.html">version 0.30.0</a> is out now.</p></p>
@@ -89,7 +93,8 @@ <h1>Blogs</h1>
8993
<div class="postListItem" role="listitem">
9094
<div class="postHeader">
9195
<span class="postTitle">Hello</span>
92-
<span class="postDate">February 15, 2023</span>
96+
97+
<time class="postDate" datetime="2023-02-15">February 15, 2023</time>
9398
</div>
9499
<div class="postExcerpt">
95100
<p><p>Hello from the rust-bitcoin devs.</p></p>
@@ -108,11 +113,10 @@ <h1>Blogs</h1>
108113

109114

110115
<footer class="footer">
111-
© 2023 rust-bitcoin, Built with
112-
<a href="https://gohugo.io" class="footerLink">Hugo</a> and
113-
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme
116+
117+
<span>License CC-01 , Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme</span>
118+
114119
</footer>
115-
116120
</div>
117121

118122
</body>

blog/release-0.30.0/index.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414

1515
<link rel="canonical" href="/blog/release-0.30.0/" >
16-
<link href="/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css" rel="stylesheet">
16+
<link href="/sass/main.min.54c0387e824717d9b39eaf75492f7016a1193974a3bdf5c8a427d72c5b2bbaa7.css" rel="stylesheet">
17+
1718

1819

1920
</head>
@@ -28,6 +29,8 @@
2829
<span class="terminal">dev@rust-bitcoin.org ~ $</span>
2930
</a>
3031
</div>
32+
<input class="side-menu" type="checkbox" id="side-menu"/>
33+
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
3134
<nav class="headerLinks">
3235
<ul>
3336

@@ -57,6 +60,22 @@
5760

5861
<div class="postWrapper">
5962
<h1>Release 0.30.0 is out!</h1>
63+
<section class="postMetadata">
64+
<dl>
65+
66+
67+
68+
69+
<dt>published</dt>
70+
71+
<dd><time datetime="2023-03-21">March 21, 2023</time></dd>
72+
73+
74+
<dt>reading time</dt>
75+
<dd>7 minutes</dd>
76+
77+
</dl>
78+
</section>
6079
<div>
6180
<p><code>rust-bitcoin</code> <a href="https://docs.rs/bitcoin/0.30.0/bitcoin/index.html">version 0.30.0</a> is out now.</p>
6281
<p>This is a rather large release so we decided to write an update guide for you guys. If this guide is
@@ -248,11 +267,10 @@ <h2 id="final-thoughts">Final thoughts</h2>
248267

249268

250269
<footer class="footer">
251-
© 2023 rust-bitcoin, Built with
252-
<a href="https://gohugo.io" class="footerLink">Hugo</a> and
253-
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme
270+
271+
<span>License CC-01 , Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme</span>
272+
254273
</footer>
255-
256274
</div>
257275

258276
</body>

book/_FontAwesome/css/font-awesome.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
135 KB
Binary file not shown.
67.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)