51 lines
1.4 KiB
Org Mode
51 lines
1.4 KiB
Org Mode
#+title: Foster Hangdaan's Personal Website
|
|
#+author: Foster Hangdaan
|
|
#+email: foster@hangdaan.email
|
|
|
|
* About
|
|
|
|
This is the source code of my [[https://www.fosterhangdaan.com][personal website & blog]].
|
|
|
|
The repository can be found online at [[https://code.fosterhangdaan.com/foster/website]].
|
|
|
|
* Getting Started
|
|
|
|
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
|
|
|
|
* My Contact Information
|
|
|
|
- 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]]
|
|
|
|
* License
|
|
|
|
Copyright (C) 2023 Foster Hangdaan
|
|
|
|
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/>.
|