Update homepage content, adjust CSS margins, and remove Tags menu from configuration

This commit is contained in:
Christian Galo 2025-03-15 01:50:21 -05:00
parent 57369d7352
commit 1fe8461a09
3 changed files with 4 additions and 12 deletions

View File

@ -4,10 +4,6 @@ date: 2025-03-14T04:59:59Z
draft: true draft: true
--- ---
# My Coffee Blog Post **Wiki Cafe** is a [**co-op**](pages/co-op) \
that provides [**fedwiki hosting**](pages/fedwiki_service) \
Here's a latte art simulation you can play with: and [**wiki education**](pages/wiki_education) services.
{{< latte-simulation >}}
Try drawing patterns by clicking and dragging!

View File

@ -3,12 +3,11 @@ body {
line-height: 1.5; line-height: 1.5;
font-family: "RecVar"; font-family: "RecVar";
max-width: 64rem; max-width: 64rem;
margin: 2rem auto; margin: 2rem;
} }
p { p {
font-size: 32px; font-size: 32px;
line-height: 2; line-height: 2;
font-variation-settings:"MONO" 1;
} }
.intro { .intro {
margin: 2rem 0 4rem 0; margin: 2rem 0 4rem 0;

View File

@ -9,9 +9,6 @@ menus:
- name: Posts - name: Posts
pageRef: /posts pageRef: /posts
weight: 20 weight: 20
- name: Tags
pageRef: /tags
weight: 30
module: module:
hugoVersion: hugoVersion:
extended: false extended: false