diff --git a/hledger-lib/hledger_journal.5.md b/hledger-lib/hledger_journal.5.md index 82d8c7d4e..b10e7f432 100644 --- a/hledger-lib/hledger_journal.5.md +++ b/hledger-lib/hledger_journal.5.md @@ -18,7 +18,7 @@ hledger_journal - reference for hledger's journal file format hledger's usual data source is a plain text file containing journal entries in hledger journal format. This file represents a standard accounting [general journal](http://en.wikipedia.org/wiki/General_journal). I use file names ending in `.journal`, but that's not required. -The journal file contains a number of transaction entries, +The journal file contains a number of transaction entries, each describing a transfer of money (or any commodity) between two or more named accounts, in a simple format readable by both hledger and humans. @@ -28,8 +28,8 @@ so hledger can work with [compatible](faq.html#file-format-differences) ledger j It's safe, and encouraged, to run both hledger and ledger on the same journal file, eg to validate the results you're getting. -You can use hledger without learning any more about this file; -just use the [add](#add) or [web](#web) commands to create and update it. +You can use hledger without learning any more about this file; +just use the [add](#add) or [web](#web) commands to create and update it. Many users, though, also edit the journal file directly with a text editor, perhaps assisted by the helper modes for emacs or vim. Here's an example: diff --git a/site/.gitignore b/site/.gitignore index 8f8b8ecf4..8935f8a3b 100644 --- a/site/.gitignore +++ b/site/.gitignore @@ -1,3 +1,4 @@ +hakyll-std _cache _site files/downloads diff --git a/site/css/style.css b/site/css/style.css index d72623e58..86032a595 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -67,7 +67,9 @@ pre { .right { float:right; } -.navbar-brand {font-weight:bold;} +.navbar { font-size:x-large; } +.navbar-brand { font-weight:bold; font-size:xx-large; } +.navbar-nav { margin-left:1em; } /* from https://github.com/blaenk/blaenk.github.io/blob/source/provider/scss/_article.scss */ #toc { max-width:40%; diff --git a/site/docs.md b/site/docs.md new file mode 100644 index 000000000..7f42a7787 --- /dev/null +++ b/site/docs.md @@ -0,0 +1,88 @@ + + +# Documentation + + + +
 -
 
- -
 # Download
 
-**[Release notes](release-notes.html)**
+### [Release notes](release-notes.html)
 
 
 
@@ -16,7 +17,8 @@
 
-
 # Download
 
-**[Release notes](release-notes.html)**
+### [Release notes](release-notes.html)
 
 
 
@@ -16,7 +17,8 @@
 
 
 
 | @@ -39,7 +41,7 @@ and/or `brew install hledger` | ||
| + | ||
| **on Debian or Ubuntu** | `apt-get install hledger hledger-web` @@ -59,7 +61,7 @@ and/or | |
| **on NixOS** - | + | `nix-env -iA nixpkgs.haskellPackages.hledger nixpkgs.haskellPackages.hledger-web` |