feat(website): update content and links + website layout and banner
Some checks are pending
Docker CI / Build environment for GitLab CI/CD (push) Waiting to run
Docker CI / Generate Gitpod workspace image snapshot (push) Waiting to run

Also did some config updates behind the scenes during this session for
cafe (#cafe:hackclub.slack.com)

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2025-02-15 12:57:36 +08:00
parent c08ae8d678
commit 48f03d6e92
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
10 changed files with 90 additions and 67 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,3 @@
@import url("./mkdocs-material-styling.css");
.bluesky{color: rgb(10, 122, 255)}.md-typeset .substack{color:#ff6719}.md-typeset

View file

@ -1,6 +1,3 @@
{#-
This file was automatically generated - do not edit
-#}
{% import "partials/language.html" as lang with context %}
<!doctype html>
<html lang="{{ lang.t('language') }}" class="no-js">

View file

@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
{% extends "base.html" %}
{% block extrahead %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/mkdocs-material-styling.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/theme.css' | url }}">
<script src="https://hypothes.is/embed.js" async></script>
<!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7086107380680684" crossorigin="anonymous"></script>-->
@ -19,22 +19,28 @@ For updates follow <strong>@ajhalili2006</strong> on
{% include ".icons/fontawesome/brands/mastodon.svg" %}
</span>
<strong>the tildeverse</strong>
</a>,
<a rel="me" href="https://bsky.app/profile/andreijiroh.dev">
<span class="twemoji bluesky">
{% include ".icons/simple/bluesky.svg" %}
</span>
<strong>Bluesky</strong>
</a>
and
<a href="https://substack.com/@ajhalili2006">
<span class="twemoji substack">
{% include ".icons/simple/substack.svg" %}
</span>
<strong>Substack</strong>
<span class="twemoji substack">
{% include ".icons/simple/substack.svg" %}
</span>
<strong>Substack</strong>
</a>
{% endblock %}
{% block container %}
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
{% block content %}
{% include "partials/content.html" %}
{% endblock %}
</article>
</div>
{% endblock %}
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
{% block content %}
{% include "partials/content.html" %}
{% endblock %}
</article>
</div>
{% endblock %}