Skip to content

Latest commit

 

History

History
executable file
·
64 lines (56 loc) · 1.77 KB

index.md

File metadata and controls

executable file
·
64 lines (56 loc) · 1.77 KB
layout title nav_order category has_children
post
Yet Cyber Cheatsheets
2
cheatsheets
true

▶️ Play 🔎️ Detect

▶️ Play 🔁 Again

    {% for category in categories_list offset:7 continue %} {% assign cate = category[0] | downcase | downcase | url_escape | strip | split: "-" %}
  • {{ cate[1] | camelcase }} ({{ category[1].size }})
  • {% endfor %}

    {% endif %} {% assign categories_list = nil %}

Cheatsheets full-listing

{% assign timeframe = 5184000 %}

{% for post in site.posts %} {% if post.title != null %}

{% endif %} {% endfor %}
Last updated Cheatsheet Category
{{ post.modified_date | date: "%Y-%m-%d" }} {{ post.title }} {{ post.category }}
<script src="/sortable.js"></script>