Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poem #77

Merged
merged 5 commits into from
Feb 1, 2024
Merged

Poem #77

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./coverage.lcov
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/feed-to-social-media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,22 @@
runs-on: ubuntu-latest
steps:
- name: Feed to social media
uses: lwojcik/[email protected]

Check warning on line 16 in .github/workflows/feed-to-social-media.yml

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (lwojcik)
with:
feedUrl: "https://9renpoto.win/rss.xml"
newestItemStrategy: "latestDate"
postFormat: "Blogged: {title}\n\n{link}"
# Twitter settings
twitterEnable: true
twitterPostFormat: "Blogged: {title}\n\n{link}?utm_source=twitter"
twitterApiKey: ${{ secrets.X_API_KEY }}
twitterApiKeySecret: ${{ secrets.X_API_SECRET }}
twitterAccessToken: ${{ secrets.X_ACCESS_TOKEN }}
twitterAccessTokenSecret: ${{ secrets.X_ACCESS_TOKEN_SECRET }}
# Bluesky settings
blueskyEnable: true
blueskyPostFormat: "Blogged: {title}\n\n{link}?utm_source=bsky"

Check warning on line 30 in .github/workflows/feed-to-social-media.yml

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (bsky)
blueskyAppPassword: ${{ secrets.BSKY_APP_PASSWORD }}

Check warning on line 31 in .github/workflows/feed-to-social-media.yml

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (BSKY)
blueskyHandle: "9renpoto.win"
blueskyOwnerHandle: "9renpoto.win"
blueskyOwnerContact: "[email protected]"
1 change: 1 addition & 0 deletions __tests__/Header.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Header } from "../components/Header.tsx";

describe("Header", () => {
beforeEach(() => {
// deno-lint-ignore no-window
window.document = new DOMParser().parseFromString(
"",
"text/html",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/deps.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/// <reference no-default-lib="true" />
/// <reference lib="dom" />
/// <reference lib="dom.iterable" />
/// <reference lib="dom.asynciterable" />

Check warning on line 4 in __tests__/deps.ts

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (asynciterable)
/// <reference lib="deno.ns" />

export { DOMParser } from "https://deno.land/x/[email protected].37/deno-dom-wasm.ts";
export { DOMParser } from "https://deno.land/x/[email protected].45/deno-dom-wasm.ts";
export { render } from "https://esm.sh/@testing-library/[email protected]";
import "npm:textlint";

Check warning on line 9 in __tests__/deps.ts

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (textlint)
import "npm:@9renpoto/textlint-config-ja";

Check warning on line 10 in __tests__/deps.ts

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (textlint)
1 change: 1 addition & 0 deletions __tests__/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { PostCard } from "../routes/index.tsx";

describe("PostCard", () => {
beforeEach(() => {
// deno-lint-ignore no-window
window.document = new DOMParser().parseFromString(
"",
"text/html",
Expand Down
17 changes: 17 additions & 0 deletions posts/2024/02/01/eza.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
date: '2024-02-01'
title: eza のあるカラフルな生活
---

# TL;DR

- I started using `eza` and graduated to `tree`.
- `eza-community/eza` is a fork of `ogham/exa`
- I still use `ls` too!

I love ls. I can't remember how many times I've repeated the same thing.

We can use `ls` anywhere.

The nice thing about `eza` is that it is colorful. It requires some
installation, but I will try to be friends with it for a while.
Loading