Skip to content

Commit

Permalink
Update hello world article
Browse files Browse the repository at this point in the history
  • Loading branch information
jnordberg committed Jun 29, 2014
1 parent b9d920f commit 9677171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 33 deletions.
33 changes: 3 additions & 30 deletions examples/blog/contents/articles/hello-world/index.md
Expand Up @@ -72,37 +72,10 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

```

## Links in the markdown to other items in the content tree will be resolved for you.

### Links

Links can be added via the markdown syntax
* absolute links
* relative to current node in the content tree
* relative to root node in the content tree
* anchor on a node of the content tree
* all other links will be resolved based on the url of the current page

Here are some markdown examples followed by the generated links

```markdown
* [absolute url to wintersmith website](http://wintersmith.io/)
```
* [absolute url to wintersmith website](http://wintersmith.io/)

```markdown
* [relative to the current content tree node](../bamboo-cutter/index.md)
```
* [relative to the current content tree node](../bamboo-cutter/index.md)

```markdown
* [relative to the content tree root node](/articles/red-herring/index.md)
```
* [relative to the content tree root node](/articles/red-herring/index.md)

```markdown
* [anchor on the content tree](../markdown-syntax/index.md#link)
```
* [anchor on the content tree](../markdown-syntax/index.md#link)
For example a link to `../bamboo-cutter/index.md` resolves to [`/articles/bamboo-cutter/`](../bamboo-cutter/index.md).

---

This is where I leave you to your own devices. Join **#wintersmith** on freenode if you have any questions.
5 changes: 2 additions & 3 deletions examples/blog/contents/css/main.css
Expand Up @@ -307,9 +307,8 @@ p code {
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
position: relative;
top: -0.15em;
background: #444;
color: #fff;
background: #fffff3;

white-space: nowrap;
}

Expand Down

0 comments on commit 9677171

Please sign in to comment.