My personal website & blog. https://www.fosterhangdaan.com/
Find a file
2023-10-05 11:09:26 -04:00
_components Rearrange navbar links 2023-10-05 11:09:26 -04:00
_includes Add styles for images, screenshots & figures 2023-08-27 17:01:51 -04:00
blog Create PostListItem component 2023-08-26 21:26:19 -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 Add ignore rule for "LICENSE.md" 2023-10-02 19:41:35 -04:00
_data.yaml Renamed main layout to "base.tsx" 2023-08-05 10:06:45 -04:00
about.md Expand abbreviation for clarity 2023-10-02 21:45:02 -04:00
deno.json Update Lume to v1.19.1 2023-09-29 22:26:54 -04:00
deno.lock Update Lume to v1.19.1 2023-09-29 22:26:54 -04:00
gpg-key.md Stop certain links from opening in a new tab 2023-09-15 16:28:02 -04:00
index.tsx Stop certain links from opening in a new tab 2023-09-15 16:28:02 -04:00
LICENSE.md Change license to GNU AGPLv3 2023-10-02 18:52:58 -04:00
README.org Add link to repo 2023-10-02 21:42:31 -04:00
resume.md Update Resume 2023-08-16 21:04:30 -04:00

Foster Hangdaan's Personal Website

About

This repository contains the source code of my personal website & blog.

Getting Started

Run the development server:

deno task serve

To build:

deno task build

To deploy:

deno task deploy

Contact Information

License & Copyright

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/>.