Skip to content

Instantly share code, notes, and snippets.

@destroytoday
Last active December 23, 2015 07:09
Show Gist options
  • Save destroytoday/6598658 to your computer and use it in GitHub Desktop.
Save destroytoday/6598658 to your computer and use it in GitHub Desktop.
Martin content rewritten in Markdown.
# About Martin
Martin is a theme by [Allison House](http://twitter.com/house), ported to [Siteleaf](http://siteleaf.com) by [Jonnie Hallman](http://twitter.com/destroytoday). The theme is named for the punchcutter William Martin, apprentice to John Baskerville.
To use it, just [download the theme zip](https://github.com/destroytoday/martin-for-siteleaf/archive/master.zip) and upload it to your [Siteleaf](http://siteleaf.com) site. Create a page for the body content and a `description` meta field for the tagline. Then, add the following site meta fields:
| key | example | required |
| ------------- | ----------------------------- | --------- |
| github_user | destroytoday | yes |
| github_repo | martin-for-siteleaf | yes |
| long_title | Martin theme by Allison House | no |
| fork_text | Fork on GitHub | no |
| download_text | Download ZIP | no |
This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/).
# Style examples
## Blockquote
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
> You know, there are some words I've known since I was a schoolboy. "With the first link, the chain is forged. The first speech censored, the first thought forbidden, the first freedom denied, chains us all irrevocably." Those words were uttered by Judge Aaron Satie as wisdom and warning. The first time any man's freedom is trodden on, we're all damaged.
>
> — Jean-Luc Picard, Star Trek: The Next Generation
Morbi a mi vel tortor feugiat tempor in et arcu. Etiam vitae aliquet neque, quis vestibulum urna.
## Table
| Whiskey | Tango | Foxtrot |
| ---------- | ----- | ------- |
| Apple | 1 | a |
| Blueberry | 2 | b |
| Banana | 3 | c |
## Lists
1. Item 1
2. Item 2
3. Item 3
- Item 1
- Item 2
- Item 3
## Code
```css
pre, code {
display: block;
line-height: 1.833em;
}
```
## Headings
### Here is a headline
This is the `<h3>`. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
#### Here is another headline
This is the `<h4>`. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
##### If you need it, here is another
This is the `<h5>`. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
###### And here's the last one
This is the `<h6>`. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment