2023-07-29 22:28:36 -04:00
|
|
|
#+title: Foster Hangdaan's Personal Website
|
|
|
|
#+author: Foster Hangdaan
|
|
|
|
#+email: foster@hangdaan.email
|
|
|
|
|
2023-10-02 18:13:02 -04:00
|
|
|
* About
|
|
|
|
|
2023-10-09 10:53:17 -04:00
|
|
|
This is the source code of my [[https://www.fosterhangdaan.com][personal website & blog]].
|
|
|
|
|
2023-10-09 10:54:22 -04:00
|
|
|
The repository can be found online at [[https://code.fosterhangdaan.com/foster/website]].
|
2023-10-02 18:13:02 -04:00
|
|
|
|
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
|
2023-10-02 18:13:02 -04:00
|
|
|
|
2023-10-09 10:53:17 -04:00
|
|
|
* My Contact Information
|
2023-10-02 18:13:02 -04:00
|
|
|
|
2023-10-02 18:52:58 -04:00
|
|
|
- Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]]
|
|
|
|
- GPG Public Key: [[https://static.fosterhangdaan.com/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]]
|
|
|
|
|
2023-10-09 10:53:17 -04:00
|
|
|
* License
|
2023-10-02 18:52:58 -04:00
|
|
|
|
2023-10-19 22:25:17 -04:00
|
|
|
#+attr_html: :width 200px
|
|
|
|
[[https://static.fosterhangdaan.com/images/agplv3-logo.svg]]
|
2023-10-19 20:52:24 -04:00
|
|
|
|
2023-10-02 18:52:58 -04:00
|
|
|
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/>.
|
2023-10-19 20:39:01 -04:00
|
|
|
|
|
|
|
* Copyright
|
|
|
|
|
2023-10-23 09:03:21 -04:00
|
|
|
Copyright \copy 2023 Foster Hangdaan
|