Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
azntaiji committed Dec 7, 2024
1 parent 89da4d7 commit d76e914
Show file tree
Hide file tree
Showing 42 changed files with 25 additions and 280 deletions.
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ theme_config:
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: false # show blog description in home page

collections:
graphic-design:
output: true
permalink: /:collection/:path/

sass:
style: compressed

Expand Down
46 changes: 5 additions & 41 deletions _data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,15 @@
# https://github.com/riggraz/no-style-please#customize-the-menu

entries:
- title: about
url: https://github.com/azntaiji
# - title: info
# entries:
# - title: a (nearly) no-CSS, fast, minimalist Jekyll theme.
# - title: github repo
# url: https://github.com/riggraz/no-style-please
# - title: "used by <a href='https://riggraz.dev'>riggraz.dev</a> and <a href='https://github.com/riggraz/no-style-please/network/dependents'>many others</a>"

- title: all posts
post_list:
limit: 5
show_more: true
show_more_text: See archive...
show_more_url: archive.html

- title: posts by category
post_list:
category: example2
show_more: true
show_more_text: See more posts...
show_more_url: example2-archive.html

- title: posts by category
post_list:
category: graphic-design
show_more: true
show_more_text: See more posts...
show_more_url: example2-archive.html

- title: posts by tag
post_list:
tag: infographics
show_more: true
show_more_text: See more posts...
show_more_url: example2-archive.html

- title: stories
url: stories

# - title: rss
# url: feed.xml

# - title: another list
# entries:
# - title: with subitems
# entries:
# - title: with subsubitems
# - title: example page
# url: about
url: graphic-design
- title: stories
url: stories
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 4 Biggest Productivity Killers in Your Office
layout: post
category: graphic-design
date: 2024-01-31
modified: 2024-01-31
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 5 Marketing Insights Infographic
layout: post
category: graphic-design
date: 2024-01-31
modified: 2024-01-31
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 6 Levels of Collaboration Infographic
layout: post
category: graphic-design
date: 2024-01-31
modified: 2024-01-31
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions _posts/2020-07-06-strange-post.md

This file was deleted.

84 changes: 0 additions & 84 deletions _posts/2020-07-07-overview-post.md

This file was deleted.

52 changes: 0 additions & 52 deletions _posts/2020-07-08-language-tests.md

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions _posts/2020-07-09-post-example-with-headings-and-toc.md

This file was deleted.

28 changes: 0 additions & 28 deletions _posts/2020-07-09-post-example-with-hr.md

This file was deleted.

14 changes: 11 additions & 3 deletions graphic-design.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
layout: archive
which_category: graphic-design
layout: page
title: Graphic Design Portfolio
---
---

<ul>
{% for item in site.graphic-design %}
<li>
<a href="{{ item.url | relative_url }}">{{ item.title }}</a>
<span> - {{ item.date | date: "%B %d, %Y" }}</span>
</li>
{% endfor %}
</ul>
Loading

0 comments on commit d76e914

Please sign in to comment.