Giter VIP home page Giter VIP logo

stazor's Introduction

Repositories

  • Actions
    GitHub Actions関連ファイルの管理と、各種設定の同期を行うリポジトリです。
  • dotfiles
    設定ファイルなどを管理するテンプレートリポジトリです。

stazor's People

Contributors

dependabot[bot] avatar finphie avatar github-actions[bot] avatar

Watchers

 avatar

stazor's Issues

OGP対応

OGPに対応する。
画像形式はWebP

<meta property="og:title" content="">
<meta property="og:image" content=".webp">
<meta name="twitter:card" content="summary_large_image">

トップページ・カテゴリー・タグページ生成

トップページ・カテゴリー・タグページ用のHTML生成処理を追加する必要があります。

  • サムネイル画像: SVGまたはWebP(SVGの場合も、OGP用にWebP画像が必要)
  • ページネーション
  • preload
    <link rel="prerender" href="//example.com/">
  • meta robots
    <meta name="robots" content="noindex">

プラグインのAPIについて

現在、プラグインでは非同期処理に対応しています。

IAsyncEnumerable<IDocument> ExecuteAsync(IAsyncEnumerable<IDocument> inputs);

しかし、非同期処理が必要になるケースはごく限られており、
同期処理に変更しても問題ないように思います。

非同期処理が必要になるケースとしては、HttpClientを利用して外部のAPIを利用する場合などが考えられます。
Stazorは、コンソールアプリケーションとして利用するはずなので問題にはならないはずです。

Markdown解析処理を改善する

Markdown解析の際、UTF-16ではなくUTF-8で処理すべき。
解析自体が遅いので最適化する必要がある。
YAMLの解析も最適化可能。

プロジェクト分離

コア部分とテーマは分離する必要があります。
また、コア部分・プラグインに関してはNuGetに登録した方が良さそうです。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.