My personal website & blog. https://www.fosterhangdaan.com/
Find a file
2023-08-08 19:04:54 -04:00
_components Move description above separator 2023-08-08 18:48:38 -04:00
_includes Set appropriate color-scheme according to theme 2023-08-06 11:35:25 -04:00
blog Minor edits to Blog page 2023-08-06 11:04:01 -04:00
static/icons Use fonts from my public static file server 2023-08-02 19:19:56 -04:00
styles Add Blog page 2023-08-05 14:46:03 -04:00
.dir-locals.el Add .dir-locals.el 2023-08-06 16:45:02 -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 Change to the correct property name 2023-08-06 16:45:45 -04:00
_data.yaml Renamed main layout to "base.tsx" 2023-08-05 10:06:45 -04:00
about.md Update About page 2023-08-08 18:55:08 -04:00
deno.json Update Lume 2023-08-03 22:49:57 -04:00
deno.lock Add RSS and JSON feeds 2023-08-05 20:13:10 -04:00
gpg-key.md Minor edit 2023-08-08 19:04:54 -04:00
index.md Update home page 2023-08-08 18:52:36 -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 Update Resume 2023-08-08 18:43:35 -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