Skip to content

Commit 128e54f

Browse files
fix: paginator
1 parent 8eaf4f8 commit 128e54f

File tree

84 files changed

+4824
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+4824
-216
lines changed

assets/styles/components/cards.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
.card-body {
24-
text-align: center;
24+
text-align: justify;
2525
}
2626

2727
.card-img-top {
@@ -120,3 +120,7 @@ html[data-theme='dark'] {
120120
}
121121
}
122122
}
123+
124+
.highlight {
125+
text-align: justify;
126+
}

hugo.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ languages:
4444
languageName: English
4545
title: "Stefano Giannini"
4646
weight: 1
47+
48+
4749
# it:
4850
# languageCode: it
4951
# languageName: Italiano
@@ -68,6 +70,12 @@ languages:
6870
# default language for the content
6971
defaultContentLanguage: en
7072

73+
74+
# Paginator
75+
pagination:
76+
pagerSize: 2
77+
path: page
78+
7179
# Allow raw html in markdown file
7280
markup:
7381
goldmark:

layouts/notes/list.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
<section class="content-section" id="content-section">
3232
<div class="content container-fluid" id="content">
3333
<div class="container-fluid note-card-holder" id="note-card-holder">
34-
{{ $paginator := .Paginate .RegularPagesRecursive 2 }}
34+
{{ $paginator := .Paginate .RegularPagesRecursive 10 }}
35+
<!-- <div>Total Pages: {{ $paginator.Pages }}</div> -->
3536
{{ range $paginator.Pages }}
3637
{{ if .Layout }}
3738
{{/* ignore search.md file*/}}

node_modules/.svelte2tsx-language-server-files/svelte-native-jsx.d.ts

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.svelte2tsx-language-server-files/svelte-shims-v4.d.ts

Lines changed: 287 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
88

9-
<link rel="stylesheet" href="/application.b75fd7db826474d1a95fad8a5aec65f60f4e668ee19f6012e8a4af47b191edd3.css" integrity="sha256-t1/X24JkdNGpX62KWuxl9g9OZo7hn2AS6KSvR7GR7dM=" />
9+
<link rel="stylesheet" href="/application.127106980d598a6ccb3bfb54c63c7b8c1f0c012b38a5cb2399401bbc47e17784.css" integrity="sha256-EnEGmA1ZimzLO/tUxjx7jB8MASs4pcsjmUAbvEfhd4Q=" />
1010

1111

1212

@@ -335,7 +335,7 @@ <h4>The page you are looking for is not there yet.</h4>
335335
</footer>
336336

337337

338-
<script src="/application.c33df658e8710604cce1f755c3e07738d3e6f2ee5d8235ba14e7b0397d883e0a.js" integrity="sha256-wz32WOhxBgTM4fdVw&#43;B3ONPm8u5dgjW6FOewOX2IPgo=" defer></script>
338+
<script src="/application.c34ca2f2905a800f297550706d23063437a5848667a7d5221f01e8d00185eb39.js" integrity="sha256-w0yi8pBagA8pdVBwbSMGNDelhIZnp9UiHwHo0AGF6zk=" defer></script>
339339

340340

341341

public/application.127106980d598a6ccb3bfb54c63c7b8c1f0c012b38a5cb2399401bbc47e17784.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/application.659dc9e594f5e8a6801b9bd931efbe230c873bb11c0b208406c4833c6b97c33c.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/application.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/categories/computer-vision/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
88

9-
<link rel="stylesheet" href="/application.b75fd7db826474d1a95fad8a5aec65f60f4e668ee19f6012e8a4af47b191edd3.css" integrity="sha256-t1/X24JkdNGpX62KWuxl9g9OZo7hn2AS6KSvR7GR7dM=" />
9+
<link rel="stylesheet" href="/application.127106980d598a6ccb3bfb54c63c7b8c1f0c012b38a5cb2399401bbc47e17784.css" integrity="sha256-EnEGmA1ZimzLO/tUxjx7jB8MASs4pcsjmUAbvEfhd4Q=" />
1010

1111

1212

@@ -410,7 +410,7 @@ <h5 class="card-title">Florence-2 - Vision Foundation Model - Examples</h5>
410410
Toha
411411
</a>
412412
</div>
413-
<div class="col-md-4 text-center">© 2024 Copyright.</div>
413+
<div class="col-md-4 text-center">© 2025 Copyright.</div>
414414
<div class="col-md-4 text-end">
415415
<a id="hugo" href="https://gohugo.io/" target="_blank" rel="noopener">Powered by
416416
<img
@@ -426,7 +426,7 @@ <h5 class="card-title">Florence-2 - Vision Foundation Model - Examples</h5>
426426
</footer>
427427

428428

429-
<script src="/application.c33df658e8710604cce1f755c3e07738d3e6f2ee5d8235ba14e7b0397d883e0a.js" integrity="sha256-wz32WOhxBgTM4fdVw&#43;B3ONPm8u5dgjW6FOewOX2IPgo=" defer></script>
429+
<script src="/application.c34ca2f2905a800f297550706d23063437a5848667a7d5221f01e8d00185eb39.js" integrity="sha256-w0yi8pBagA8pdVBwbSMGNDelhIZnp9UiHwHo0AGF6zk=" defer></script>
430430

431431

432432

0 commit comments

Comments
 (0)