diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-27 23:39:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-27 23:39:31 +0900 |
| commit | 674fe965550444db87edc7937ff6932e1a918d9d (patch) | |
| tree | e8a80dd958d3e082485286bf5785a7992b6e6b0e /services/blog/nuldoc.toml | |
| parent | fe4d1d625b53796c5f20399790e5ff8c7a7e1608 (diff) | |
| download | nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.tar.gz nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.tar.zst nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.zip | |
feat(meta): rename vhosts/ directory to services/
Diffstat (limited to 'services/blog/nuldoc.toml')
| -rw-r--r-- | services/blog/nuldoc.toml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/services/blog/nuldoc.toml b/services/blog/nuldoc.toml new file mode 100644 index 00000000..99ade657 --- /dev/null +++ b/services/blog/nuldoc.toml @@ -0,0 +1,60 @@ +[locations] +contentDir = "/content" +destDir = "/public" +staticDir = "/static" + +[rendering.html] +indentWidth = 2 + +[blog] +author = "nsfisis" +fqdn = "blog.nsfisis.dev" +siteName = "REPL: Rest-Eat-Program Loop" +siteCopyrightYear = 2021 +postsPerPage = 10 + +[blog.tagLabels] +c = "C" +ci-cd = "CI/CD" +cohackpp = "紅白ぺぱ合戦" +composer = "Composer" +conference = "カンファレンス" +cpp = "C++" +cpp17 = "C++ 17" +game = "ゲーム" +gitlab = "GitLab" +go = "Go" +http = "HTTP" +isucon = "ISUCON" +macos = "macOS" +mncore-challenge = "MN-Core Challenge" +neovim = "Neovim" +note-to-self = "備忘録" +ouj = "放送大学" +perl = "Perl" +php = "PHP" +phpcon-nagoya = "PHP カンファレンス名古屋" +phpcon-odawara = "PHP カンファレンス小田原" +phpconfuk = "PHP カンファレンス福岡" +phpconkagawa = "PHP カンファレンス香川" +phpconokinawa = "PHP カンファレンス沖縄" +phperkaigi = "PHPerKaigi" +phpkansai = "PHP カンファレンス関西" +phpstudy-tokyo = "PHP 勉強会@東京" +piet = "Piet" +python = "Python" +python3 = "Python 3" +ruby = "Ruby" +ruby3 = "Ruby 3" +rubykaigi = "RubyKaigi" +rust = "Rust" +scala = "Scala" +scalamatsuri = "ScalaMatsuri" +trick = "TRICK" +vim = "Vim" +wasm = "WebAssembly" +wireguard = "WireGuard" +ya8 = "Ya8" +yaml = "YAML" +yapc = "YAPC" +zsh = "Zsh" |
