LoginSignup
1
2

More than 5 years have passed since last update.

gollum使ってみた

Last updated at Posted at 2016-01-28

注意点

  • .mdのファイル名が日本語だと表示されない
  • rogueが使われるためQiitaと書き方が異なる
  • --refでブランチ指定するのも良いかも
  • ./uploads/にUPLOADされる
    • 画像の表示は[[/uploads/image.png]]
syntax_hilightの注意
- ```rb:
+ ```rb

起動

docker-compose.yml
gollum:
  image: suttang/gollum
  ports:
   - "4567:4567"
  volumes:
   - .:/root/wikidata
  entrypoint:
   - "/usr/local/bin/gollum"
   - "/root/wikidata"
   - "--live-preview"
   - "--h1-title"
   #
   - "--show-all"
   - "--allow-uploads"
_Sidebar.md
[[_TOC_]]
  • TOCの日本語文字化けは起こらなかった。

特殊なファイル

  • _Header.md
  • _Sidebar.md
  • _Footer.md

書式

1
2
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
1
2