Commit Graph

126 Commits

Author SHA1 Message Date
Dean Attali
b492d72764 add feed_show_tags option 2020-09-01 05:48:24 +00:00
Dean Attali
5068c2de8d make show-avatar default for everyone (fixes #715) 2020-08-31 17:08:28 +00:00
Dean Attali
7d784b37c8 add config option 'feed_show_excerpt 2020-08-30 07:25:36 +00:00
Dean Attali
c677c7e114
change default timezone to east coast 2020-08-23 22:25:58 -04:00
Dean Attali
43d79b6dc9 remove link-tags settings 2020-08-23 22:19:15 +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
3ea3d52dbd small updates to config file params documentation 2020-08-22 23:44:19 +00:00
Dean Attali
79fa638686
change footer and header grey to slightly darker for more contrast 2020-08-16 18:16:19 -04:00
Amy Troschinetz
29381b1992
Cleans up trailing whitespace (#700) 2020-08-08 20:13:28 -04:00
Dean Attali
332a3adaa2 fix documentation for latest features 2020-08-08 06:09:00 +00:00
Amy Troschinetz
ac04e14954
Adds configuration for text-color (#694) 2020-08-07 23:07:45 -04: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
Dean Attali
58835f4098
update config to be more clear about staticman params 2020-07-13 01:12:03 -04:00
hsleese
f09523f16e
Add orcid and google scholar (#670) 2020-07-07 01:29:55 -04:00
Dean Attali
3ecedf0684
Update _config.yml 2020-06-11 23:52:15 -04:00
Germo Görtz
930fb01aeb
improved documentation for round-avatar: true (#658) 2020-06-11 23:51:45 -04:00
Germo Görtz
b9c5bb97ba
Add social share: VK (#657) 2020-06-11 22:53:39 -04:00
Nikolaos Perrakis
fb0569f433
Adding mastodon social network link (#651) 2020-06-07 19:17:44 -04:00
Dean Attali
54ca402373
upgrade to bootstrap 4, complete rewrite of template (#629) 2020-05-02 02:10:20 -04:00
Dean Attali
5a63269417
add calendly to config 2020-04-28 15:40:00 -04:00
Dean Attali
685c408652 move all beautifuljekyll links to dedicated site and replace http with https 2020-04-27 19:14:09 +00:00
Dean Attali
6f2f068075
remove comment platform details from readme and move it all to config 2020-04-27 11:10:04 -04:00
mashed-potatoes
2a852fe03b
Add Telegram to social links (#625) 2020-04-27 02:02:58 -04:00
Dean Attali
29e7fce9fc attempt to add all gem requirements to master 2020-04-27 03:35:14 +00:00
Dean Attali
97a7fa064c remove docker for simplification 2020-04-27 03:19:52 +00:00
Dean Attali
e8566a503d
Update _config.yml 2020-04-26 21:54:04 -04:00
Dean Attali
0d12d1079c
dont include docs/ in built site 2020-04-26 20:19:49 -04:00
Dean Attali
36ad3dcf62
remove prose for the sake of simplifying 2020-04-26 20:14:15 -04:00
Dean Attali
ee38e78f86
remove url and baseurl from config 2020-04-26 19:35:03 -04:00
Dean Attali
3af145b74d
Update _config.yml 2020-04-26 17:49:28 -04:00
Gabriel
4fa9fc8ad4
Make theme compatible with remote_theme (#590); fixes #339 2020-04-26 14:31:05 -04:00
Matt Erickson
a8332c40fd
add readtime for posts (#622) 2020-04-24 10:25:30 -04:00
Dean Attali
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
Dean Attali
ed5bf8d8f1 rearrange and better document config file 2020-04-24 00:39:44 +00:00
Dean Attali
3cb1e1601c simplify author name config variable 2020-04-24 00:30:01 +00:00
Dean Attali
da53b77037
rearrange and improve config file 2020-04-23 19:35:42 -04:00
Gabriel
2e3ba13c81
Allow to disable the round avatar (#612) 2020-04-18 18:31:01 -04:00
colynn.liu
890f66966e
add utterances comments support (#596) 2020-04-01 17:25:11 -04:00
Dean Attali
9486c6edd2 Remvoe justcomments because it's being killed end of year 2020-03-23 11:57:25 -04:00
Bang Jun-young
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
Vincent Tam
94161dbef7 Staticman documentation enhancement (#514)
* Add a link to Staticman: Webhooks

* Clearer README on Staticman reCAPTCHA and endpoint

* Update README after owner's feedback

* Update staticman.yml after owner's feedback

* Further improve Staticman templates

* Corrected Staticman config instructions

* Update staticman.yml

* Update _config.yml

* Update README.md
2019-07-08 15:36:17 -04:00
Dean Attali
33b19d399c
Update _config.yml 2019-06-22 12:55:57 -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
Yu-Chen Lin
2aaa2c8475 R.I.P. Google Plus (#501)
Signed-off-by: Yu-Chen Lin <npes87184@gmail.com>
2019-06-07 00:17:45 -04:00
Oleksii Rudenko
58e8f7db85 Rename just-comments to JustComments (#492) 2019-05-14 12:42:59 -04:00
Hugo Alves
e6cc1835f7 Integration with just-comments (#468)
Add support for just-comments
2019-03-25 18:07:45 -04:00
Dean Attali
82b4d28a38
Update _config.yml 2018-12-25 18:07:36 -05:00