71 lines
2.3 KiB
Org Mode
71 lines
2.3 KiB
Org Mode
#+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]].
|
|
|
|
* 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
|
|
|
|
#+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
|
|
|
|
Run the development server:
|
|
|
|
#+begin_example
|
|
deno task serve
|
|
#+end_example
|
|
|
|
To build:
|
|
|
|
#+begin_example
|
|
deno task build
|
|
#+end_example
|
|
|
|
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.
|
|
|
|
* My Contact Information
|
|
|
|
- Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]]
|
|
- GPG Public Key: [[https://minio.fosterhangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]]
|
|
|
|
* License
|
|
|
|
#+attr_html: :width 200px
|
|
[[https://minio.fosterhangdaan.com/public/images/logos/licenses/agplv3.svg]]
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as
|
|
published by the Free Software Foundation, either version 3 of the
|
|
License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
* Copyright
|
|
|
|
Copyright \copy 2023 Foster Hangdaan
|