title: Category 1 layout: category-aggregator permalink: category-1.html category: category-1 summary: Summary of a category. It is just a special placeholder wrapped in a particular class, so it looks more interesting. You can always make your own layout for a category, or make a category.html look the way you want. If you want to see the source code of this theme, feel free to check out the repository on <a href=“github.com/ItsMeaga1n/minimal-categorized” target=“_blank”>GitHub</a>.


<hr> <h2>Showcase of customizing aggregator site</h2> <div class=“collection”>

<div class="group">
    <div class="title">Title for this section</div>
    <ul>
        <a class="item" href="super-cat.html">
            <div class="icon"><img src="assets/img/project-1.png"></div>
            <div class="content">
                <h4>Super cat</h4>
                <div class="description">
                    With this customization you can showcase here whatever you want, and create a separate pages fot each of those. This one will redirect to the Super cat site
                </div>
            </div>
        </a>
        <a class="item" >
            <div class="icon"><img src="assets/img/project-2.svg"></div>
            <div class="content">
                <h4>CatoCat</h4>
                <div class="description">
                    CatoCat description. It's very fun and so on. 
                </div>
            </div>
        </a>
    </ul>
</div>
<div class="group">
    <div class="title">Title for this section</div>
    <ul>
        <a class="item" href="gate.html">
            <div class="icon"><img src="assets/img/project-3.svg"></div>
            <div class="content">
                <h4>Gate page</h4>
                <div class="description">
                    This particular cell will take you to the gate webpage, which is a former "homepage". You can still use it if you want!
                </div>
            </div>
        </a>
        <a class="item" href="https://ko-fi.com/itsmeaga1n" target="_blank">
            <div class="icon"><img src="assets/img/ko-fi.jpg"></div>
            <div class="content">
                <h4>Ko-fi</h4>
                <div class="description">
                    If you enjoy what I'm doing, maybe you want to sponsor me a coffee?
                </div>
            </div>
        </a>
    </ul>
</div>
<div class="group">
    <div class="title">Title for this section</div>
    <ul>
        <a class="item">
            <div class="icon"><img src="assets/img/project-4.png"></div>
            <div class="content">
                <h4>Project coffuska</h4>
                <div class="description">
                    Project that converts coffee into lines of code. Or will, right now there is nothing
                </div>
            </div>
        </a>
        <a class="item">
            <div class="icon"><i class="fas fa-cat"></i></div>
            <div class="content">
                <h4>Project X</h4>
                <div class="description">
                    Project X description. It's very fun and so on. Well, for now there is nothing
                </div>
            </div>
        </a>
    </ul>
</div>

</div>