Commit Graph

27 Commits

Author SHA1 Message Date
8e634fd52a bug fix: when using an image as a navbar title, use relative path so that a GitHub Project page will have the correct path 2020-10-26 18:09:49 -04:00
54d33dc947 Update nav.html 2020-09-16 21:06:21 -04:00
73ca9e017a Update nav.html 2020-09-16 19:52:43 -04:00
58183b8a15 fix bug where navbar burger button didn't always revert to the correct light one 2020-09-16 23:47:10 +00:00
421d146e22 navbar: change burger to xl instead of lg 2020-09-16 01:58:28 -04:00
c54c6bd9e9 change width of navbar collapse; fixes #719 2020-09-16 03:38:58 +00:00
86b9f8236c fix nav-short option to have short avatar and to not have top whitespace 2020-08-31 17:46:42 +00:00
5068c2de8d make show-avatar default for everyone (fixes #715) 2020-08-31 17:08:28 +00:00
1db4dd96fa ensure all images have alt text 2020-08-23 22:21:47 +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
b02653b081 add alt to images in navbar 2020-05-02 07:39:55 +00:00
54ca402373 upgrade to bootstrap 4, complete rewrite of template (#629) 2020-05-02 02:10:20 -04:00
9bf17b2c40 add option nav-short to have navbar permanently collapsed 2020-04-28 20:09:00 +00:00
b03fb7311f Add default values for config variables (#621) 2020-04-23 19:18:23 -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
be70a4d706 Fixed avatar img link on LINE51 (contained space) (#448)
Removed the extra space after {{ site.url }} and before "
2019-01-10 16:22:23 -05:00
f7040fe7b3 Fixed avatar img link (contained space) (#290) 2018-01-05 17:31:43 -05:00
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
14cbc5a266 Support title-img config param to have image in the navbar instead of text 2016-12-15 16:46:53 -05:00
da5e93841b refactor navbar menus code 2016-03-18 03:04:50 -07:00
4fe69971e3 support menus in navbar 2016-03-17 21:20:11 -07:00
2d5fb57c48 Fix show-avatar to work on both pages and layouts 2016-02-09 00:40:05 +02:00
726508dd95 Add conditional avatar 2016-02-07 18:22:13 +02:00
84fbbe8a83 support external links in navbar; fixes #3 2015-11-19 01:37:41 -08:00
709f591ab4 initial commit 2015-03-02 12:06:05 -08:00