Skip to content

Commit

Permalink
fixed merge conflict in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elotroalex committed Jan 26, 2016
1 parent e579aba commit 6336e8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ The footnotes system provided by Kramdown does have one limitation. It generates
~~~

To use a line break in block elements add two spaces after the end of the line where you want the break. You can't see them after `&c., 1835.` but they are there.
<<<<<<< HEAD
=======


Things get a bit complicated when we want to use poetry inside the block or when the block is included in another block element, like a footnote. Here's the last two stanzas from A Parody in The Narrative of the Life which shows an example of a blockquote of poetry:

Expand Down Expand Up @@ -280,27 +277,8 @@ This code generates the citation in [footnote #3]({{ site.baseurl }}/toc/o-capta
* `-r` is short for `--relative`, a flag signalling jekyll-scholar that we're about to provide it with a relative link path.
* `/bibliography.html`, the relative path of our bibliography.

<<<<<<< HEAD
Things get a bit complicated when we want to use poetry inside the block or when the block is included in another block element, like a footnote. Here's the last two stanzas from A Parody in The Narrative of the Life which shows an example of a blockquote of poetry:

~~~
...
> - Two others oped their iron jaws,
> - And waved their children-stealing paws;
> - There sat their children in gewgaws;
> - By stinting negroes' backs and maws,
> - They kept up heavenly union.
> <br><br>
> - All good from Jack another takes,
> - And entertains their flirts and rakes,
> - Who dress as sleek as glossy snakes,
> - And cram their mouths with sweetened cakes;
> - And this goes down for union.
{:.poem}
~~~

We have two odd pieces of markup in this example. `<br><br>` is needed to separate the stanzas. The `{:.poem}` tells the processor to think of the line aboves as poetry. Because this segment of poetry exists in the 'narrative' layout, we need to signal the processor to process it as poetry.
=======
---

## Tips and Tricks
Expand Down Expand Up @@ -336,14 +314,11 @@ To publish on GitHub pages, you must have a copy of the repository in GitHub. On
You also need to create a different git branch called `gh-pages` within your local repository for your site. This is the branch that will get published by GitHub. To create and use that branch use the following command:

<<<<<<< HEAD
=======
~~~ bash
$ git checkout -b gh-pages
~~~

Once you are using that branch, you are ready to publish your site using the Rakefile. To do so use this command:
>>>>>>> a1968225b8201cc34382437254caa849384b3ae7

~~~ bash
$ rake blog:publish
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
<div class="introduction">
<h1>A Brief Introduction</h1>
<p>As we see it, a minimal edition is one that reduces elements of a digital edition to its bare minimum components. Out of-the-box, this theme can help you build a simple reading edition, or a traditional scholarly edition with footnotes and a bibliography. In our estimate, these are the two most immediately useful type of editions for editors and readers. An edition produced with Ed is lightweight and durable. Our hope is that our approach can help beginners or veterans deploy beautiful editions with less effort, that it can help us <a href="https://github.com/susannalles/MinimalEditions/blob/master/index.md" target="_blank" title="minimal editions syllabus">teach a 'full stack'</a> in one academic semester, allow us to care for our projects at less cost, and perhaps, just perhaps, allow us to generate high-quality editions on github.io in large quantities based on the <a href="http://jonreeve.com/2015/09/introducing-git-lit/" target="_blank" title="git-lit">git-lit</a> model by Jonathan Reeve. We're coming for you, Kindle!</p>
<p>As we see it, a minimal edition is one that finds the right balance between a minimum front and back-end. Out of-the-box, this theme can help you build a simple reading edition, or a traditional scholarly edition with footnotes and a bibliography. In our estimate, these are the two most immediately useful type of editions for editors and readers. An edition produced with Ed is lightweight and durable. Our hope is that our approach can help beginners or veterans deploy beautiful editions with less effort, that it can help us <a href="https://github.com/susannalles/MinimalEditions/blob/master/index.md" target="_blank" title="minimal editions syllabus">teach a 'full stack'</a> in one academic semester, allow us to care for our projects at less cost, and perhaps, just perhaps, allow us to generate high-quality editions on github.io in large quantities based on the <a href="http://jonreeve.com/2015/09/introducing-git-lit/" target="_blank" title="git-lit">git-lit</a> model by Jonathan Reeve. We're coming for you, Kindle!</p>

<p>To start using Ed, please see <a href="{{ site.baseurl }}/documentation.html">our documentation</a> for installation instructions and more. To see Ed in action, we've provided some sample editions for you below.</p>
</div>
Expand Down

0 comments on commit 6336e8c

Please sign in to comment.