/document

http://doc.danbee.ai

Primary LanguageHTML

DANBEE.AI Documentaion

2017.10.10 기준 http://doc.danbee.ai

Requirement

ruby 2.0 and above (전역 설치)

window

ruby 2.0.0 ~ 2.3.x

  1. run rubyinstaller.exe - "Add Ruby executables to your PATH" 반드시 체크
  2. Development Kit download
  3. Extract the compressed folder’s contents into any folder in C dirve
  4. cd foldername
  5. ruby dk.rb init
  6. config.yml edit
# 
# Example:
# ---
# - C:/ruby19trunk
# - C:/ruby192dev
#
--- 
- C:\Ruby23-x64 #여기에 실제 Ruby를 설치한 위치를 입력해주세요.
  1. ruby dk.rb install

ruby 2.4.x

 ruby installer download page 참고

Install

git clone https://github.com/danbeeai/document.git
cd document
..document> gem install jekyll
..document> gem install bundler
..document> gem install wdm -v '0.1.1'
..document> bundle install

START

..document> bundle exec jekyll serve

※ window 에서 Conversion error 시 cmd창에서,
..document> chcp 65001
위 명령어로 cmd utf-8로 encoding 후 serve 재실행 시도

Manual Add/Edit

pages > danbeeDoc > md file edit

Tutorial Add/Edit

_posts > md file add/edit

References

http://idratherbewriting.com/documentation-theme-jekyll/index.html