Skip to content

Commit e5a8234

Browse files
committed
fix: remove next,previous button
1 parent 372271f commit e5a8234

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title: ~hi, it's Nui
33
---
44

5-
not so much to say, just hope i'll entertain you somehow. <a href="https://linkedin.com/in/rainuily" target="_blank">![Image title](./img/social/linkedin.png){ align=right width="32" }</a> <a href="https://github.com/rxinui" target="_blank">![Image title](./img/social/github.png){ align=right width="32" }</a>
5+
<a href="https://linkedin.com/in/rainuily" target="_blank">![Image title](./img/social/linkedin.png){ align=right width="32" }</a> <a href="https://github.com/rxinui" target="_blank">![Image title](./img/social/github.png){ align=right width="32" }</a>
6+
7+
not so much to say, just hope i'll entertain you somehow.
68

79
*ps: i do platform engineering and i code in open source.*
810

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<footer>
2727
<center>
2828
<p style="font-size: 10px">
29-
theme by <a href="https://github.com/FernandoCelmer/mkdocs-simple-blog">fernando celmer</a>
29+
made with anxiety by <a href="https://github.com/rxinui">@rxinui</a>, theme by <a href="https://github.com/FernandoCelmer/mkdocs-simple-blog">fernando celmer</a>
3030
</p>
3131
</center>
3232
</footer>

docs/stylesheets/extra.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.nav-link[rel="next"] {display: none;}
2+
.nav-link[rel="prev"] {display: none;}

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ markdown_extensions:
2323
extra:
2424
analytics:
2525
provider: custom
26+
extra_css:
27+
- stylesheets/extra.css

0 commit comments

Comments
 (0)