Skip to content

Commit

Permalink
fix small issues of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sillykelvin committed Sep 3, 2013
1 parent 5bdcd83 commit 5e8a286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@

: ;;; the following is only needed if you install org-page manually
: (add-to-list 'load-path "path/to/org-page")
:
: (require 'org-page)
: (setq op/repository-directory "path/to/your/org/repository")
: (setq op/site-domain "http://your.personal.site.com/")
: (setq op/personal-disqus-shortname "your_disqus_shortname")
:
: ;;; the configuration below are optional
: (setq op/personal-google-analytics-id "your_google_analytics_id")

Expand Down
3 changes: 1 addition & 2 deletions doc/quick-guide.org
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@

The *required configuration* of org-page is very little, as below:

: (add-to-list 'load-path "path/to/org-page") ;; add org-page to load-path, only needed if you install org-page manually
:
: (add-to-list 'load-path "path/to/org-page") ;; only needed if you install org-page manually
: (require 'org-page)
: (setq op/repository-directory "path/to/your/org/repository") ;; the repository location
: (setq op/site-domain "http://your.personal.site.com/") ;; your domain
Expand Down

0 comments on commit 5e8a286

Please sign in to comment.