Skip to content

✨ feat: introduce a 'series of post' feature #406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 39 commits into from
Nov 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
769d5a3
refactor(page): put comments code together
ZzMzaw Jul 26, 2024
506a4a8
refactor(posts): make meta column width adaptable
ZzMzaw Aug 4, 2024
def4b2d
feat(pagination): display pages only when needed
ZzMzaw Aug 4, 2024
080a1b4
feat: let extra features be used by sections
ZzMzaw Aug 4, 2024
45705ed
feat(series): add a page to display a series
ZzMzaw Aug 7, 2024
e1bdb01
feat(series): reference the series in its pages
ZzMzaw Oct 5, 2024
71a2409
feat(series): add custom placeholders in intro
ZzMzaw Oct 5, 2024
8c31aca
feat(series): add navigation
ZzMzaw Oct 5, 2024
3e61cc4
feat(series): render markdown on series description
welpo Oct 8, 2024
edfe382
feat(series): render MarkDown on series headline
welpo Oct 8, 2024
1b884a8
style(series): redesign for cohesion
welpo Oct 8, 2024
127a1c8
feat(series): remove introduction types
ZzMzaw Oct 9, 2024
fdc356c
feat(series): adapt reversed pagination check
ZzMzaw Oct 11, 2024
e097168
feat(series): add label before series' posts list
ZzMzaw Oct 19, 2024
c056b53
add jump to posts
welpo Oct 25, 2024
4347693
- Add templating for outro, similar/extended from intro code
welpo Oct 25, 2024
a9049ef
add anchor links
welpo Oct 25, 2024
e34f980
docs(series): add source code to code block
welpo Oct 25, 2024
d19f4de
docs(series): add template types and priority system for series articles
welpo Oct 26, 2024
7318eab
docs(series): merge documentation
ZzMzaw Oct 30, 2024
95d8d1a
cleanup previous navigation mechanism
ZzMzaw Oct 31, 2024
2642cc4
docs(series): clean up old series documentation
ZzMzaw Oct 31, 2024
ddbc7af
docs(series): add reverse pages index option
ZzMzaw Oct 31, 2024
3c83cb2
docs(series): update mastering tabi
ZzMzaw Oct 31, 2024
98c8aa1
docs(series): add missing screenshots
ZzMzaw Nov 5, 2024
b7db05b
review docs
welpo Nov 6, 2024
52bc626
fix `_index.md` path
welpo Nov 6, 2024
2712d0a
mention Series in README + tabi project
welpo Nov 6, 2024
19d00de
update screenshots + set to full_width
welpo Nov 6, 2024
475203e
docs(series): add translations
welpo Nov 7, 2024
73f0b07
docs(mastering-tabi): translate Series section
welpo Nov 7, 2024
21820d6
docs(series): add social media cards
welpo Nov 7, 2024
9ed985f
refactor: simplify loop bottom divider logic
welpo Nov 7, 2024
0bf6281
i18n(ar): fix 'jump_to_posts' string
welpo Nov 7, 2024
5c4ae35
remove unused i18n
welpo Nov 7, 2024
a07c234
♻️ refactor(series): simplify page_or_section logic
welpo Nov 7, 2024
d32d7dc
♻️ refactor(series): clarify show jump logic
welpo Nov 7, 2024
1a83241
style: fix missing space before separator - See changes
welpo Nov 7, 2024
2749def
refactor: comment comment above the comment section (:
welpo Nov 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(series): add label before series' posts list
  • Loading branch information
ZzMzaw committed Oct 31, 2024
commit e0971689b06e0da1179e87f41010e9a669f88912
3 changes: 3 additions & 0 deletions templates/series.html
Original file line number Diff line number Diff line change
@@ -20,6 +20,9 @@
</section>

<div id="posts-list">
<h2 class="bottom-divider">
{{ macros_translate::translate(key="all_posts", default="All posts", language_strings=language_strings) }}
</h2>
{%- if paginator %}
{%- set pages = paginator.pages -%}
{% else %}