~xdavidwu/xdavidwu.link

c365dc12 — Michael Rose 6 years ago
Add instructions for configuring Staticman v2 comments
55b68966 — Michael Rose 6 years ago
Add support for Staticman v2 endpoint and reCAPTCHA

Ref: #803
c820734e — Michael Rose 6 years ago
Fix improperly named staticman.yml file
eaae1ed0 — Michael Rose 6 years ago
Merge branch 'staticman-v2'
ff29d1df — Michael Rose 6 years ago
Add support for Staticman v2 endpoint and reCAPTCHA on `/docs`

Ref: #803
62cf4f9d — Michael Rose 6 years ago
Add Naver Webmaster Tools documentation
1ced1e4e — Michael Rose 6 years ago
Align :
61c091a0 — YoungSeon.Ahn 6 years ago
Add naver-site-verification to SEO (#1286)

* Add naver-site-verification to SEO

* Add 2 space indent
23014f60 — Michael Rose 6 years ago
Improve accessibility of navigation menu button

Add `type` and label text.

Fixes #1099
11e57046 — Michael Rose 6 years ago
Update CHANGELOG and history
ce374d02 — Michael Rose 6 years ago
Update CHANGELOG and history
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.
Next