Michael Rose
7ffc103437
Fix heading levels in comments section
2018-08-15 09:50:22 -04:00
Michael Rose
f9c418c740
Update Staticman commit message to include name
2018-08-10 08:04:00 -04:00
genghisun
858b5cc2a4
remove the slash at the beginning of the 'path' in staticman.yml's example ( #1772 )
2018-08-07 15:52:32 -04:00
Michael Rose
bcde2d76ea
Fix typo in classname
2018-05-15 15:08:39 -04:00
Michael Rose
5adcb277b8
Add Google Custom Search Engine configuration documentation
2018-05-15 15:06:00 -04:00
Michael Rose
0723a9de3e
Add anonymize_ip
option to documentation
2018-05-03 14:31:27 -04:00
Michael Rose
4d4531d19f
Replace absolute_url
with relative_url
2018-03-20 16:01:21 -04:00
Michael Rose
ba5d25c419
Replace hard coded archive pages with new layouts
2018-03-20 14:39:40 -04:00
Matías E. Fernández
79d0b75683
Add support for Google Analytics with global site tag (gtag.js) ( #1563 )
...
For documentation see https://developers.google.com/analytics/devguides/collection/gtagjs/
and https://support.google.com/analytics/answer/7538414 .
2018-03-12 19:27:42 -04:00
Michael Rose
f878aa943b
Add link to jekyll-algolia's documentation
2018-02-19 08:10:26 -05:00
Michael Rose
f4b72fef3e
Update Algolia search demo URL
2018-02-16 14:37:47 -05:00
Michael Rose
acdd3443de
Add Algolia search provider ( #1531 )
...
* Support Lunr and Algolia search providers
* Document search providers and configuration
* Update CHANGELOG and history
close #1416
2018-02-16 14:20:42 -05:00
Michael Rose
ecf22d2d38
Fix grammar
2018-02-01 14:46:27 -05:00
Michael Rose
569181c267
Remove / from {% link %} tag
2018-01-04 20:43:51 -05:00
Michael Rose
e10501aaa4
Document how to index post/collections entire content with search_full_content
2018-01-04 20:30:07 -05:00
Harry Kalantzis
dbdd741898
Fixed broken link to Staticman's page ( #1422 )
2017-12-28 13:48:41 -05:00
Andrew Newhouse
9ca57649c1
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
2017-12-11 12:37:10 -05:00
Michael Rose
7eb00bbd61
Feature: Incorporate site search into masthead ( #1383 )
...
* Integrate search into masthead
* Fix cutoff descenders in archive article titles
* Remove search page from `/test` site
* Enable masthead search
* Remove dedicated search page
* Fix masthead search form padding
* Improve insertion of search content
* Speed up page transition
* Add fade transition to search content
* Rename visibility class names
* Add `site.search` to _config.yml
* Document site search feature
* Update CHANGELOG and history
2017-12-07 08:56:14 -05:00
Christian Oliff
8d918dadc4
correct capitalization of WordPress ( #1381 )
2017-12-04 14:48:31 -05:00
Michael Rose
cb5d8d4ee0
Add notes disabling analytics and comments in development
...
To enable analytics or comments while testing/building locally set Jekyll's environment variable to `production`, `JEKYLL_ENV=production`.
On Windows use `set JEKYLL_ENV=production`.
2017-11-27 12:14:23 -05:00
Michael Rose
02c109d24f
Fix notices
2017-11-27 12:06:42 -05:00
Michael Rose
28e2885a68
Remove Alexa.com verification
...
Alexa "[Claim Your Site](https://support.alexa.com/hc/en-us/articles/219135887 )" feature has been retired.
Close #1350
2017-11-27 11:38:26 -05:00
Michael Rose
5eefba1bf0
Add note about Wordpress to Staticman comment migration tool in documentation
...
Close #1346
2017-11-12 17:23:04 -05:00
Michael Rose
47f537b40d
Add plum skin
2017-11-06 16:20:33 -05:00
Michael Rose
fc852d3d47
Add neon skin
2017-11-06 12:18:47 -05:00
Michael Rose
061103112e
Update CHANGELOG and history
2017-11-06 11:26:40 -05:00
Pradhyo Bijja
e05159c290
Aqua skin ( #1336 )
...
* Add new skin and update docs
* Better screenshots for aqua skin
2017-11-06 11:24:00 -05:00
Michael Rose
866fb17d9e
Toggle table of contents via front matter ( #1310 )
...
* Add jekyll-toc include
* Reduce whitespace generated by comments
* Add table of contents include to `single` layout
* Replace `toc` include with jekyll-toc enabled YAML Front Matter
* Update README
* Update table of contents documentation
- Revise `toc` helper include to mention that it will be deprecated in the next major version.
- Add documentation to `single` layout explaining how to enable table of contents on those pages.
* Update CHANGELOG and history
* Update LICENSE
Close #1222
2017-10-20 14:54:06 -04:00
Michael Rose
fce0c55f2b
Add instructions for configuring Staticman v2 comments
2017-10-04 16:32:11 -04:00
Michael Rose
93119a084a
Add Naver Webmaster Tools documentation
2017-10-04 11:33:45 -04:00
Michael Rose
cc2d8ea71d
Update link to Staticman configuration file documentation
2017-09-25 09:22:33 -04:00
Michael Rose
3dde1cc729
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
2017-09-25 09:19:55 -04:00
Michael Rose
8fc9bccda8
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
2017-09-12 12:27:36 -04:00
Michael Rose
93c4fbc4b9
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
2017-09-12 12:01:43 -04:00
Michael Rose
5d2f34a2d2
Update CHANGELOG and history
2017-09-05 12:08:05 -04:00
Ohad Schneider
5e7e15bad9
Mention CDN minification as an alternative to compress_html ( #1217 )
...
* Mention CDN minification as an alternative to compress_html
* Add warning notice to caution statement
2017-09-05 12:05:29 -04:00
Ohad Schneider
d28cb4dea5
Fix kramdown break ( #1216 )
...
I think my previous commit broke it by removing the newline before `{: .notice–warning}`
2017-09-04 12:29:44 -04:00
Ohad Schneider
3f3145a350
Clarify taxonomy page and index generation ( #1207 )
...
Clarify taxonomy page and index generation per https://github.com/mmistakes/minimal-mistakes/issues/811#issuecomment-325769757
2017-08-29 22:02:15 -04:00
Ohad Schneider
78d0b946f7
Clarify that jekyll-archives has to be installed ( #1206 )
...
Clarify that jekyll-archives has to be installed
Show the simplest way to do it per https://github.com/mmistakes/minimal-mistakes/issues/811#issuecomment-277461052 .
2017-08-29 14:57:35 -04:00
Michael Rose
0cad75fbb3
Add table of contents
2017-08-18 15:08:23 -04:00
Michael Rose
1509ef7911
Add note about setting Discourse server
as a scheme-less URL
...
eg. `meta.discourse.com` and not `http://meta.discourse.com `
Close #1182
2017-08-18 15:07:10 -04:00
Michael Rose
f9de95a8ad
Make minor formatting changes
2017-08-08 14:47:21 -04:00
Guangyuan (Charlie) Yang
e242554e55
Update 05-configuration.md ( #1164 )
2017-08-07 20:20:03 -04:00
Anne Gentle
262b6f3c4a
Fix broken link to example _config.yml file ( #1069 )
2017-06-19 08:06:22 -04:00
Jing Ma
eaf366e405
Fixed link errors in docs ( #946 )
2017-04-11 12:36:56 -04:00
Sebastian Wiesner
cf4f8277c1
Replace modified with last_modified_at ( #930 )
...
Fixes #929
2017-04-04 09:12:32 -04:00
Alex Sarafian
0b07c20c84
Improve the documentation for novice users (Tags+Categories and Pagination) ( #826 )
...
* Enhanced the documentation with some tips for the tags, categories and paginator
* Enhanced the documentation with some tips for the tags, categories and paginator
* Update 05-configuration.md
* Update 10-layouts.md
2017-02-09 14:33:14 -05:00
HyeonGyu Lee
ff4647245d
invalid analytics
example fix ( #783 )
2017-01-21 12:57:19 -05:00
Michael Rose
4e44f3c5db
Add Staticman default path
...
- Close #683
2016-11-29 08:44:43 -05:00
Michael Rose
57a4324fa0
Move gh-pages
branch files into /docs
and add test files
...
- Jekyll ignore `/docs` and `/test` folders when using from root
- Update Staticman config to point to correct branch and data file location
- Replace `{{ base_path }}` references with `absolute_url` filter
- Update documentation
2016-11-03 11:52:04 -04:00