Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added portfolio entry on top right #52

Closed
wants to merge 2,918 commits into from
Closed

added portfolio entry on top right #52

wants to merge 2,918 commits into from

Conversation

Xavier-J-Ortiz
Copy link

additionally, moved to dark theme

mprytoluk and others added 30 commits August 28, 2020 17:41
* Rename include

* Add grid view test pages

* Rename `.post__meta-sep` and use CSS to add line break

* Improve collection grid archive

* Improve page grid archive

* Enable `grid`

* Don't show date icon if there is no `date` value

* Add blank line at EOF

* Add space

* Wrap date and reading time in named `span` elements
Close #2678
* Fix #2635

* Update CHANGELOG and history
When the figure helper is used in a list, which can be either ordered or
unordered, and no caption is specified, a line with text "</figure>"
will be shown below the figure on the rendered page.

This is because, if the '{% if include.caption %}' evaluates to false,
the lines between that 'if' statement and '{% endif %}' will be emptied,
not removed, so the block will be filled by empty lines.

HTML ignores redundant empty lines, but Markdown takes them seriously.
In addition, Markdown expects proper indentation of lines inside lists,
and the closing '</figure>' tag is not indented.  When combined, the
empty space and absence of indentation cause Markdown to process the
'</figure>' tag as a separate paragraph instead of an HTML tag, thus the
text for the tag is directly rendered on the page.

The fix for this issue is very simple: remove the empty space when
'include.caption' is false.  As described in
<https://shopify.github.io/liquid/basics/whitespace/>, this can be done
by adding hyphens to the 'if' and 'endif' tags.
Update allejo/jekyll-toc to v1.0.14
Xavier-J-Ortiz and others added 28 commits March 25, 2022 20:47
…onal context to headaches I ran into when troubleshooting RVM on the build machine as the jenkins user
…mistakes-theme documentation quick-start-guide
@Xavier-J-Ortiz Xavier-J-Ortiz deleted the portfolio branch April 1, 2022 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet