Skip to content

Commit

Permalink
feat: front page updates
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed May 5, 2024
1 parent afbce7e commit 208b52b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,11 @@
<div class="grid grid-cols-2 gap-4">
<Card.Root class="col-span-2 sm:col-span-1">
<Card.Header>
<Card.Title>Projects</Card.Title>
<Card.Title>What I'm up to</Card.Title>
</Card.Header>
<Card.Content>
I'm currently working on:
<ul class="list-disc ml-4">
<li>
<a class="link" href="https://github.com/couscousdude/discard" target="_blank"
>discard</a
>, a lightweight self-generating flashcards app.
</li>
<li>
<a class="link" href="https://github.com/couscousdude/aural" target="_blank">aural</a
>, a no-frills Ollama client for interfacing with local LLMs using voice-to-text,
Expand Down

1 comment on commit 208b52b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (1)

mdlintrc

Previously acknowledged words that are now absent flashcards 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:couscousdude/coredump.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/couscousdude/coredump/actions/runs/8960046481/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (211) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:cryptocurrencies/cryptocurrencies.txt 125 1 1
cspell:ruby/dict/ruby.txt 157 1 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:cryptocurrencies/cryptocurrencies.txt
          cspell:ruby/dict/ruby.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''
Errors (1)

See the 📜action log or 📝 job summary for details.

❌ Errors Count
❌ check-file-path 1

See ❌ Event descriptions for more information.

Please sign in to comment.