Skip to content

Commit 531f691

Browse files
committed
Generate pages using Hugo
1 parent 5cf0eed commit 531f691

File tree

14 files changed

+290
-47
lines changed

14 files changed

+290
-47
lines changed

docs/blog/dbhub-shutdown/index.html

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="generator" content="Hugo 0.111.3">
7+
8+
9+
<title>DBHub.io Shutdown - DB Browser for SQLite</title>
10+
<meta property="og:title" content="DBHub.io Shutdown - DB Browser for SQLite">
11+
12+
13+
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
14+
15+
16+
17+
18+
19+
20+
21+
22+
<link href="https://sqlitebrowser.org/index.xml" rel="alternate" type="application/rss+xml" title="DB Browser for SQLite" />
23+
24+
25+
26+
<link rel="stylesheet" href="/css/fonts.css" media="all">
27+
28+
<link rel="stylesheet" href="/css/main.css" media="all">
29+
30+
31+
32+
33+
34+
</head>
35+
<body>
36+
<div class="wrapper">
37+
<header class="header">
38+
<nav class="nav">
39+
<a href="/" class="nav-logo">
40+
<img src="/images/sqlitebrowser.svg"
41+
width="50"
42+
height="50"
43+
alt="DB Browser for SQLite logo">
44+
</a>
45+
<ul class="nav-links">
46+
<li><a href="/about/">About</a></li>
47+
<li><a href="/dl/"><b>Download</b></a></li>
48+
<li><a href="/blog/">Blog</a></li>
49+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/wiki">Docs</a></li>
50+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser">GitHub</a></li>
51+
<li><a href="https://gitter.im/sqlitebrowser/sqlitebrowser">Gitter</a></li>
52+
<li><a href="/stats/">Stats</a></li>
53+
<li><a href="https://www.patreon.com/db4s">Patreon</a></li>
54+
<li><a href="https://dbhub.io">DBHub.io</a></li>
55+
</ul>
56+
</nav>
57+
58+
</header>
59+
60+
61+
<main class="content" role="main">
62+
63+
<article class="article">
64+
65+
<span class="article-duration">1 min read</span>
66+
67+
68+
<h1 class="article-title">DBHub.io Shutdown</h1>
69+
70+
71+
<span class="article-date">2025-02-03</span>
72+
73+
74+
<div class="article-content">
75+
<h1 id="dbhubio-will-cease-operating-at-the-end-of-february">DBHub.io will cease operating at the end of February</h1>
76+
<p>The DBHub.io online platform hasn&rsquo;t really gained any traction, so we&rsquo;re shutting it down at the end of this month.</p>
77+
<p>At that time all data (including user databases) will be deleted and the servers will be decommissioned.</p>
78+
<h2 id="apologies-for-the-short-notice">Apologies for the short notice</h2>
79+
<p>Ideally we&rsquo;d provide several months of notice for people to arrange alternative hosting elsewhere.</p>
80+
<p>However, the ongoing financial cost each month of operating the platform has to date been borne by Justin Clift
81+
personally, and his finances can no longer accommodate the expense.</p>
82+
<p>Bearing in mind that the platform never gained real traction, so the number of users this short notice will negatively
83+
affect is likely very small (if any at all).</p>
84+
<h2 id="thanks-to-everyone-who-contributed-or-tried-things-out">Thanks to everyone who contributed or tried things out</h2>
85+
<p>Thanks to everyone who did try out the platform and provided feedback, ideas, or even contributed their time/effort in
86+
other ways.</p>
87+
<p>You are very much appreciated and hopefully any future platform we create will go better. :)</p>
88+
89+
</div>
90+
</article>
91+
92+
93+
94+
95+
</main>
96+
97+
<footer class="footer">
98+
<ul class="footer-links">
99+
<li>
100+
<a href="https://sqlitebrowser.org/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
101+
</li>
102+
<li>
103+
<a href="https://twitter.com/sqlitebrowser" target="_blank">Twitter</a>
104+
</li>
105+
<li>
106+
<a href="/privacy-policy">Privacy policy</a>
107+
</li>
108+
</ul>
109+
<br />
110+
</footer>
111+
</div>
112+
113+
114+
115+
116+
117+
<script>
118+
(function(f, a, t, h, o, m){
119+
a[h]=a[h]||function(){
120+
(a[h].q=a[h].q||[]).push(arguments)
121+
};
122+
o=f.createElement('script'),
123+
m=f.getElementsByTagName('script')[0];
124+
o.async=1; o.src=t; o.id='fathom-script';
125+
m.parentNode.insertBefore(o,m)
126+
})(document, window, '//stats.sqlitebrowser.org/tracker.js', 'fathom');
127+
fathom('set', 'siteId', 'DWUMT');
128+
fathom('trackPageview');
129+
</script>
130+
131+
132+
133+
134+
<script src="https://utteranc.es/client.js"
135+
repo="sqlitebrowser/website"
136+
issue-term="pathname"
137+
label="utterances"
138+
theme="github-light"
139+
crossorigin="anonymous"
140+
async>
141+
</script>
142+
143+
144+
</body>
145+
</html>
146+

