kstm Homepage

VuePressで再構成したkstm HP

install

yarn install

how to post

see on local

# install dependencies
yarn

# up develop server at localhost:8080
yarn src:dev

generate

touch src/posts/new-post.md
# src/.vuepress/config.js

sidebar: [
      {
        ...,
        children: [
            '/posts/',
            '/posts/new-post',
            ...

edit

<!-- vim docs/new-post.md -->

---
title: 'awesome title here' # サイドバーとウィンドウタイトルになります
---

# めっちゃめちゃいい見出し

面白い話 ...

画像は `src/.vuepress/public` 以下に置いてください  
`src/.vuepress/public``/` としてパスを解決することができます

See also: Markdown extensions | VuePress

deploy

yarn src:build

NOTE: 自動でデプロイできるようにしたい

old homepage

https://github.com/kstm-su/old-kstm-su.github.io