Skip to content

Instantly share code, notes, and snippets.

@inoshiro
inoshiro / local_settings.py
Created October 26, 2014 05:44
commit 2d9344a82ca71ac90f579a8397e634e951d8145e で検証
import os
SITE_ROOT = '/'.join(os.path.dirname(os.path.realpath(__file__)).split('/')[0:-2])
DONT_HIT_DB = True
SLUMBER_API_HOST = "http://localhost"
TEMPLATE_DIRS = (
'%s/readthedocs/templates/' % SITE_ROOT,
'%s/readthedocs/doc_builder/templates/' % SITE_ROOT,
)

PileMdについて

使ってるのはMac版

avatar.png imageテスト

雑感

  • 動作軽い
  • カラースキームが見やすくてよい