Commit graph

119 commits

Author SHA1 Message Date
Foster Hangdaan cddd18fb9c
Minor edit 2023-08-08 19:04:54 -04:00
Foster Hangdaan b38f36b3c5
Update GPG Key page 2023-08-08 19:01:17 -04:00
Foster Hangdaan d70e2ae980
Update About page 2023-08-08 18:55:08 -04:00
Foster Hangdaan a5bd10c3bc
Update home page 2023-08-08 18:52:36 -04:00
Foster Hangdaan ff73fbce10
Move description above separator 2023-08-08 18:48:38 -04:00
Foster Hangdaan 1a098cadd3
Update Resume 2023-08-08 18:43:35 -04:00
Foster Hangdaan d827ad634d
Change to the correct property name 2023-08-06 16:45:45 -04:00
Foster Hangdaan 51fc046abb
Add .dir-locals.el 2023-08-06 16:45:02 -04:00
Foster Hangdaan fe8f19a891
Set appropriate color-scheme according to theme 2023-08-06 11:35:25 -04:00
Foster Hangdaan 1efd79fa27
Prevent icons from being highlighted or selected 2023-08-06 11:11:12 -04:00
Foster Hangdaan c41ee1fb96
Minor edits to Blog page
- Changed content of message when there are no posts
- Changed description
- Add null alt value fro decorative image
2023-08-06 11:04:01 -04:00
Foster Hangdaan 8d3155b10b
Set an empty alt text for decorative <img/> 2023-08-06 10:55:23 -04:00
Foster Hangdaan cbd3143bb7
Added alt text to <img/> elements 2023-08-06 10:48:26 -04:00
Foster Hangdaan 19325bb610
Refactor navbar
- Added `alt` text to `<img/>` tags.
- No longer using a loop since there are not many entries. This also
  simplifies customizing each item.
2023-08-06 10:43:35 -04:00
Foster Hangdaan 10eca1d583
Fix invalid DOM property 2023-08-05 20:15:33 -04:00
Foster Hangdaan cf5c1c5496
Add RSS and JSON feeds 2023-08-05 20:13:10 -04:00
Foster Hangdaan 85b275f2f5
Increase icon size 2023-08-05 17:50:59 -04:00
Foster Hangdaan 5e5319ee3f
Display date on header along with author 2023-08-05 17:47:37 -04:00
Foster Hangdaan 65cf7c1b69
Add layout and data for posts 2023-08-05 17:32:29 -04:00
Foster Hangdaan 81da5bf68c
Add ability to display author on header 2023-08-05 17:30:41 -04:00
Foster Hangdaan 0101221ea8
Move .tag-list style to base.scss
Also decreased tag font size a little bit.
2023-08-05 17:29:36 -04:00
Foster Hangdaan 4e3f05d0df
Add Blog page 2023-08-05 14:46:03 -04:00
Foster Hangdaan e53f775325
Add tag style 2023-08-05 14:45:16 -04:00
Foster Hangdaan a0beae19ca
Accept meta and links data in base layout
This allows you to add custom `<meta/>` and `<links/>` tags inside the
document's `<head>`.
2023-08-05 12:20:31 -04:00
Foster Hangdaan 59a24c72ff
Renamed main layout to "base.tsx" 2023-08-05 10:06:45 -04:00
Foster Hangdaan b47a62ad78
Minor content edit 2023-08-04 23:04:29 -04:00
Foster Hangdaan cab48eed8d
Correct the monospace font mentioned in Credits
It is in fact Cascadia Code.
2023-08-04 22:51:10 -04:00
Foster Hangdaan d88fc05545
Change navbar icon colors
The new link color is now green. The navbar icons should also use the
same color.
2023-08-04 22:47:55 -04:00
Foster Hangdaan f6ba48284d
Removed Deno link from footer
No need to mention Deno since Lume is a Deno framework.
2023-08-04 22:32:29 -04:00
Foster Hangdaan dfbe860b27
Add About page
This page outlines who created the website and the tools used to create it.
2023-08-04 22:29:53 -04:00
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
Foster Hangdaan a2980f4a0a
Use proper var for success blockquote 2023-08-04 21:29:41 -04:00
Foster Hangdaan bac4578a9b
Change color of success semantic 2023-08-04 21:28:49 -04:00
Foster Hangdaan 9df3356a0b
Change links color to green
Just following the Tokyo Night usage guide.
2023-08-04 21:22:09 -04:00
Foster Hangdaan 09c5b0bfdc
Update GPG Key page
- Moved the info/warning to the top of the page.
- Changed some content to make it more concise.
2023-08-04 21:15:18 -04:00
Foster Hangdaan a53f419dbb
Update h2 style
- Removed the bottom border.
- Increased top margin.
2023-08-04 21:07:56 -04:00
Foster Hangdaan 11aca8ccee
Remove unit in global line height
This fixes some issues.
2023-08-04 21:05:43 -04:00
Foster Hangdaan 5d1e8bfe29
Style changes to inline code and code blocks 2023-08-04 20:52:36 -04:00
Foster Hangdaan 4cef060d3a
Increase global line height 2023-08-04 20:50:49 -04:00
Foster Hangdaan c00c83b3c7
Use bg filter color for blockquote icon 2023-08-04 18:22:09 -04:00
Foster Hangdaan cb547e9b0f
Add filter for background color 2023-08-04 18:21:40 -04:00
Foster Hangdaan 507523aaab
Use icons from static file server
The TSX icon components have been deleted since they will no longer be used.
2023-08-04 18:16:39 -04:00
Foster Hangdaan 383a36d43f
Add filter for foreground color 2023-08-04 18:05:56 -04:00
Foster Hangdaan 8d9ee4e59a
Add filter colors
Useful for changing the colors of SVG icons.
2023-08-04 17:31:53 -04:00
Foster Hangdaan 0ca77bed43
Update fonts links 2023-08-04 16:47:55 -04:00
Foster Hangdaan ab2099a44b
Update html metadata
- Add global `lang` attribute
- Add metadata: `author`, `color-scheme` and `theme-color`.
2023-08-04 16:14:14 -04:00
Foster Hangdaan 7de0e1def5
Update icon links 2023-08-04 15:34:33 -04:00
Foster Hangdaan 3fc47d5ea7
Update deno.lock 2023-08-03 22:52:18 -04:00
Foster Hangdaan f2923293b6
Update Lume 2023-08-03 22:49:57 -04:00
Foster Hangdaan 26f92c853a
Add <table/> styles 2023-08-03 22:37:20 -04:00