LoginSignup
0
0

More than 3 years have passed since last update.

Doc な メモ にゃ (自分用)

Last updated at Posted at 2019-08-17

目的

ツールのコマンド忘れるので、メモ

Comand Lines

hugo

# 初期化
$ hugo new site <dir name>

# ページ追加
$ hugo new <path_to_dir>

# 確認
$ hugo -c conf.toml

jsdoc

$ npx jsdoc -r src/js/ -d <distnation dir>

documentation.js

$ npx documentation src/js -f html -o <distnation dir>

(TODO) remarkjs, impress, reveal

(TODO) openapi

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0