My personal website & blog. https://www.fosterhangdaan.com/
Find a file
Foster Hangdaan 1b1482a8d9
Under the hood changes to container styles
Previously, the entire main content was fitted inside one element. Now,
each section and container handle their own paddings and margins. This
allows for more flexibility as to how each container can be styled.
2023-07-26 22:31:46 -04:00
_components Move separator into its own component 2023-07-26 22:02:15 -04:00
_includes Under the hood changes to container styles 2023-07-26 22:31:46 -04:00
styles Move header styles to dedicated SCSS file 2023-07-26 22:06:55 -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 Add LICENSE.txt 2023-07-23 16:26:53 -04:00
_data.yaml Corrected title 2023-07-23 19:01:21 -04:00
deno.json Upgrade Lume 2023-07-26 15:24:34 -04:00
deno.lock Upgrade Lume 2023-07-26 15:24:34 -04:00
index.tsx Add header component 2023-07-26 16:34:06 -04:00
LICENSE.txt Add LICENSE.txt 2023-07-23 16:26:53 -04:00
README.md Add README.md 2023-07-23 16:21:17 -04:00
resume.tsx Add content to Resume page 2023-07-26 21:51:01 -04:00

Foster Hangdaan's Personal Website

Visit the website at https://www.fosterhangdaan.com.

Getting started

Run the development server:

deno task serve

To build:

deno task build