docs/blog/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565

6666

6767

68+
<h2 class="archive-title">2025</h2>
69+
70+
<article class="archive-item">
71+
<a href="/blog/dbhub-shutdown/" class="archive-item-link">DBHub.io Shutdown</a>
72+
<span class="archive-item-date">
73+
2025-02-03
74+
</span>
75+
</article>
76+
77+
6878
<h2 class="archive-title">2024</h2>
6979

7080
<article class="archive-item">

docs/blog/index.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
<description>Recent content in Blogs on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 08 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 03 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>DBHub.io Shutdown</title>
12+
<link>/blog/dbhub-shutdown/</link>
13+
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/dbhub-shutdown/</guid>
16+
<description>DBHub.io will cease operating at the end of February The DBHub.io online platform hasn&amp;rsquo;t really gained any traction, so we&amp;rsquo;re shutting it down at the end of this month.
17+
At that time all data (including user databases) will be deleted and the servers will be decommissioned.
18+
Apologies for the short notice Ideally we&amp;rsquo;d provide several months of notice for people to arrange alternative hosting elsewhere.
19+
However, the ongoing financial cost each month of operating the platform has to date been borne by Justin Clift personally, and his finances can no longer accommodate the expense.</description>
20+
</item>
21+
1022
<item>
1123
<title>Signing Windows executables - Our journey with SignPath</title>
1224
<link>/blog/signing-windows-executables-our-journey-with-signpath/</link>

docs/categories/dbhub.io/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565

6666

6767

68+
<h2 class="archive-title">2025</h2>
69+
70+
<article class="archive-item">
71+
<a href="/blog/dbhub-shutdown/" class="archive-item-link">DBHub.io Shutdown</a>
72+
<span class="archive-item-date">
73+
2025-02-03
74+
</span>
75+
</article>
76+
77+
6878
<h2 class="archive-title">2024</h2>
6979

7080
<article class="archive-item">

docs/categories/dbhub.io/index.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
<description>Recent content in dbhub.io on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sat, 20 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/dbhub.io/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 03 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="/categories/dbhub.io/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>DBHub.io Shutdown</title>
12+
<link>/blog/dbhub-shutdown/</link>
13+
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/dbhub-shutdown/</guid>
16+
<description>DBHub.io will cease operating at the end of February The DBHub.io online platform hasn&amp;rsquo;t really gained any traction, so we&amp;rsquo;re shutting it down at the end of this month.
17+
At that time all data (including user databases) will be deleted and the servers will be decommissioned.
18+
Apologies for the short notice Ideally we&amp;rsquo;d provide several months of notice for people to arrange alternative hosting elsewhere.
19+
However, the ongoing financial cost each month of operating the platform has to date been borne by Justin Clift personally, and his finances can no longer accommodate the expense.</description>
20+
</item>
21+
1022
<item>
1123
<title>Signing Windows Builds</title>
1224
<link>/blog/signing-windows/</link>

docs/categories/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,22 @@
6565

6666

6767

68-
<h2 class="archive-title">2024</h2>
68+
<h2 class="archive-title">2025</h2>
6969

7070
<article class="archive-item">
71-
<a href="/categories/db4s/" class="archive-item-link">db4s</a>
71+
<a href="/categories/dbhub.io/" class="archive-item-link">dbhub.io</a>
7272
<span class="archive-item-date">
73-
2024-11-08
73+
2025-02-03
7474
</span>
7575
</article>
7676

77+
78+
<h2 class="archive-title">2024</h2>
79+
7780
<article class="archive-item">
78-
<a href="/categories/dbhub.io/" class="archive-item-link">dbhub.io</a>
81+
<a href="/categories/db4s/" class="archive-item-link">db4s</a>
7982
<span class="archive-item-date">
80-
2024-04-20
83+
2024-11-08
8184
</span>
8285
</article>
8386

docs/categories/index.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
<description>Recent content in Categories on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 08 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 03 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
1010
<item>
11-
<title>db4s</title>
12-
<link>/categories/db4s/</link>
13-
<pubDate>Fri, 08 Nov 2024 00:00:00 +0000</pubDate>
11+
<title>dbhub.io</title>
12+
<link>/categories/dbhub.io/</link>
13+
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
1414

15-
<guid>/categories/db4s/</guid>
15+
<guid>/categories/dbhub.io/</guid>
1616
<description></description>
1717
</item>
1818

1919
<item>
20-
<title>dbhub.io</title>
21-
<link>/categories/dbhub.io/</link>
22-
<pubDate>Sat, 20 Apr 2024 00:00:00 +0000</pubDate>
20+
<title>db4s</title>
21+
<link>/categories/db4s/</link>
22+
<pubDate>Fri, 08 Nov 2024 00:00:00 +0000</pubDate>
2323

