Releases: le4ker/personal-jekyll-theme
Releases · le4ker/personal-jekyll-theme
4.0.0 Beta
Prefer forking the master head, since many bugs are fixed by now and new features have been added.
There is a milestone tracking the progress of v.4.0.0 here
Updated documentation and fixed regression in newpost script
Jekyll now requires posts to have an md ending. Documentation and newpost script were updated.
Bug fixes
CSS bug fix
Fixed regression from previous minor release in ul css.
Now ul elements are rendering as expected in the posts and navigation bar ul regression was fixed.
Fixed ul css bug.
ul items were rendering to small due to a css bug.
Added serve script
v3.5.8 Added serve script
Force https everywhere
Added force-https in _config.yml (default to True) for forcing https connection over the website.
Added script to create new post
./scripts/newpost
Bug fix
Fixed social button links (tracked by issue #27)
Merge pull request #27 from eiselems/master correct social buttons fixes #26