SkillAgentSearch skills...

Yuku.github.io

My personal blog site.

Install / Use

/learn @yuku/Yuku.github.io
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

yuku.takahashi.coffee

My personal blog site. It is implemented on Next.js.

Development

Requirements

  • node v16

Setup

yarn install

Start server

yarn start

Now open http://localhost:3000 to access the development app.

Writing Blog Posts

Put .mdx and .ipynb file under the pages/blog directory. Each file needs to satisfy the following condition depending on its extension:

  • .mdx
    • Export metadata as metadata.
    • Export layout as default.
  • .ipynb
    • Add .metadata.post_metadata

See src/posts.ts for the details of the interface of the metadata object.

Deployment

Every push to workspace will deploy a new version of this site to GitHub Pages. Deploys happen automatically.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks0

Languages

Jupyter Notebook

Security Score

55/100

Audited on Apr 3, 2025

No findings