diff --git a/README.org b/README.org index 574adb4..3527e30 100644 --- a/README.org +++ b/README.org @@ -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]] diff --git a/_components/footer.tsx b/_components/footer.tsx index 0157bf4..29eec54 100644 --- a/_components/footer.tsx +++ b/_components/footer.tsx @@ -52,18 +52,12 @@ export default function ({ comp }) {

Copyright © 2023 Foster Hangdaan

-

- Made with Lume,{" "} - TypeScript and lots of - {" "} - love. -

+
+ Source + + License + +
); } diff --git a/_components/navbar.tsx b/_components/navbar.tsx index 01c59e5..9017d95 100644 --- a/_components/navbar.tsx +++ b/_components/navbar.tsx @@ -46,16 +46,6 @@ export default function () { /> -
  • - - about - -
  • ); diff --git a/_includes/styles/components/footer.scss b/_includes/styles/components/footer.scss index 5a99c3d..6c3678f 100644 --- a/_includes/styles/components/footer.scss +++ b/_includes/styles/components/footer.scss @@ -22,7 +22,9 @@ .page-footer { } } - .heart { - color: var(--color-red); + .meta { + display: flex; + justify-content: center; + gap: 1rem; } } diff --git a/about.md b/about.md deleted file mode 100644 index 3df1dca..0000000 --- a/about.md +++ /dev/null @@ -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.