|
@@ -41,9 +41,9 @@ creates interactive web pages with [[http://orgmode.org][Org-Mode]].
|
|
|
be presented in a sidebar. These are controlled through the
|
|
|
=recent= and =dir_list= configuration options.
|
|
|
5) *Themes* The [[http://github.com/eschulte/blorgit_themes/tree/master][blorgit\_themes]] git repository holds prepackaged
|
|
|
- themes for blorgit. These can be applied to your instillation
|
|
|
+ themes for blorgit. These can be applied to your installation
|
|
|
using the supplied rake commands. For a list of available themes
|
|
|
- run =rake themes= from the root of your blorgit instillation.
|
|
|
+ run =rake themes= from the root of your blorgit installation.
|
|
|
Please share any new themes you might
|
|
|
create. [[file:images/blorgit/themes.png]]
|
|
|
6) *Comments in org-mode files* Pages can optionally be opened for
|
|
@@ -55,7 +55,7 @@ creates interactive web pages with [[http://orgmode.org][Org-Mode]].
|
|
|
file.
|
|
|
|
|
|
|
|
|
-* Getting Started (instillation and use)
|
|
|
+* Getting Started (installation and use)
|
|
|
|
|
|
0) *Install Ruby*
|
|
|
|
|
@@ -133,7 +133,7 @@ creates interactive web pages with [[http://orgmode.org][Org-Mode]].
|
|
|
** Common Tasks
|
|
|
Ruby has it's own make tool called [[http://rake.rubyforge.org/][Rake]]. For a list of the blorgit
|
|
|
rake commands run =rake -T= from the root of your blorgit
|
|
|
-instillation. At the time of writing the available rake tasks are...
|
|
|
+installation. At the time of writing the available rake tasks are...
|
|
|
|
|
|
#+begin_src sh
|
|
|
$ rake -T
|
|
@@ -152,7 +152,7 @@ rake themes:org # an org-mode theme featuring the folding unicorn
|
|
|
** Changing Configuration Options
|
|
|
|
|
|
The configuration is controlled through a [[http://www.yaml.org][YAML]] file located at
|
|
|
-=blorgit.yml= in the base of your blorgit instillation. Configuration
|
|
|
+=blorgit.yml= in the base of your blorgit installation. Configuration
|
|
|
variables can be used to control the *title*, *index page*,
|
|
|
*stylesheet*, the number of *recent entries* and *directory\_listings*
|
|
|
shown in the sidebar, automatic synchronization with a *git*
|
|
@@ -265,7 +265,7 @@ A handy tool for hosting local sites on Mac OSX is the
|
|
|
ruby web applications through a System Preferences Pane, and can be
|
|
|
used with blorgit.
|
|
|
|
|
|
-1) First follow the instillation instructions from [[http://www.fngtps.com/2008/06/putting-the-pane-back-into-deployment][putting-the-pane-back-into-deployment]].
|
|
|
+1) First follow the installation instructions from [[http://www.fngtps.com/2008/06/putting-the-pane-back-into-deployment][putting-the-pane-back-into-deployment]].
|
|
|
2) clone blorgit to your =~/Sites= directory
|
|
|
#+begin_src sh
|
|
|
cd ~/Sites
|
|
@@ -287,7 +287,7 @@ used with blorgit.
|
|
|
cd ~/Sites
|
|
|
mv blorgit foods
|
|
|
#+end_src
|
|
|
-5) Configure blorgit as you would normally (see [[* Getting Started (instillation and use)][Getting Started (instillation and use)]])
|
|
|
+5) Configure blorgit as you would normally (see [[* Getting Started (installation and use)][Getting Started (installation and use)]])
|
|
|
6) Add your new blorgit site to Passenger Pane. [[file:images/blorgit/Passenger.png]]
|
|
|
7) Restart Apache
|
|
|
#+begin_src sh
|