Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
/ hugo-external-site Public archive

Hugoで外部リンクを利用するためのテーマコンポーネントです。

License

Notifications You must be signed in to change notification settings

ikemo3/hugo-external-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

hugo-external-site

Hugoで、外部リンクを利用するためのテーマです。

前提条件

Theme Componentsを使用するため、Hugo 0.42以上が必要です。

サポートしているサイト

テンプレートへの組み込み方法

以下のように、partialを使ってください。

  • 公式サイト: {{- partial "official" . }}
  • 外部サイト: {{- partial "external-site" . }}

記述方法

Front Matterに記載します。以下は全てYAMLを使う場合の例です。

公式サイト

Front Matterに以下のように記載してください。

official:
  - title: "The world’s fastest framework for building websites | Hugo"
    url: https://gohugo.io/

一般の外部サイト

Front Matterに以下のように記載してください。

external:
  - title: "The world’s fastest framework for building websites | Hugo"
    url: https://gohugo.io/

その他

Front Matterに以下のように記載してください。 (全て複数形に統一しました)

wpja: ["Linux", "Windows", "macOS"]

または以下のように書けます。

wpja:
  - Linux
  - Windows
  - macOS

ライセンス

MITライセンスです。

About

Hugoで外部リンクを利用するためのテーマコンポーネントです。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages