Skip to content

oon00b/oon00b.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ビルド

stackを使ってビルドする場合

stack build
stack exec site build

_site/内にサイトが構築されます。

サイトの構造

# トップページ
* /index.html

    # Blog セクション
    * /blog/index.html                     # 全記事の一覧
        * /blog/<YYYY>/index.html          # 年別
            * /blog/<YYYY>/<MM>/index.html # 月別

            * /blog/<YYYY>/<MM>/<POSTNAME>.html # 記事

            * /blog/tags/<TAG>/index.html # <TAG>をつけられた記事の一覧

    # About セクション
    * /about/index.html

メタデータ

markdownソースで使用するyamlメタデータの概要

すべてのページ

キー 必要性 概要
title str 必須 <title>タグに用いるテキスト

ブログの記事

キー 必要性 概要
date timestamp 必須 記事の投稿日をYYYY-MM-DD形式で記す
tags [str] 任意 記事に付けるタグ

ライセンス

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published