Update Gemfile instructions
Disable gems in `_config.yml` and enable with bundler instead
- Add `repository` to `_config.yml` as part of GitHub metadata
Remove unused Google AdSense variables in `_config.yml`
Add `en` default text to `site.locale` strings
- Close #407
Merge branch 'release/3.3.4' into develop
Update CHANGELOG and bump version to 3.3.4
- Close #378, close #379
Merge branch 'feature/custom-feed' into develop
Add external feed URL conditional to `<head>`
Add external atom feed URL config possibility
Merge branch 'feature/tr-locale' into develop
Add localized text supported by the theme
Update ui-text.yml
Turkish locale values...
Update gems
- activesupport (4.2.7)
- ffi (1.9.14)
- github-pages (88)
- jekyll-redirect-from (0.11.0)
- html-pipeline (2.4.2)
- jekyll-watch (1.5.0)
Update README to include version, link to CHANGELOG, and creator info.
Update README to include version, link to CHANGELOG, and creator info.
Merge branch 'release/3.3.3' into develop
Merge branch 'release/3.3.3'
Update CHANGELOG and bump version to 3.3.3
Fix gallery size bug
- Improperly evaluated size of gallery arrays as strings and not integers
- Close #402