Skip to content

Commit d5cc4c1

Browse files
committed
docs(wiki): do some content update by the way
Signed-off-by: Andrei Jiroh Halili <[email protected]>
1 parent be42665 commit d5cc4c1

File tree

6 files changed

+101
-26
lines changed

6 files changed

+101
-26
lines changed

mkdocs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ nav:
151151
- "GitHub and friends": garden/tools/github-bot.md
152152
- garden/tools/dotenv-tools.md
153153
- Multiverse:
154+
- Hack Club:
155+
- multiverse/hackclub/index.md
156+
- multiverse/hackclub/hcb.md
157+
- YSWS Programs I Participated:
158+
- multiverse/hackclub/ysws/arcade.md
159+
- multiverse/hackclub/ysws/high-seas.md
154160
- Stellapent Cier / Gildedguy Stories:
155161
- multiverse/stellapent-cier/index.md
156162
- Humans Behind The Lore:

overrides/main.html

+24-26
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
11
{#-
22

3-
SPDX-License-Identifier: MIT
4-
5-
-#}
3+
SPDX-License-Identifier: MIT
4+
5+
-#}
66

7-
{% extends "base.html" %}
8-
{% block extrahead %}
7+
{% extends "base.html" %}
8+
{% block extrahead %}
99

10-
<!-- meta CSS to import everything -->
11-
<link rel="stylesheet" href="{{ 'assets/stylesheets/meta.css' | url }}">
10+
<!-- meta CSS to import everything -->
11+
<link rel="stylesheet" href="{{ 'assets/stylesheets/meta.css' | url }}">
1212

13-
<!-- hypothesis for community annotations -->
14-
<script src="https://hypothes.is/embed.js" async></script>
15-
{% endblock %}
13+
<!-- hypothesis for community annotations -->
14+
<script src="https://hypothes.is/embed.js" async></script>
15+
{% endblock %}
1616

17-
<!-- announcements -->
18-
{% block announce %}
19-
<img alt="🚧" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/svg/1f6a7.svg" title=":construction:">
20-
<strong>Wiki under consturction</strong> Please accept our apologies for any broken links while migrating content from
21-
different repositories. <a href="/migration-progress">Learn more</a>
22-
{% endblock %}
23-
{% block container %}
24-
<div class="md-content" data-md-component="content">
25-
<article class="md-content__inner md-typeset">
26-
{% block content %}
27-
{% include "partials/content.html" %}
28-
{% endblock %}
29-
</article>
30-
</div>
31-
{% endblock %}
32-
17+
<!-- announcements -->
18+
{% block announce %}
19+
<img alt="🚧" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/svg/1f44b.svg" title=":construction:">
20+
<strong>Welcome aboard to my digital garden, Hack Clubbers!</strong> I'm still cooking some wiki pages, and <a href="/migration-progress">merging things from different places</a> behind the scenes. Happy shipping on <a href="/multiverse/hackclub/ysws/high-seas">the high seas</a> by the way.
21+
{% endblock %}
22+
{% block container %}
23+
<div class="md-content" data-md-component="content">
24+
<article class="md-content__inner md-typeset">
25+
{% block content %}
26+
{% include "partials/content.html" %}
27+
{% endblock %}
28+
</article>
29+
</div>
30+
{% endblock %}

src/garden/digital-hoarding.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ tags:
99
* Similar to [[digital archives]], but worse in terms of organization
1010
* I am kinda both in terms of how I stash stuff in literally everywhere, especially in
1111

12+
## The Chaos In Google Saved Items
13+
14+
_(including saved locations in Google Maps)_
15+
1216
## Storj DCS setup
17+
18+
I have Storj DCS accounts for both the EU1 and AP1 satelites for things like
19+
20+
### `cdn.andreijiroh.dev`

src/multiverse/hackclub/hcb.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: HCB
3+
description: Hack Club's fiscal sponsorship program for high-school clubs and nonprofits
4+
---
5+
6+
# HCB
7+
8+
* [[go]] https://hackclub.com/fiscal-sponsorship
9+
* In a nutshell: Hack Club's in-house platform[^1] for its [fiscal sponsorship program][wikipedia] for high schoolers-led clubs, hackathons and nonprofits, [previously Hack Club Bank](https://changelog.hcb.hackclub.com/hack-club-bank-is-now-hcb-273207)
10+
* benefits
11+
* restricted fund under a US 501(c)(3) legal entity
12+
* dedicated point of contact with 24-hour SLA on weekdays
13+
* discounts and perks from its partners (see **Perks** page once activated)
14+
* tech stack (currently not open-source at the moment)
15+
* Ruby on Rails for backend, hosted on Heroku[^2]
16+
* Stripe for [processing online donations](https://stripe.com/payments), [invoices](https://stripe.com/invoicing) and [virtual/physical cards](https://stripe.com/issuing)
17+
* [Column](https://column.com) for bank account details for each organization, virtual check deposits and bank transfers (both incoming and outgoing over ACH/wire)
18+
* launch post from 2019 in Medium: https://medium.com/hackclub/hack-club-bank-is-now-live-for-everyone-including-you-884f7f54836f
19+
* currently the legal home of [Recap Time Squad](https://recaptime.dev) and its projects (e.g. [Community Lorebooks](https://lorebooks.wiki))
20+
21+
[^1]: Think [Open Collective the platform](https://opencollective.com) but single-tenant fiscal host/sponsor
22+
[^2]: [See latest Cloudflare Radar data](https://radar.cloudflare.com/scan/f3581b1e-b1fa-4d69-a7cc-bd494f47bcb8/technology) for details.
23+
24+
[wikipedia]: https://en.wikipedia.org/wiki/Fiscal_sponsorship

src/multiverse/hackclub/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Hack Club HQ
3+
4+
---
5+
6+
# Hack Club HQ
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Hack Club High Seas
3+
description: Winter-themed YSWS winter program in 2024 by Hack Club
4+
tags:
5+
- Hack Club
6+
- YSWS
7+
---
8+
9+
# Hack Club High Seas
10+
11+
* [[go]] https://highseas.hackclub.com
12+
* Hack Club's pirate-themed YSWS winter program, also the production version of Low Skies
13+
* Voting thread on Slack: https://hackclub.slack.com/archives/C07BY3TFRBR/p1731732677935939
14+
* That GitHub list: https://github.com/stars/ajhalili2006/lists/hack-club-low-skies-high-seas
15+
16+
## Timeline
17+
18+
* 2024-10-30 - GitHub Universe 2024 launch with Acon Lin
19+
20+
## What's shipped
21+
22+
For the curious, here are the projects I shipped during High Seas:
23+
24+
### New projects
25+
26+
* [`mkdocs-hackclub`](https://hackclub.mkdocs.lorebooks.wiki) - Mkdocs theme with Hack Club's CSS theme
27+
* [HCB Explorer Discord app](https://github.com/recaptime-dev/hcb-explorer-discord) - **shipping soon**
28+
29+
### Updates
30+
31+
* [Community Lorebooks website + docs](https://github.com/lorebooks-wiki/homepage) ([demo](https://lorebooks.wiki))
32+
* [Hack Club Leeks Bot](https://github.com/recaptime-dev/hackclub-leeksbot) - **recently shipped!** The companion Slack app for all the leeks
33+
* [RecapTime.dev website](https://github.com/recaptime-dev/website) ([demo](https://recaptime.dev)) - **recently shipped!** Recap Time Squad's website in Material for Mkdocs

0 commit comments

Comments
 (0)