~xdavidwu/xdavidwu.link

dd5eff2d — Tony Ho 6 years ago
Fix system font rendering in Chrome on macOS/OS X (#1290)

Use `BlinkMacSystemFont` instead of private font name.

Closes #1289
fb66229c — Lucas Caton 6 years ago
Fix param name from pt-BR locale (#1279)

57b4acbc — Michael Rose 6 years ago
Update CHANGELOG and history
4d6d5455 — Lucas Caton 6 years ago
Add missing Brazilian Portuguese text strings translations (#1278)

1e8c4f76 — Pierry A. Pereira 6 years ago
Improve translation in pt-br

There are some issues in the brazilian portuguese translation:

```  
less_than                  : "meno que" 
```

the word "meno" doesn't exist in the language, the correct translation is "menos"

```
  minute_read                : "minuto(s) de leitura" 
```

once we can one or more minutes of reading, the plural of the word "minuto" is optional, so we can use "(s)" after the word "minuto" to reflect this

```
 related_label              : "Talvez você goste também" 
```

this change is for better reading, the previous translation is not good

I changed the capitalization of the subsequent words for lowercase to have default capitalization in all translations.
930a0f0b — Michael Rose 6 years ago
Add note about Staticman GitHub compatibility

Staticman only works with GitHub hosted repositories. This enhancement to the theme's documentation makes that clear.

Close #1273
2f0b321d — Michael Rose 6 years ago
Clarify theme gem migration documentation

Include asset folders that should be removed when migrating from a "forked theme".

Close #1268
d6ae8054 — Michael Rose 6 years ago
Update CHANGELOG and history
de9279b4 — Lars Olesen 6 years ago
Add alt description to avatar image

Use author's name as `alt` description  in comment avatar image.
21dc61b9 — Michael Rose 6 years ago
Use archive page screenshots instead of post
a8e86e67 — Michael Rose 6 years ago
Update README

- Edit notable features
- Add skin screenshots
09c17ea6 — Michael Rose 6 years ago
Release 4.6.0 :gem:
15e22341 — Michael Rose 6 years ago
Reference GitHub comment
4f0dfd12 — Michael Rose 6 years ago
Update CHANGELOG and history
02072999 — Michael Rose 6 years ago
Add `pre` to version
5fdbf1eb — Michael Rose 6 years ago
Update Magnific Popup to v1.1.0
b09dbb9e — Michael Rose 6 years ago
Update jQuery Smooth Scroll to v2.2.0
db171aad — Michael Rose 6 years ago
Update jQuery

Theme targets IE9+ allowing for using the newer/smaller version
110682ca — Michael Rose 6 years ago
Allow `<head>` and footer scripts to be changed via config (#1241)

* Allow `<head>` and footer scripts to be changed via config
* Update JavaScript documentation

Close #1238 
d9dc6e23 — Michael Rose 6 years ago
Color "skins" (#1242)

* Add YIQ Color Contrast mixin
* Remove text underline from `.btn` links
* Move YIQ variables
* Simplify button classes using YIQ color contrast mixin
  - DRY up button CSS using Sass list and YIQ color contrast mixin.
  - Move `color` and `background-color` to new `btn--primary` class instead of assinging on the default class. Removes the need to override them.
* Add `.btn--primary` to buttons that just had `.btn`
* Apply changes to `/docs`
* Add `.btn--primary` class
* Update CHANGELOG and history
* Add sample form
* Abstract colors away into Sass variables for easier themeing
* Add "dark" skin
* Replace hardcoded color with SCSS variable
* Invert Font Awesome icons' colors in author sidebar and footer
* Add Sass changes to `/docs`
* Use primary button type instead of inverse
* Add missing `!default` on `$muted-text-color`
* Add `contrast` and `sunrise` skin colors
* Add `dirt` skin color
* Add `air` skin color option
* Add `mint` skin color
* Add `btn--primary` class to Submit Comment button
* Set skin to `default`
* Document skin color options
* Add note about skin SCSS import

Close #1208 
Next