website/README.org

58 lines
1.8 KiB
Org Mode
Raw Normal View History

2023-07-29 22:28:36 -04:00
#+title: Foster Hangdaan's Personal Website
#+author: Foster Hangdaan
#+email: foster@hangdaan.email
* About
This is the source code of [[https://www.fosterhangdaan.com]]. It is made with a static site generator called [[https://lume.land/][Lume]].
2023-10-09 10:53:17 -04:00
* Repository
In case you have received this code from another source, the repository can be found online at [[https://code.fosterhangdaan.com/foster/website]].
2023-07-29 22:28:36 -04:00
* Getting Started
2023-10-20 21:27:10 -04:00
#+begin_quote
*IMPORTANT:* This repository uses [[https://git-lfs.com][Git LFS]] for large files. Install and set it up before cloning this repository.
#+end_quote
2023-07-29 22:28:36 -04:00
Run the development server:
#+begin_example
deno task serve
#+end_example
To build:
#+begin_example
deno task build
#+end_example
2023-08-02 20:49:50 -04:00
To deploy:
#+begin_example
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.
2023-10-09 10:53:17 -04:00
* My Contact Information
2023-10-02 18:52:58 -04:00
- Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]]
2024-09-08 10:54:43 -04:00
- GPG Public Key: [[https://minio.fosterhangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]]
2023-10-02 18:52:58 -04:00
2023-10-09 10:53:17 -04:00
* License
2023-10-02 18:52:58 -04:00
2024-09-25 20:12:05 -04:00
This work is licensed under the [[https://creativecommons.org/licenses/by-nd/4.0/][Creative Commons Attribution-NoDerivatives 4.0 International Public License]]. You should have received a copy of this license along with this work.
2023-10-19 20:39:01 -04:00
* Copyright
2023-10-23 09:03:21 -04:00
Copyright \copy 2023 Foster Hangdaan