mganeko / oralabo-blog

(Japanese)oralabo が提供するアプリについてのブログです。

Home Page:https://oralabo.wlab.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oralabo blog

oralabo が提供するアプリについてのブログです。

このブログは gh640/nextjs-blog-example-ja(MITライセンス)を利用して作成しています。

LICENSE / ライセンス

  • ブログの次のコンテンツは複製、再利用を禁止します

    • content/posts/*
    • public/images/*
  • それ以外のブログ生成のコードは、フォーク元のgh640/nextjs-blog-example-jaと同じく、MITライセンスです

  • all blog contents are not allowed to copy/reuse.

    • content/posts/*
    • public/images/*
  • other source code are MIT license, as well as gh640/nextjs-blog-example-ja

使用ライブラリ

以下の NPM パッケージを使用しています。

  • next
  • react
  • react-dom
  • remark
  • remark-html
  • remark-prism
  • remark-slug
  • remark-toc
  • gray-matter

Next.js を利用するために必要な next react react-dom の 3 つと、 frontmatter 付きの Markdown の HTML への変換に有用な remark remark-html gray-matter を使っています。見出しにアンカーを埋め込むために remark-slug を、目次の生成に remark-toc を使っています。 またシンタックスハイライトに Prism.js を利用するための remark-prism を使っています。

自動テストには以下のパッケージを使用しています。

  • @babel/core
  • @babel/preset-env
  • @babel/preset-react
  • babel-jest
  • identity-obj-proxy
  • jest
  • react-test-renderer

TODO

  • image の左のマージン
  • about ページ
  • about ページへのリンク
  • favicon.icoを変更
  • 記事分割 -> アンカーと目次
  • プライバシーポリシー

About

(Japanese)oralabo が提供するアプリについてのブログです。

https://oralabo.wlab.dev

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.2%