Lines Matching refs:a
16 Most content is written in markdown. You name the file `something.md`, then have a header that look…
35 If you want a `GridBlock` as part of your content, you can do so directly with HTML:
43 <li>The <a href="http://example.org/">Example</a></li>
44 <li><a href="http://example.com">Another Example</a></li>
60 or with a combination of changing `./_data/features.yml` and adding some Liquid to `index.md`, such…
68 To modify a blog post, edit the appopriate markdown file in `./_posts/`.
70 Adding a new blog post is a four-step process.
72 > Some posts have a `permalink` and `comments` in the blog post YAML header. You will not need thes…
75 …- You can add a `<!--truncate-->` tag in the middle of your post such that you show only the excer…
76 1. If you have not authored a blog post before, modify the `./_data/authors.yml` file with the `aut…
98 To modify a top-level page, edit the appropriate markdown file in `./top-level/`
100 If you want a top-level page (e.g., http://your-site.com/top-level.html) -- not in `/blog/` or `/do…
102 1. Create a markdown file in the root `./top-level/`. See `./doc-type-examples/top-level-example.md…
103 1. If you want a visible link to that file, update `_data/nav.yml` to add a link to your new top-le…
105 …> This is not necessary if you just want to have a page that is linked to from another page, but n…