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

Fix release news typos #229

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Fix release news typos #229

merged 2 commits into from
Oct 15, 2024

Commits on Oct 4, 2024

  1. Fix release news typos

    Fix two 'was release' -> 'was released' typos.
    
    Earlier release news do not have this typo.
    Kissaki authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c5435d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Generate site

    I used deno instead of npm to generate them. I do not have npm installed.
    
    ```
    deno run build
    cd atom_generator
    deno run generate -i ../_site/news.html -o ../_site/news_feed.atom
    ```
    Kissaki committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    199acd0 View commit details
    Browse the repository at this point in the history