My personal website & blog. https://www.fosterhangdaan.com/
Find a file
Foster Hangdaan f04758c971
Generate navigation items using the nav plugin
The `nav_icon` page data specifies which icon will be displayed in
the nav entry.
2023-08-04 22:00:39 -04:00
_components Generate navigation items using the nav plugin 2023-08-04 22:00:39 -04:00
_includes Use proper var for success blockquote 2023-08-04 21:29:41 -04:00
static/icons Use fonts from my public static file server 2023-08-02 19:19:56 -04:00
styles Refactored fonts 2023-07-27 22:51:48 -04:00
.editorconfig Initial commit 2023-07-23 16:04:28 -04:00
.gitattributes Initial commit 2023-07-23 16:04:28 -04:00
.gitignore Initial commit 2023-07-23 16:04:28 -04:00
_config.ts Convert README from Markdown to Org 2023-07-29 22:28:36 -04:00
_data.yaml Corrected title 2023-07-23 19:01:21 -04:00
deno.json Update Lume 2023-08-03 22:49:57 -04:00
deno.lock Update deno.lock 2023-08-03 22:52:18 -04:00
gpg-key.md Generate navigation items using the nav plugin 2023-08-04 22:00:39 -04:00
index.md Convert content from TSX to Markdown 2023-08-03 19:31:43 -04:00
LICENSE.txt Add LICENSE.txt 2023-07-23 16:26:53 -04:00
README.org Add deploy command in README.org 2023-08-02 20:49:50 -04:00
resume.md Generate navigation items using the nav plugin 2023-08-04 22:00:39 -04:00

Foster Hangdaan's Personal Website

Getting Started

Run the development server:

deno task serve

To build:

deno task build

To deploy:

deno task deploy