How to show all images within a folder directory? - Jekyll
{% for image in site.static_files %}
{% if image.path contains 'assets/images/gallery/' %}
{% endif %}
{% endfor %}
{% for image in site.static_files %}
{% if image.path contains 'assets/images/gallery' %}
{% unless image.path contains '-th.' %}
{% endunless %}
{% endif %}
{% endfor %}
Find text in files using the Linux grep command How to Find all Files Containing Specific Text (string) on Linux How to Search and Find Files for Text Strings in Linux Index of Linux Journal Issues, 1994 - 2018
Animation Basics I lost my commands, i need to dump my history file from time to time... - Basics DOC imagemagick.org
# Anchor Links# [Heading Link](#section-i-want)
### [1. Anchor Link](#anchor-link)
# 1.1 [Header](#1.1)
[RepKArenBassDeliverables](#repkarenbassdeliverables)RepKArenBassDeliverables works well on ricothakarashard.github.io/Rashard-GDS
{#id .myClass width=40 height=50}

Anchors in Markdown Using Anchor Links in Markdown-Dave Brock



