| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Contexts.Field
Synopsis
- localDateField :: TimeLocale -> TimeZone -> String -> String -> Context a
- iso8601DateField :: String -> Context String
- jsonLdArticleField :: String -> Context String
- jsonLdPersonField :: String -> Context String
- jsonLdWebSiteField :: String -> Context String
- breadcrumbField :: String -> Context String
- tagsField' :: String -> Tags -> Context a
- tagCloudField' :: String -> Tags -> Context a
- descriptionField :: String -> Int -> Context String
- imageField :: String -> Context String
- ogImageField :: String -> String -> Context String
- yearMonthArchiveField :: String -> YearlyArchives -> MonthlyArchives -> Maybe String -> Context a
- searchBoxResultField :: Context String
Documentation
localDateField :: TimeLocale -> TimeZone -> String -> String -> Context a Source #
jsonLdArticleField :: String -> Context String Source #
JSON-LD Article Schema (BlogPosting) を生成するフィールド schema.org仕様に準拠したJSON-LDを出力
jsonLdPersonField :: String -> Context String Source #
JSON-LD Person Schema を生成するフィールド サイト著者の構造化データを出力 langメタデータに応じてdescriptionを多言語切り替え
jsonLdWebSiteField :: String -> Context String Source #
JSON-LD WebSite Schema を生成するフィールド サイト全体の構造化データと検索機能を出力
breadcrumbField :: String -> Context String Source #
JSON-LD BreadcrumbList スキーマを生成するフィールド パス構造から階層的なパンくずリストを構築し、schema.org 仕様に準拠した JSON-LD を出力
yearMonthArchiveField :: String -> YearlyArchives -> MonthlyArchives -> Maybe String -> Context a Source #