layout | title | description | keywords | permalink |
---|---|---|---|---|
default |
Memes |
A collection of memes created by the community. |
memes, rocket, pool, rpl, crypto |
/memes/ |
{%- assign fileArray = "" | split: "," -%} {%- for image in site.static_files -%} {%- if image.path contains 'img/memes' or image.path contains 'img/memes/videos' -%} {%- assign fileArray = fileArray | push: image -%} {%- endif -%} {%- endfor -%} {%- assign fileArray = fileArray | reverse -%}
<script type="text/javascript"> const fileArray = {{fileArray | jsonify}}; </script>A collection of memes created by the community.
Total Memes: {{fileArray.size}}
Leaderboard View RandomDid we miss one? Submit here
{%- assign months = site.data.months -%}
{%- assign files_by_title = fileArray | sort_natural: "basename" | reverse -%}
{%- for file in files_by_title -%}
{%- assign pathSplit = file.basename -%}
{%- assign filename = pathSplit | split: "--" -%}
{%- assign date = filename[0] -%}
{%- assign date_split = date | split: "-" -%}
{%- assign date_year = date_split[0] | split: "--" -%}
{%- capture date_month_num -%}{{date_split[1] | split: "--"}}{%- endcapture -%}
{%- assign date_month_data = months | where: "month_num", date_month_num -%}
{%- capture date_month -%}{%- for month in date_month_data -%}{{ month.name_short }}{%- endfor -%}{%- endcapture -%}
{%- assign date_day = date_split[2] | split: "--" -%}
{%- capture date_readable -%}{{ date_day }}-{{ date_month }}-{{ date_year }}{%- endcapture -%}
{%- assign user = filename[1] | replace: "-", " " -%}
{%- endfor -%}