Move meta info to README and footer

This removes the About page and moves its contents to the README and footer.
This commit is contained in:
Foster Hangdaan 2024-06-05 20:53:54 -04:00
parent 1acfde4320
commit d19be7b112
Signed by: foster
GPG key ID: E48D7F49A852F112
5 changed files with 23 additions and 47 deletions

View file

@ -4,9 +4,11 @@
* About
This is the source code of my [[https://www.fosterhangdaan.com][personal website & blog]].
This is the source code of [[https://www.fosterhangdaan.com]]. It is made with a static site generator called [[https://lume.land/][Lume]].
The repository can be found online at [[https://code.fosterhangdaan.com/foster/website]].
* Repository
In case you have received this code from another source, the repository can be found online at [[https://code.fosterhangdaan.com/foster/website]].
* Getting Started
@ -32,6 +34,15 @@ To deploy:
deno task deploy
#+end_example
* Assets
Sources for assets used in the site:
- The icons are from [[https://tabler-icons.io/][Tabler Icons]] and [[https://simpleicons.org/][Simple Icons]].
- The colour palette of both the light theme and the dark theme is from [[https://github.com/enkia/tokyo-night-vscode-theme][Tokyo Night]].
- The sans-serif fonts are [[https://github.com/mona-sans][Mona Sans and Hubot Sans]].
- The monospace fonts are from the [[https://monaspace.githubnext.com][Monaspace]] font superfamily.
* My Contact Information
- Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]]

View file

@ -52,18 +52,12 @@ export default function ({ comp }) {
</a>
</div>
<p>Copyright &copy; 2023 Foster Hangdaan</p>
<p>
Made with <a href="https://lume.land/">Lume</a>,{" "}
<a href="https://www.typescriptlang.org/">TypeScript</a> and lots of
{" "}
<img
src="https://static.fosterhangdaan.com/icons/tabler-icons/v2.47.0/svg/heart.svg"
className="icon"
style={{ filter: "var(--filter-red)" }}
title="love"
alt="love"
/>.
</p>
<div className="meta">
<a href="https://code.fosterhangdaan.com/foster/website">Source</a>
<a href="https://code.fosterhangdaan.com/foster/website/src/branch/trunk/LICENSE.md">
License
</a>
</div>
</footer>
);
}

View file

@ -46,16 +46,6 @@ export default function () {
/>
</a>
</li>
<li className="navbar-list-item">
<a href="/about/" title="About">
<img
src="https://static.fosterhangdaan.com/icons/tabler-icons/v2.47.0/svg/info-circle.svg"
className="icon"
style={iconStyle}
alt="about"
/>
</a>
</li>
</ul>
</nav>
);

View file

@ -22,7 +22,9 @@ .page-footer {
}
}
.heart {
color: var(--color-red);
.meta {
display: flex;
justify-content: center;
gap: 1rem;
}
}

View file

@ -1,21 +0,0 @@
---
title: About
description: About this website and credits where credit is due.
---
This is the personal website and blog of Foster Hangdaan and was created with
[Lume](https://lume.land/) and [TypeScript](https://www.typescriptlang.org/).
The [source code](https://code.fosterhangdaan.com/foster/website) is under the
GNU Affero General Public License (version 3 or later).
## Credits
- The icons are from [Tabler Icons](https://tabler-icons.io/) and
[Simple Icons](https://simpleicons.org/).
- The colour palette of both the light theme and the dark theme is from
[Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme).
- The sans-serif fonts are
[Mona Sans and Hubot Sans](https://github.com/mona-sans).
- The monospace fonts are from the [Monaspace](https://monaspace.githubnext.com)
font superfamily.