Commit Graph

245 Commits

Author SHA1 Message Date
Gabriel
4fa9fc8ad4
Make theme compatible with remote_theme (#590); fixes #339 2020-04-26 14:31:05 -04:00
Dean Attali
887c207383
Update README.md 2020-04-26 03:23:36 -04:00
Dean Attali
4d0d304f57
Update README.md 2020-04-26 03:11:06 -04:00
Dean Attali
bb99dcfcf6
simplify readme 2020-04-26 03:10:19 -04:00
Dean Attali
811dfd36df readme updates 2020-04-26 07:00:09 +00:00
Dean Attali
c2e655f7e8 add 'home' layout and use it in index file 2020-04-26 06:57:50 +00:00
Dean Attali
8fc1e5c3ce
add readtime to reademe 2020-04-24 10:58:50 -04:00
Dean Attali
4a708530d9
Update README.md 2020-04-22 17:59:23 -04:00
Sebastian Skałacki
4a19f20383
Allow configuring lang attribute on <html> tag (#608)
Add a page/site configuration variable named "language", which can be
set either in _config.yml or in a front matter in order to customize
value of "lang" attribute on <html> element.  Previously, it was
hardcoded to "en".
2020-04-22 17:58:01 -04:00
Gabriel
6025683e3d
Add CI badge (#615) 2020-04-19 05:02:05 -04:00
Dean Attali
09bbb35651
Update README.md 2020-04-02 01:18:28 -04:00
Dean Attali
19efafbd58
change paypal to github sponsor 2020-04-02 01:17:33 -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
Ben
e48223feb6 Update README.md (#525) 2019-08-01 01:20:14 -04:00
Vincent Tam
35647fdad5 fixed typo (#524) 2019-07-29 15:08:49 -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
168df4b70b
README: add FAQ about mathjax 2019-07-02 14:54:48 -04:00
Vincent Tam
209c71b675 Staticman anti-spam suggestion (#509) 2019-06-25 23:20:19 -04:00
Dean Attali
8edf9a0794
Update README.md 2019-06-22 14:15:50 -04:00
Dean Attali
03b048c16e
Update README.md 2019-06-22 13:20:10 -04:00
Dean Attali
ee340d7674
add a known limitation to readme 2019-06-22 12:01:40 -04:00
Dean Attali
4ea1fce147
add credits to @abelcheung in readme 2019-06-22 11:49:39 -04:00
Dean Attali
789ccdd6a2
update year in readme 2019-06-22 11:45:01 -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
Dean Attali
507d4ec15c
Remove note about permission issues 2019-06-06 20:53:49 -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
yuchenlin
766b62238f README.md: add solution of write permission when setup docker env (#450)
* README.md: add solution of write permission when setup docker env

Signed-off-by: Yu-Chen Lin <npes87184@gmail.com>

* Update README.md
2019-01-20 22:27:18 -06:00
Vincent Tam
1edb5db297 Correct typo introduced at fe40d41d (#449) 2019-01-14 11:32:35 -05:00
Dean Attali
fe40d41da0
Update README.md 2018-12-25 17:52:01 -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
Dean Attali
67a3895758
update http to https in readme 2018-10-11 12:01:58 -04:00
Dean Attali
b52344bde5
Update README.md 2018-07-06 11:36:50 -04:00
Dean Attali
364604551d
Update README.md 2018-06-13 16:19:32 -04:00
npes87184
b9a562da4f add fb comment (#350)
* add fb comment

* Update README.md for facebook comments

* Update _config.yml

* Update README.md
2018-06-08 18:25:07 -04:00
Dean Attali
786849a7c2
Update README.md 2018-05-31 01:30:29 +03:00
284e2fb3f7 update link to personal website (#360) 2018-05-29 00:20:03 +03:00
Dean Attali
dcbf2abef3
add guitarlessons to featured users 2018-05-04 13:21:12 -04:00
Chris Kennedy
f035e4391a Readme.md: fix instructions for dirs with spaces (#351)
$PWD needs to be surrounded in quotes so that the commands work when any folder in the path has a space in it.
2018-04-25 14:54:20 -04:00
npes87184
c3ba5629c4 Fix wrong default layout in README.md (#348) 2018-04-21 12:20:42 -04:00
Dean Attali
d70fe76bf3
Update README.md 2018-04-01 01:06:37 -04:00
Dean Attali
554c3fe8e8
Update README.md 2018-04-01 01:05:34 -04:00
Dean Attali
7f08acc383
update featured users 2018-03-26 11:13:44 -04:00
Dean Attali
0405a2ce04
Update README.md 2018-01-19 00:06:48 -05:00
Dean Attali
f748357b75
Update README.md 2018-01-19 00:00:55 -05:00
3664e56dbd Replaces tag index plugin with native jekyll features (#307)
* remove tag _gen plugin and its folder

* remove deprecated tag index layout

* add tag index page

* link tag index page in nav bar, enable tag links by default

* add button spacer in main css

* fix tag links in post view

* fix tag links on index and pagination

* tag link instuctions removed. it's enabled as default
2018-01-18 23:58:00 -05:00
Dean Attali
22e77cff59
Update README.md 2018-01-15 01:38:59 -05:00
Dean Attali
e45760f6d4
Update README.md 2018-01-15 01:37:51 -05:00
Jennings Zhang
81341a4dd4 Simplify Docker use 🐳 (#303) 2018-01-15 01:25:22 -05:00
Dean Attali
947096bd4e add faq 2017-10-16 20:21:57 -04:00
Dean Attali
1194093d71 add small note for docker issue 2017-10-16 19:34:43 -04:00
yonicd
0636b7ac64 Badge functionality to layout/post.html (#265)
* add badges to default branch

* add instructions in readme for post badges

* update readme

* add instructions for badges to readme yaml

* switch GH badges to iframes and remove comment out cran badges

* remove cran comment and update yaml table in readme file.

* Update README.md

* Update main.css
2017-10-16 15:21:22 -04:00
Dean Attali
bbd747bacf Update README.md 2017-10-13 02:14:33 -04:00
b1a320fe8c adds site reference (#226) 2017-10-03 16:17:56 -04:00
Dean Attali
177ce776ef Update README.md 2017-09-04 12:52:47 -07:00
Dean Attali
6d797d1bd0 Update README.md 2017-09-04 12:41:52 -07:00
Dean Attali
fcbfbe6a13 add credits for @OCram85 as top contributor 2017-09-02 15:50:57 -07:00
Dean Attali
c755467b55 Update README.md 2017-05-08 00:06:12 -04:00
Dean Attali
c8c0cd9952 Update README.md 2017-05-07 02:18:21 -04:00
Oscar Medina
51fc90ac71 Added my site on the list of personal sites (#180)
Added my site under Personal Websites section.
2017-03-14 03:12:00 -04:00
Dean Attali
d335eeebb2 Update README.md 2017-03-08 10:37:56 -05:00
Tony Ho
d1da39b34b Add Subresource Integrity (SRI) support (#164) 2017-01-27 18:19:00 -05:00
Dean Attali
cef600c9fe Update README.md 2017-01-06 03:37:02 -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
Dean Attali
86bda5e4da Update README.md 2017-01-04 02:40:42 -05:00
Dean Attali
622183d6e8 Update README.md 2016-12-24 17:50:08 -05:00
Bryan Britten
66bd2ada99 Allow dynamic images on each blog post (#143)
* Allow dynamic images on each blog post

* Adding responsive CSS for blog post images

* Adding image parameter to YAML front matter
2016-12-24 17:48:55 -05:00
Dean Attali
33c5ffadff Update README.md 2016-12-21 23:07:21 -05:00
Dean Attali
bc854ed771 Update README.md 2016-12-15 16:40:19 -05:00
Dean Attali
43d076a2b6 Update README.md 2016-12-14 23:36:28 -05:00
Dean Attali
f4d6051531 Update README.md 2016-12-14 23:35:49 -05:00
Dean Attali
f57030b10b Update README.md 2016-12-14 17:48:23 -05:00
Dean Attali
af8246fbfa Update README.md 2016-12-14 17:33:19 -05:00
Dean Attali
b638ef8298 change saythanks badge url 2016-12-07 21:36:44 -05:00
Dean Attali
5bbcc0c91d add saythanks badge 2016-12-07 21:16:18 -05:00
Dean Attali
aac651d266 Update README.md 2016-12-07 11:57:59 -05:00
Dean Attali
3f987ea43d Update README.md 2016-12-07 11:56:57 -05:00
Dean Attali
fe7218aa81 Update README.md 2016-12-07 03:00:21 -05:00
Dean Attali
93ab150e9d add gem badge 2016-12-07 01:02:00 -05:00
Dean Attali
db884dde26 Update README.md 2016-11-18 01:13:44 -05:00
Dean Attali
e6d84b3f7c Update README.md 2016-11-18 01:12:23 -05:00
Dean Attali
ea5bc36edc add aqibsaeed.github.io to readme featured users 2016-11-04 17:20:22 -04:00
Dean Attali
e079762439 Update README.md 2016-10-11 11:57:04 -07:00
Dean Attali
6e11daadb2 add anudit.in to featured users 2016-10-11 11:55:32 -07:00
Dean Attali
0c8e202664 Update README.md 2016-10-10 22:08:25 -07:00
Dean Attali
90747c78e9 add note about project page vs user page 2016-10-10 22:07:18 -07:00
Dean Attali
6f40c106f4 Update README.md 2016-10-10 18:00:47 -07:00
Dean Attali
75e31663ac Update README.md 2016-10-10 18:00:22 -07:00
Dean Attali
83c6cbddc2 Update README.md 2016-10-10 17:58:30 -07:00
Dean Attali
fbaec1834e Update README.md 2016-10-08 22:03:13 -07:00
Dean Attali
b12176f37c Update README.md 2016-10-08 22:02:00 -07:00
Marcio Mangar
d707d8aa74 Add Docker (#114)
* added docker

* link to docker install
2016-10-08 21:57:41 -07:00
Evan Walsh
44d86480ff Updated my website URL
👌
2016-09-03 13:32:30 -05:00
Dean Attali
66254dea6c add Olcay Bayram website upon request 2016-08-17 18:04:02 -07:00
Dean Attali
613367bb8c add thanks to @hristoyankov, @jamesonzimmer, @XNerv, @epwalsh, @rtlee9 2016-08-06 17:16:26 -07:00
Dean Attali
99b594d7d1 add copyright and license text to README 2016-08-06 17:04:38 -07:00
Dean Attali
25c823bb29 fix typo in readme 2016-08-06 17:00:33 -07:00
Dean Attali
d430adae91 add info on social-share param to README 2016-08-06 16:51:19 -07:00
Dean Attali
a5e128035a remove a few featured users and add one 2016-07-30 12:12:27 -07:00