24-
<guid>/categories/dbhub.io/</guid>
24+
<guid>/categories/db4s/</guid>
2525
<description></description>
2626
</item>
2727

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ <h2 id="windows-code-signing-policy">Windows Code-Signing Policy</h2>
118118

119119

120120

121+
<h2 class="archive-title">2025</h2>
122+
123+
<article class="archive-item">
124+
<a href="/blog/dbhub-shutdown/" class="archive-item-link">DBHub.io Shutdown</a>
125+
<span class="archive-item-date">
126+
2025-02-03
127+
</span>
128+
</article>
129+
130+
121131
<h2 class="archive-title">2024</h2>
122132

123133
<article class="archive-item">

docs/index.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
<description>Recent content on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 08 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 03 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>DBHub.io Shutdown</title>
12+
<link>/blog/dbhub-shutdown/</link>
13+
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/dbhub-shutdown/</guid>
16+
<description>DBHub.io will cease operating at the end of February The DBHub.io online platform hasn&amp;rsquo;t really gained any traction, so we&amp;rsquo;re shutting it down at the end of this month.
17+
At that time all data (including user databases) will be deleted and the servers will be decommissioned.
18+
Apologies for the short notice Ideally we&amp;rsquo;d provide several months of notice for people to arrange alternative hosting elsewhere.
19+
However, the ongoing financial cost each month of operating the platform has to date been borne by Justin Clift personally, and his finances can no longer accommodate the expense.</description>
20+
</item>
21+
1022
<item>
1123
<title>Signing Windows executables - Our journey with SignPath</title>
1224
<link>/blog/signing-windows-executables-our-journey-with-signpath/</link>

docs/sitemap.xml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,25 @@
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44
<url>
55
<loc>/blog/</loc>
6-
<lastmod>2024-11-08T00:00:00+00:00</lastmod>
6+
<lastmod>2025-02-03T00:00:00+00:00</lastmod>
77
</url><url>
88
<loc>/categories/</loc>
9-
<lastmod>2024-11-08T00:00:00+00:00</lastmod>
9+
<lastmod>2025-02-03T00:00:00+00:00</lastmod>
1010
</url><url>
1111
<loc>/</loc>
12-
<lastmod>2024-11-08T00:00:00+00:00</lastmod>
12+
<lastmod>2025-02-03T00:00:00+00:00</lastmod>
13+
</url><url>
14+
<loc>/tags/dbhub.io/</loc>
15+
<lastmod>2025-02-03T00:00:00+00:00</lastmod>
16+
</url><url>
17+
<loc>/categories/dbhub.io/</loc>
18+
<lastmod>2025-02-03T00:00:00+00:00</lastmod>
19+
</url><url>
20+
<loc>/blog/dbhub-shutdown/</loc>
21+
<lastmod>2025-02-03T00:00:00+00:00</lastmod>
22+
</url><url>
23+
<loc>/tags/</loc>
24+
<lastmod>2025-02-03T00:00:00+00:00</lastmod>
1325
</url><url>
1426
<loc>/categories/db4s/</loc>
1527
<lastmod>2024-11-08T00:00:00+00:00</lastmod>
@@ -19,9 +31,6 @@
1931
</url><url>
2032
<loc>/tags/signpath/</loc>
2133
<lastmod>2024-11-08T00:00:00+00:00</lastmod>
22-
</url><url>
23-
<loc>/tags/</loc>
24-
<lastmod>2024-11-08T00:00:00+00:00</lastmod>
2534
</url><url>
2635
<loc>/tags/windows/</loc>
2736
<lastmod>2024-11-08T00:00:00+00:00</lastmod>
@@ -40,12 +49,6 @@
4049
</url><url>
4150
<loc>/blog/version-3-13-0-released/</loc>
4251
<lastmod>2024-08-24T00:00:00+00:00</lastmod>
43-
</url><url>
44-
<loc>/tags/dbhub.io/</loc>
45-
<lastmod>2024-04-20T00:00:00+00:00</lastmod>
46-
</url><url>
47-
<loc>/categories/dbhub.io/</loc>
48-
<lastmod>2024-04-20T00:00:00+00:00</lastmod>
4952
</url><url>
5053
<loc>/blog/signing-windows/</loc>
5154
<lastmod>2024-04-20T00:00:00+00:00</lastmod>

docs/tags/dbhub.io/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565

6666

6767

68+
<h2 class="archive-title">2025</h2>
69+
70+
<article class="archive-item">
71+
<a href="/blog/dbhub-shutdown/" class="archive-item-link">DBHub.io Shutdown</a>
72+
<span class="archive-item-date">
73+
2025-02-03
74+
</span>
75+
</article>
76+
77+
6878
<h2 class="archive-title">2024</h2>
6979

7080
<article class="archive-item">

0 commit comments

Comments
 (0)