Skip to content

Commit

Permalink
deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 31, 2024
1 parent 0c97212 commit 3be218b
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build demo

on:
push:
branches: [ main ]
branches: [main]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"lume/": "https://deno.land/x/[email protected]/",
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.7/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.8.0/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
Expand Down
6 changes: 3 additions & 3 deletions src/_data/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ post:
by: by
reading_time: min read
search:
by_author: Posts by
by_tag: Tagged
by_author: Posts by
by_tag: Tagged
tags: Tags
comments:
title: Comments
Expand All @@ -24,4 +24,4 @@ comments:
You can leave a comment by replying to <a href=":bluesky:">this Bluesky post</a> from your own account.
description_all: |
You can leave a comment by replying to <a href=":src:">this Mastodon post</a> or <a href=":bluesky:">this Bluesky post</a> from your own account.
empty: No comments yet
empty: No comments yet
12 changes: 6 additions & 6 deletions src/_includes/css/comments.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
& p {
font: var(--font-ui);
color: var(--color-dim);
margin: .5em 0;
margin: 0.5em 0;
}
}
.comments {
Expand Down Expand Up @@ -94,7 +94,7 @@
text-decoration: underline;
}
.comment-username {
margin-right: .5em;
margin-right: 0.5em;
color: var(--color-text);
}
.comment-useraddress {
Expand All @@ -103,21 +103,21 @@
.comment-time {
font-size: small;
display: flex;
column-gap: .3em;
column-gap: 0.3em;
align-items: center;

svg {
width: 1em;
height: 1em;
fill: currentColor
fill: currentColor;
}
}
.comment-address {
color: currentColor;
text-decoration: none;
display: block;
padding-left: var(--indent);
margin-top: .2em;
margin-top: 0.2em;
}
.comment-address:hover {
text-decoration: underline;
Expand Down Expand Up @@ -157,6 +157,6 @@
.comment-counts > span {
display: flex;
align-items: center;
column-gap: .3em;
column-gap: 0.3em;
}
}
2 changes: 1 addition & 1 deletion src/_includes/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

.navbar-home {
text-decoration: none;
}
}
6 changes: 3 additions & 3 deletions src/_includes/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
margin: 0;
display: flex;
flex-wrap: wrap;
gap: .5em;
gap: 0.5em;
}

& h2 {
font: var(--font-body-bold);
letter-spacing: var(--font-body-spacing);
margin: .5em 0;
margin: 0.5em 0;
}
}

.page-pagination {
border-top: solid 1px var(--color-line);
margin-top: var(--row-gap-medium);
}
}
8 changes: 4 additions & 4 deletions src/_includes/css/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
display: flex;
flex-flow: row wrap;
row-gap: 1em;
column-gap: .5em;
column-gap: 0.5em;
align-items: center;
font: var(--font-small);
color: var(--color-dim);
Expand All @@ -25,12 +25,12 @@

& p:nth-child(-n+2)::after {
content: "•";
padding-left: .5em;
padding-left: 0.5em;
align-self: stretch;
}

& p:last-of-type {
margin-right: .5em;
margin-right: 0.5em;
}

& a {
Expand All @@ -41,7 +41,7 @@
.post-tags {
display: flex;
flex-flow: row wrap;
gap: .5em;
gap: 0.5em;
align-items: center;
}

Expand Down
4 changes: 3 additions & 1 deletion src/posts/firstpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ comments:
src: 'https://mastodon.gal/@misteroom/110810445656343599'
draft: false
---

Leverage agile frameworks to provide a robust synopsis for high level overviews.
Iterative approaches to corporate strategy foster collaborative thinking to
further the overall value proposition. Organically grow the holistic world view
Expand Down Expand Up @@ -51,4 +52,5 @@ Here is a footnote reference,[^1] and [^2]another. And this[^3] is a long note.

[^3]: Here's one with multiple blocks.

Subsequent paragraphs are indented (4 spaces) to show that they belong to the previous footnote.
Subsequent paragraphs are indented (4 spaces) to show that they belong to
the previous footnote.

0 comments on commit 3be218b

Please sign in to comment.