Update homepage content, adjust CSS margins, and remove Tags menu from configuration
This commit is contained in:
parent
57369d7352
commit
1fe8461a09
@ -4,10 +4,6 @@ date: 2025-03-14T04:59:59Z
|
||||
draft: true
|
||||
---
|
||||
|
||||
# My Coffee Blog Post
|
||||
|
||||
Here's a latte art simulation you can play with:
|
||||
|
||||
{{< latte-simulation >}}
|
||||
|
||||
Try drawing patterns by clicking and dragging!
|
||||
**Wiki Cafe** is a [**co-op**](pages/co-op) \
|
||||
that provides [**fedwiki hosting**](pages/fedwiki_service) \
|
||||
and [**wiki education**](pages/wiki_education) services.
|
@ -3,12 +3,11 @@ body {
|
||||
line-height: 1.5;
|
||||
font-family: "RecVar";
|
||||
max-width: 64rem;
|
||||
margin: 2rem auto;
|
||||
margin: 2rem;
|
||||
}
|
||||
p {
|
||||
font-size: 32px;
|
||||
line-height: 2;
|
||||
font-variation-settings:"MONO" 1;
|
||||
}
|
||||
.intro {
|
||||
margin: 2rem 0 4rem 0;
|
||||
|
@ -9,9 +9,6 @@ menus:
|
||||
- name: Posts
|
||||
pageRef: /posts
|
||||
weight: 20
|
||||
- name: Tags
|
||||
pageRef: /tags
|
||||
weight: 30
|
||||
module:
|
||||
hugoVersion:
|
||||
extended: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user