kir-dev / kir-dev/kir-dev.sch.bme.hu

Kategóriák bevezetése, dokumentácója

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
CSS
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Jó lenne, ha lenne policy a kategóriákra (pl. pek, frontend a frontend vasárnaphoz, stb).

Lehetne menő kapcsolódó posztokat csinálni ez alapján.

<div class="related">
  <h2>More posts in '{{page.categories.first}}' category</h2>
  <ul class="related-posts">
    {% for post in site.categories[page.categories.first] %}
      {% if page.title != post.title %}
        <li>
          <h3>
            <small>{{ post.date | date_to_string }}</small> &raquo;
            <a href="{{ post.url }}">{{ post.title }}
            </a>
          </h3>
        </li>
      {% endif %}
    {% endfor %}
  </ul>
</div>

Persze lehetne ugyanezt tagek alapján is vagy kinek mi az ízlése. Esetleg limitálni, hogy hány kapcsolódó poszt jelenjen meg.
Ehhez kapcsolódhat a #2 is.

A kategóriáknak kell egy külön oldal is, ezt pluginnekkel lehet elérni. Meg kell nézni, hogy milyen kategória oldalakat generáló pluginnek elérhetőek jelenleg. Ebből egyet be kellene üzemelni.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the Jekyll site configuration and the post template containing the related-posts snippet, then check which category-page plugins are currently available. Resolve whether categories or tags are preferred and how many related posts to show. Done means the policy, related-post display, and generated category page are implemented consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, jekyll
Domain
content
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.