| title | Recent Posts | ||
|---|---|---|---|
| permalink | / | ||
| layout | archive | ||
| author_profile | true | ||
| sidebar |
|
{% include base_path %}
{% comment %}AI Reports 섹션{% endcomment %} {% assign ai_reports = site.ai_reports | sort: 'date' | reverse %} {% if ai_reports.size > 0 %}
{% for post in ai_reports %} {% include archive-single.html %} {% endfor %} {% endif %}{% comment %}AI Projects 섹션{% endcomment %} {% assign ai_projects = site.ai_projects | sort: 'date' | reverse %} {% if ai_projects.size > 0 %}
{% for post in ai_projects %} {% include archive-single.html %} {% endfor %} {% endif %}{% comment %}Fundamentals 섹션{% endcomment %} {% assign fundamentals = site.fundamentals | sort: 'date' | reverse %} {% if fundamentals.size > 0 %}
{% for post in fundamentals %} {% include archive-single.html %} {% endfor %} {% endif %}