~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_includes/sidebar.html -rw-r--r-- 742 bytes
f68b54e5 — iBug ♦ 5 years ago
Use relative_url and absolute_url where possible (#2387)

* Use relative_url and absolute_url where possible

Drops the `contains "://"` check, adopt Jekyll 3.7
Ref: https://github.com/mmistakes/minimal-mistakes/pull/2385#issuecomment-579882236

* One more unneeded {% assign %}

* Remove one more assign as noted by mmistakes

* Consolidate 4 more captures

* Consolidate an extra assign on "active" class
c2a24c40 — Michael Rose 6 years ago
Allow sidebar navs with custom sidebar content

Multiple sidebar navs can also be included on a page:

```
sidebar:
  - title: Navigation 1
    nav: nav1
  - title: Navigation 2
    nav: nav2
```

Fixes #1986
8481dd43 — Michael Rose 7 years ago
Replace `absolute_url` with `relative_url`

Where it makes sense replace asset paths and navigation related paths with `relative_url` filter.

Leave SEO related `<head>` elements and social sharing links as `absolute_url`.

Fixes #1588
6c0144ff — Michael Rose 8 years ago
Merge branch 'release/4.0.4'

Conflicts:
	README.md
0625e157 — Michael Rose 8 years ago
Merge branch 'feature/theme-gem' into develop
254b40b8 — Michael Rose 8 years ago
Remove `prepend: "/"` from includes and add to image path's instead
d2685441 — Michael Rose 8 years ago
Replace base_path with `absolute_url` filter where possible
abab7666 — Michael Rose 8 years ago
Allow images to be placed in other folders
- Remove `images/` only restriction and encourage placement in `assets/images/` instead
aecbd356 — Michael Rose 8 years ago
Merge branch 'release/3.2.3'
0b57806f — Michael Rose 8 years ago
Replace contains "http" with contains "://"
b0e9c10e — Michael Rose 8 years ago
Merge branch 'release/3.1.3'
5c850608 — Michael Rose 8 years ago
Allow `author_profile` to be toggled in a _layout (eg. archive-taxonomy.html)
- Close #285
7be5c973 — Michael Rose 8 years ago
Merge branch 'release/3.1.2'
3e0527fa — Michael Rose 8 years ago
Improve nav_list helper to be used with any type of navigation list defined in navigation.yml data file
- Close #272
1cce75a3 — Michael Rose 8 years ago
Merge branch 'release/3.0.0'
58a59d7d — Michael Rose 8 years ago
Merge branch 'feature/documentation-and-demo' into develop
d7df394a — Michael Rose 8 years ago
Make base_path available to all includes that need it
85fb0d02 — Michael Rose 9 years ago
Style tweaks to pagination, right sidebar, and background color
945fb580 — Michael Rose 9 years ago
Add post pagination to sidebar and make minor styling alterations
0d8a7685 — Michael Rose 9 years ago
Expand on nav_list styles
- Consolidate SCSS partials
Next