Commit Graph

53 Commits

Author SHA1 Message Date
OCram85 6a84cef6a2
Fetch upstream (#5)
* fix(#744): Escape special characters in title (#745)

* add matt artist as sponsor

* Fix margin top alignment issue on Safari (#750)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Remove references to any public Staticman API instance (#775)

* Update CHANGELOG.md

* Adding option for Medium Social Link at footer  (#784)

* Itch.io social link (#788)

* Update CHANGELOG.md

* Add support for Cloudflare analytics (#798)

* Include Reddit in share options of posts (#815)

* add search to the navbar using 'post_search' config param

* Update CHANGELOG.md

* ui: make sure search results dont have underline until hovered

* search feature: make sure page scrollbar disappears when searching but a scrollbar for search items shows if needed

* update changelog

Co-authored-by: Dmitry <dmitry.b.danilov@gmail.com>
Co-authored-by: Dean Attali <dean@attalitech.com>
Co-authored-by: Amy Troschinetz <lexicalunit@lexicalunit.com>
Co-authored-by: Dean Attali <daattali@gmail.com>
Co-authored-by: Vincent Tam <VincentTam@users.noreply.github.com>
Co-authored-by: Diksha Verma <112dikshaverma@gmail.com>
Co-authored-by: Emaleth <Emaleth@protonmail.com>
Co-authored-by: Ari Kalfus <dev@artis3nal.com>
Co-authored-by: Leedan <l33d4n@gmail.com>
Co-authored-by: Marco Blessing <marco.blessing@komm.one>
2021-08-02 17:02:35 +02:00
OCram85 05c08afee7
Merge upstream updates (#2)
* fix(#744): Escape special characters in title (#745)

* add matt artist as sponsor

* Fix margin top alignment issue on Safari (#750)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Dmitry <dmitry.b.danilov@gmail.com>
Co-authored-by: Dean Attali <dean@attalitech.com>
Co-authored-by: Amy Troschinetz <lexicalunit@lexicalunit.com>
Co-authored-by: Dean Attali <daattali@gmail.com>
2021-01-23 20:40:54 +01:00
Dean Attali b660fef759 support multiple files in footer-extra and head-extra 2020-08-24 20:43:43 +00:00
Dean Attali f65e439025 add full-width YAML option 2020-08-23 19:23:33 +00:00
Dean Attali 6a1b3cb343 redesign seo/social media sharing parameters 2020-08-23 07:09:44 +00:00
Dean Attali 6c007bd4bf fix small issue with site social share description 2020-08-22 08:43:04 +00:00
Dean Attali efe3a22f1f refactor head tag to use variables 2020-08-22 08:40:57 +00:00
Dean Attali b5826fea49
include site-wide css files before page-specific css 2020-08-19 23:19:54 -04:00
Dean Attali 7f45ae2618
support head-extra 2020-08-08 21:44:57 -04:00
Dean Attali 67848364f3
meta description: use site description if page one is not provided 2020-08-08 18:32:36 -04:00
Amy Troschinetz 5490b4841d
Adds og:site_name support (#699) 2020-08-08 02:18:14 -04:00
Dean Attali 332a3adaa2 fix documentation for latest features 2020-08-08 06:09:00 +00:00
Amy Troschinetz 8c0156c1af
Adds support for meta keywords (#691) 2020-08-07 23:06:10 -04:00
Amy Troschinetz ed31f79fb6
Adds support for meta theme-color (#692) 2020-08-07 22:13:54 -04:00
Amy Troschinetz 741f7378bd
Adds configuration for additional site css (#695) 2020-08-07 21:10:02 -04:00
Amy Troschinetz 3021233850
Adds page configuration for description (#690) 2020-08-07 21:03:44 -04:00
Dean Attali 5bec4cfec8
don't use twitter's large summary card when the image is the website's avatar 2020-07-12 03:06:26 -04:00
Dean Attali b2b6922a8f if share-img not provided, use cover-img or thumbnail. Also make sure all images work with both relative and absolute paths 2020-07-07 05:14:01 +00:00
cketti 23322c281f
Add support for Twitter's 'summary_large_image' (#668) 2020-06-30 15:06:03 -04:00
cketti 45ef2fc8c0
Use Open Graph type 'article' for blog posts (#669) 2020-06-28 15:53:25 -04:00
Dean Attali abadcd5ede remove googlefonts and use plain CSS instead 2020-05-02 06:36:45 +00:00
Dean Attali 54ca402373
upgrade to bootstrap 4, complete rewrite of template (#629) 2020-05-02 02:10:20 -04:00
Dean Attali 1f824b19e9
fix staticman css 2020-04-27 10:19:14 -04:00
Dean Attali 3cb1e1601c simplify author name config variable 2020-04-24 00:30:01 +00:00
Gabriel b03fb7311f
Add default values for config variables (#621) 2020-04-23 19:18:23 -04:00
Abel Cheung 9d429fa749 Abs link patch (#506)
* Fix absolute URL generation

url and baseurl config for this theme deviates from jekyll standard,
and that results in double inclusion of project path
if this theme is used as project page.

Switching to Jekyll accepted url usage so that
absolute_url filter works.

* Alternate links need to be aboslute

* mention url and baseurl only need to be modified in local dev

* Update readme on new url/baseurl setting changes
2019-06-21 03:48:52 -04:00
Abel Cheung 7b43e4061d Fix showing background img with non-empty baseurl (#497)
* Fix showing background img with non-empty baseurl

Also switch globally to relative_url for all baseurl prepends,
which is more robust than custom URL mangling

* More site.baseurl -> relative_url conversion
2019-06-08 01:34:33 -04:00
Dean Attali 9444c57331
Update head.html 2018-12-25 17:34:26 -05:00
Vincent Tam d1c8b2fee1 [Feature] Staticman v3 Support (#440)
* Added Staicman support

* Corrected template for staticman.yml

* Edit for coherence with _includes/disqus.html

* Updated documentation for Staticman

* Updated License to give credits to Michale Rose

* Update LICENSE

* add more staticman details to readme

* Clearer instructions about reCAPTCHA in YML

* Nest reCAPTCHA param inside Staticman

* Prepend all css selectors with .staticman-comments

Edit suggested by theme owner to avoid CSS rules overriding.

* Add myself to the change log

* Update _config.yml
2018-12-25 17:21:42 -05:00
jpvicari b535468618 Moved Google Analytics to the Head (#419)
* Moved Google Analytics to the Head

* Update CHANGELOG
2018-10-20 17:03:21 -04:00
Harry Khanna dfa273c1a4 Add gtag support for Google Analytics (#374) 2018-07-06 11:31:25 -04:00
키위 362462948f Notch display (#355)
* Notch display

* Notch display

* Update main.css

mistake
2018-07-04 01:38:17 -04:00
OCram85 7677fbd01a Adds Matomo (aka Piwik) integration (#310)
* adds Matomo (aka Pwiki) integration

* adds tracking code in header
2018-01-22 02:14:52 -05:00
Tony Ho d1da39b34b Add Subresource Integrity (SRI) support (#164) 2017-01-27 18:19:00 -05:00
Cagri Sarigoz 09e037d535 Add Google Tag Manager Integration (#157) 2017-01-08 23:43:53 -05:00
Tony Ho 75f4d8703e Add options to configure HTML document title (#154)
* Add option to use site title as HTML document title

* Add configurable title separator character

* Keep old document title behaviour when not using use-site-title
2017-01-06 03:33:51 -05:00
Viet Anh, Nguyen c69722ba45 add fb app ID, improve social sharing descriptions (#105)
* add fb app ID, improve social sharing descriptions

* add share-img

* Fix sharing img

* Change for fb app ID and Google Analytics
2016-09-29 01:36:33 -07:00
Dean Attali c09fefc22a Update head.html 2016-07-25 19:40:21 -07:00
Dean Attali 0f19afc196 remove hardcoded image 2016-07-20 15:07:25 -07:00
Dean Attali abf1334585 add support for twitter cards (sharing on Twitter will be better); fixes #70 2016-07-20 15:00:09 -07:00
Dean Attali e39543e240 Update head.html 2016-06-04 01:55:17 -07:00
Dean Attali 97f5997c9f Update head.html 2016-06-04 01:54:27 -07:00
Dean Attali be2e6bc932 Update head.html 2016-06-04 01:51:39 -07:00
Dean Attali 57539e35e8 update header to try to fix bug; related to #33 2016-02-04 16:42:30 -08:00
Dean Attali 6d0fff729a hardcode css since github broke jekyll 2016-02-01 19:04:59 -08:00
Dean Attali dd085bd8ea migrate to jekyll3 - layout metadata is accessed via "layout." 2016-02-01 18:07:13 -08:00
Dean Attali 12cd7369f4 only include description meta tag when there is a page-specific description 2015-03-31 00:49:22 -07:00
Dean Attali db17385d13 fix elseif syntax 2015-03-31 00:39:09 -07:00
Dean Attali ed14a7cdc4 add facebook opengraph tags 2015-03-31 00:30:08 -07:00
Dean Attali 757206b082 simplify YAML params and readme 2015-03-03 01:03:01 -08:00