veltiosoft / vss

Easy-to-use static site generator
MIT License
33 stars 3 forks source link

support yaml front matter #22

Open zztkm opened 2 years ago

zztkm commented 2 years ago

使えそうな yaml module

https://github.com/jdonnerstag/vlang-yaml

zztkm commented 2 years ago
---
id: vim-fonts
title: VimのFont設定
---

こんな感じで書いたときの出力が以下

filename: vim-fonts

<head>
    <meta charset="utf-8">
    <title>VimのFont設定</title>
    <!-- <base href="@baseUrl"> -->
    <meta name="description" content="@description" />
</head>