Lines Matching refs:in
12 - Make sure you update `title`, `description`, `tagline` and `gacode` (Google Analytics) in `./_con…
16 Most content is written in markdown. You name the file `something.md`, then have a header that look…
68 To modify a blog post, edit the appopriate markdown file in `./_posts/`.
72 > Some posts have a `permalink` and `comments` in the blog post YAML header. You will not need thes…
74 1. Create your blog post in `./_posts/` in markdown (file extension `.md` or `.markdown`). See curr…
75 …You can add a `<!--truncate-->` tag in the middle of your post such that you show only the excerpt…
76 …efore, modify the `./_data/authors.yml` file with the `author` id you used in your blog post, alon…
82 To modify docs, edit the appropriate markdown file in `./_docs/`.
87 - You can use folders in the `./_docs/` directory to organize your content if you want.
88 … document to the navigation bar. Use the `docid` you put in your doc markdown in as the `id` in th…
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 …o that file, update `_data/nav.yml` to add a link to your new top-level document in the header bar.