Add more links for browsing the site

This commit is contained in:
Leilukin 2025-05-08 18:38:46 +08:00
parent fa8e5696e9
commit 831bc1d565
4 changed files with 6 additions and 2 deletions

View File

@ -96,7 +96,7 @@
.navbar__links { display: none; }
}
@media only screen and (min-width: 800px) {
@media only screen and (min-width: 680px) {
.navbar { padding: 1em 0.6em; }
.navbar__toggle, .navbar__popover { display: none; }
.navbar__links { display: flex; }

View File

@ -17,7 +17,7 @@ eleventyComputed:
<section class="content__section">
<p>Hello! You can call me {{ sitemeta.siteAuthor.name }}. Welcome to my website! This site is my own personal hub and corner on the internet.</p>
<p>You can browse all my contents published on this site through the <a href="/archive">Archive</a> page, or the <a href="/topics">Content Topics</a> page. You can use the <a href="/sitemap">site map</a> to navigate this website.</p>
<p>You can browse all my contents published on this site through the <a href="/archive">Archive</a> page, or the <a href="/topics">Content Topics</a> page. You can use the <a href="/explore">Explore page</a> or the <a href="/sitemap">site map</a> to navigate this website.</p>
<p>Feel free to drop a message and say hi on <a href="/guestbook">my guestbook</a>! You can also contact me by <a rel="nofollow, noindex" href="{{ sitemeta.siteAuthor.emailDecoyUrl }}">sending me an email</a>. Using <a href="https://useplaintext.email/">plain text email</a> is encouraged.</p>

View File

@ -16,3 +16,5 @@ eleventyComputed:
</li>
{{ /for }}
</ul>
<p>You can also navigate this website through the <a href="/sitemap/">site map</a>.</p>

View File

@ -61,6 +61,8 @@ Leilukin is not my real name, but it is an internet pseudonym that I have used s
[Check out my Now page](/now) to learn what I am doing currently.
I have been featured in other media as well; see my [Featured page](/featured) for more.
### Contact Me
The best way to contact me is via email: [{{ sitemeta.siteAuthor.emailEncoded }}]({{ sitemeta.siteAuthor.emailDecoyUrl }}){rel="nofollow, noindex"}. Using [plain text email](https://useplaintext.email/) is encouraged.