small typo in readme
Getty Ritter
9 years ago
122 | 122 | echo 'Example Entry' >title |
123 | 123 | echo 'http://example.com/example' >id |
124 | 124 | echo 'A sample entry.' >content |
125 |
ln -s $LEKTOR |
|
125 | ln -s $LEKTORDIR/src/$FEED feed | |
126 | 126 | ~~~ |
127 | 127 | |
128 | 128 | A full entry might look like |
136 | 136 | echo 'Getty Ritter <gettyritter@gmail.com>' >author |
137 | 137 | echo '2015-06-23T13:06:22Z' >pubdate |
138 | 138 | echo 'text/html' >type |
139 |
ln -s $LEKTOR |
|
139 | ln -s $LEKTORDIR/src/$FEED feed | |
140 | 140 | ~~~ |
141 | 141 | |
142 | 142 | ## `lektor-dir` |