Commit Graph

62 Commits

Author SHA1 Message Date
Gabriel
b03fb7311f
Add default values for config variables (#621) 2020-04-23 19:18:23 -04:00
Dean Attali
f8f34e4ce0 fix broken if statements in css 2020-04-19 06:40:34 +00:00
Gabriel
2e3ba13c81
Allow to disable the round avatar (#612) 2020-04-18 18:31:01 -04:00
Ben
f40baa5aa7 removed double spaces (#526) 2019-08-01 01:36:08 -04:00
Vincent Tam
c74b5030c6 Staticman - try to avoid spam by using javascript to write the form action (#521) 2019-07-30 22:24:50 -04:00
Abel Cheung
375e16d085 Refactor code block styles (#516)
* Refactor code block styles

Code block bg adopts to custom user bg color instead of using
hardcoded color, preserving original design as much as possible.

* Revert to linear-gradient(), exchange strip order

repeating-linear-gradient() doesn't generate necessary stripping near
code block borders
2019-07-08 11:17:55 -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
89d1a4fd7e
fix issue 491 - header margins disappeared because of css env variable 2019-05-24 23:11:52 -03:00
Oscar Sironi
8795934e47 Addes a .box-success class (#469)
* Added a .box-success class

Added a .box-success class

* Update main.css
2019-03-26 18:54:40 -04:00
Vincent Tam
1adff11feb Add newline to EOF (#442) 2018-12-25 17:27:22 -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
키위
362462948f Notch display (#355)
* Notch display

* Notch display

* Update main.css

mistake
2018-07-04 01:38:17 -04:00
Harry Khanna
66dcbfda2b Fix code fence css bug when published on gh pages (#366)
fixes #365
2018-06-13 15:51:53 -04:00
Dean Attali
c3efb6f5e4
Update main.css 2018-01-19 01:35:31 -05:00
Dean Attali
5cf9b04863
Update main.css 2018-01-19 01:03:42 -05:00
Dean Attali
363e12cb06
Update main.css 2018-01-19 00:26:23 -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
8febf2a004
Update main.css 2018-01-07 20:36:16 -05:00
Jennings Zhang
3cbba07b3d Fix navlinks-parent color on small screens (#300)
* Fix navlinks-parent color on small screens

* CSS Color 0.2 alpha
2018-01-07 20:35:49 -05:00
Jennings Zhang
aab7d05d3e Set common colours using jekyll config and add more colour customization (#299) 2018-01-07 17:12:21 -05:00
Jennings Zhang
a77474ac07 Remove :focus and :hover rules from .navbar-toggle (#297)
fixes #268
:focus - #ddd color linger on desktop
:hover - #ddd color linger on touchscreen
aria-expanded="true" - set #ddd color when expanded
2018-01-06 17:58:20 -05:00
Alexander Filatov
7bc3cb20ea Avatar now fades with jQuery (#293) (#295) 2018-01-03 01:58:51 -05:00
Dean Attali
c880fd632c make css more efficient 2017-10-18 18:43:28 -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
9cd6f1b716 fix EOL Sequence to LF (#257) 2017-10-03 16:21:54 -04:00
Dean Attali
12892177d0 Update main.css 2017-09-04 13:02:30 -07:00
Dean Attali
0642872cc9 add CSS for separate bg col+image for navbar, page, footer 2017-09-04 12:40:47 -07:00
4b39f58891 adds background pattern (#242)
* adds YAML section bg image

* adds bgimage

* adds bgimage config

* fixes layout for processed css file
2017-09-04 11:46:36 -07:00
2f504509f5 Fixes table borders for gist (#236)
* removes borders in git tables

* adds jekyll-gist plugin

* adds usage example

* fix line ending

* remove jekyll-gist plugin

* remove jekyll-gist gem

* remove gist example

* catch up recent master changes
2017-08-18 02:54:22 -04:00
7292e04267 adds boxes (#227)
* update fontawesome to 4.7

* adds remarkup inspired boxes

* adds markdown example as image

* adds draft post with usage examples

* move box definitions in main.css

* Revert "update fontawesome to 4.7"

This reverts commit 9d7c96cbb2586cd93b91dd099d95c2558aca3bb7.

* moves box examples into showcase post

* fix line endings in test-markdown

* fix line endings
2017-08-17 11:51:45 -04:00
Sam Marder
acb409a386 Added fallback fonts to footer copyright. (#216) 2017-06-17 12:20:47 -04: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
f39b606289 Update main.css 2016-12-15 17:04:01 -05:00
Dean Attali
13ef693f31 add css for navbar title image 2016-12-15 17:00:36 -05:00
Dean Attali
48cf013e55 some modifications to social media sharing section 2016-08-06 16:42:15 -07:00
Ryan Lee
52824340aa Add social share buttons for posts 2016-08-06 10:56:59 -04:00
Pete
23fbedf3fc fix gutter background 2016-07-29 23:09:31 -05:00
Pete
da54dfd21a remove imp 2016-07-29 22:26:26 -05:00
Pete
841a247664 clean up the css 2016-07-29 17:10:26 -05:00
Pete
44aa1f08ea add styling to code blocks with line nums
Kept styling the same for code blocks without line nums, added similar
styling for code blocks with line nums
2016-07-28 21:52:32 -05:00
Dean Attali
325de7bdaa add styling to code blocks (thanks @epwalsh) 2016-07-28 18:33:15 -07:00
Dean Attali
bfc22eafc9 add css for code blocks 2016-07-28 18:18:01 -07:00
Dean Attali
dbab1c3cf6 update tags css 2016-07-27 16:45:49 -07:00
Pete
0eb18422ee minor fixes 2016-07-27 18:20:28 -05:00
Pete
b90c1c8de9 add tags 2016-07-27 15:19:16 -05:00
Dean Attali
b25b0dfc38 Update main.css 2016-06-04 02:05:04 -07:00
nick198205
4eab01235b Update main.css 2016-06-04 06:02:21 +08:00
Dean Attali
df981db1d1 Update main.css 2016-05-01 00:45:16 -07:00
Dean Attali
aa00d360a4 Update main.css 2016-05-01 00:40:31 -07:00
Dean Attali
e6cb0a4f54 support big images; fixes #37 2016-03-18 04:33:17 -07:00