~xdavidwu/xdavidwu.link

ref: 76a87799fd449829f44041b6ccd9d9fba1436f5c xdavidwu.link/_includes/author-profile.html -rw-r--r-- 9.3 KiB
Allow Markdown in author bio (#2215)

* enable markdown in author bio

added the markdownify liquid filter

* Add markdown to bio in _config.yml

* add markdown to bio in /test/ _config.yml

* Change <p> to <div>
fc30fa3a — Michael Rose 6 years ago
Remove Google+

Google+ is being shutdown on April 2, 2019. Social sharing buttong, comment provider, and author link configs have been removed from the theme.

ref: https://support.google.com/plus/answer/9195133
e2d6d3c0 — Lucas Caton 6 years ago
Remove 'www' from Stack Overflow URL (#2054)

Stack Overflow is no longer including `www` in its URLs.
91ed136e — Justin Rummel 6 years ago
Change remaining schema.org markup to `https` (#1978)

8dcab1c9 — Kulbhushan Chand 6 years ago
Added missing ref attribute (#1959)

As suggested by @mmistakes in https://github.com/mmistakes/minimal-mistakes/issues/1948#issuecomment-439888193
32a06a9e — Alex Malaszkiewicz 6 years ago
Add rel attribute to social media links in author profile and fotter (#1924)

301b885b — Michael Rose 6 years ago
Improve author link flexibility

Deprecate social networking links in `_config.yml` in favor or new `author.links` array for any link and in any order. All of Font Awesome's icons are available for use.

```
author:
  links:
    - label: "Your Website"
      icon: "fas fa-fw fa-link"
      url: "https://your-site.com"
    - label: "Twitter"
      icon: "fab fa-fw fa-twitter-square"
      url: "https://twitter.com/username"
    - label: "GitHub"
      icon: "fab fa-fw fa-github"
      url: "https://github.com/username"
    - label: "Instagram"
      icon: "fab fa-fw fa-instagram"
      url: "https://instagram.com/username"
```

Fixes #1581
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
ed4791d8 — Michael Rose 7 years ago
Fix typo
9708dc59 — Michael Rose 7 years ago
SEO and author fixes (#1456)

* Fix canonical URL
* Fix next/previous page paths
* Group meta types together
* Fix twitter:creator conditional
* Allow `author` to accept an object or string
* Reduce white-space
* Add "website" as default `og:type`
* Add `article:modified_time`
* Show `article:modified_time` on `article` only

Fixes #289
7700c5d7 — Michael Rose 7 years ago
Upgrade Font Awesome to version 5 (#1446)

Upgrade Font Awesome to version 5 (SVG with JavaScript)

Close #1396
7dea9f49 — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
ce32f30d — Andrew Newhouse 7 years ago
Feature: Adding linkback functionality Author avatar & Name (#1386)

* adding linkback funct to author avatar & nm

* rm author_class; change linkback var to home; updating config docs
b50edf27 — sumibi-yakitori 7 years ago
no message (#1319)

e41affc0 — Louis Matthijssen 7 years ago
Fix author profile link texts (#1328)

8194306d — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
64ec681f — Will Estes 7 years ago
add gitlab to author profile (#1050)

* add gitlab to author profile

* add gitlab to footer

* Fix alignment of :
66633261 — Michael Rose 8 years ago
Merge branch 'release/4.1.1'
116dc934 — Michael Rose 8 years ago
Fix `author.youtube` conditional in author sidebar
2cc1dacd — Michael Rose 8 years ago
Add support for YouTube channel URLs in author sidebar
- Close #716
Next