7f45ae2618
support head-extra
2020-08-08 21:44:57 -04:00
29381b1992
Cleans up trailing whitespace ( #700 )
2020-08-08 20:13:28 -04:00
67848364f3
meta description: use site description if page one is not provided
2020-08-08 18:32:36 -04:00
5490b4841d
Adds og:site_name support ( #699 )
2020-08-08 02:18:14 -04:00
332a3adaa2
fix documentation for latest features
2020-08-08 06:09:00 +00:00
8c0156c1af
Adds support for meta keywords ( #691 )
2020-08-07 23:06:10 -04:00
ed31f79fb6
Adds support for meta theme-color ( #692 )
2020-08-07 22:13:54 -04:00
741f7378bd
Adds configuration for additional site css ( #695 )
2020-08-07 21:10:02 -04:00
3021233850
Adds page configuration for description ( #690 )
2020-08-07 21:03:44 -04:00
68a0e505bf
Fix staticman UI to work with bootstrap 4; fixes #679 ( #681 )
2020-07-13 01:09:27 -04:00
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
f23fe9c418
fix jquery version in staticman ( #675 )
2020-07-12 01:18:39 -04:00
f09523f16e
Add orcid and google scholar ( #670 )
2020-07-07 01:29:55 -04:00
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
70f7345a29
replace 'image' YAML param with 'thumbnail-img' and don't use the thumbnail as the page avatar
2020-07-05 05:18:31 +00:00
23322c281f
Add support for Twitter's 'summary_large_image' ( #668 )
2020-06-30 15:06:03 -04:00
45ef2fc8c0
Use Open Graph type 'article' for blog posts ( #669 )
2020-06-28 15:53:25 -04:00
b9c5bb97ba
Add social share: VK ( #657 )
2020-06-11 22:53:39 -04:00
fb0569f433
Adding mastodon social network link ( #651 )
2020-06-07 19:17:44 -04:00
b02653b081
add alt to images in navbar
2020-05-02 07:39:55 +00:00
abadcd5ede
remove googlefonts and use plain CSS instead
2020-05-02 06:36:45 +00:00
54ca402373
upgrade to bootstrap 4, complete rewrite of template ( #629 )
2020-05-02 02:10:20 -04:00
bd1f95de23
add YAML option footer-extra
2020-04-28 21:24:45 +00:00
9bf17b2c40
add option nav-short to have navbar permanently collapsed
2020-04-28 20:09:00 +00:00
65a7997daa
fix calendly href
2020-04-28 15:39:26 -04:00
51de89b63b
social network links: add calendly support
2020-04-28 15:37:46 -04:00
b640dbcbc0
social network links: fix bug where RSS was showing up even if turned off
2020-04-28 15:34:30 -04:00
f100dba676
social network links: move email to be first
2020-04-28 15:33:16 -04:00
685c408652
move all beautifuljekyll links to dedicated site and replace http with https
2020-04-27 19:14:09 +00:00
1f824b19e9
fix staticman css
2020-04-27 10:19:14 -04:00
1fbf55a390
fix staticman to use correct js files
2020-04-27 10:18:00 -04:00
2a852fe03b
Add Telegram to social links ( #625 )
2020-04-27 02:02:58 -04:00
a8332c40fd
add readtime for posts ( #622 )
2020-04-24 10:25:30 -04:00
3455e3073b
remove socialnetworks data file, in preparation for remote_theme that doesn't support data folders; fixes #614
2020-04-24 01:54:35 +00:00
3cb1e1601c
simplify author name config variable
2020-04-24 00:30:01 +00:00
b03fb7311f
Add default values for config variables ( #621 )
2020-04-23 19:18:23 -04:00
cefc491b8d
Update utterances-comment.html
2020-04-01 18:26:26 -04:00
306e4ac73d
Update utterances-comment.html
2020-04-01 17:49:55 -04:00
4cdb150357
small refactor and cleanup to comments system
2020-04-01 17:37:53 -04:00
890f66966e
add utterances comments support ( #596 )
2020-04-01 17:25:11 -04:00
9486c6edd2
Remvoe justcomments because it's being killed end of year
2020-03-23 11:57:25 -04:00
67ced3d068
Update to Font Awesome 5 ( #587 )
2020-03-16 14:36:28 -04:00
f2ef9f238d
Use URI templates for social network links ( #586 )
2020-03-15 17:41:12 -04:00
ff32d628f4
Use v2 for JustComments ( #538 )
2019-09-05 11:07:11 -04:00
96c25086b5
Add support for customizable date format ( #533 )
...
* Add support for customizable date format
* Add support for customizable date format
2019-08-14 14:10:59 -04:00
590651fbda
Reorder scripts in footer ( #522 )
2019-08-05 03:16:37 -04:00
c74b5030c6
Staticman - try to avoid spam by using javascript to write the form action ( #521 )
2019-07-30 22:24:50 -04:00
db9bbfe546
Obsoletes navbarlink with relative_url filter ( #508 )
2019-06-23 17:11:26 -04:00
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
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