Skip to content

Commit 9f72c55

Browse files
committed
adding _setup
1 parent e65b7f5 commit 9f72c55

File tree

7 files changed

+5
-6
lines changed

7 files changed

+5
-6
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,6 @@ paginate_path: "blog/page:num/"
262262
sass:
263263
style: compressed
264264

265-
gems:
265+
plugins:
266266
- jekyll-paginate
267267
- jemoji

_layouts/setup.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@
1818
{{ page.content | markdownify }}
1919

2020
<div>
21-
{% for post in paginator.posts %}
22-
{% include post-list.html%}
21+
<!-- for file in setup/ -->
22+
{% for file in paginator.setup %}
23+
{{ file.content | markdownify }}
2324
{% endfor %}
2425
</div>
2526

26-
{% include pagination.html %}
27-
2827
</div>
2928
</div>
3029
</section>
3130

32-
{% include footer.html %}
31+
<!-- {% include footer.html %} -->
3332

3433
{% include js.html %}
3534

_setup/Gear.md

Whitespace-only changes.

_setup/Homelab.md

Whitespace-only changes.

_setup/Software.md

Whitespace-only changes.

scripts/install

100644100755
File mode changed.

scripts/serve

100644100755
File mode changed.

0 commit comments

Comments
 (0)