bfc4304600
Rebase webpage "Blog - #2 " from version "8.0.0-alpha.2" onto "8.0.0"
2024-02-25 17:15:08 +00:00
a206e42e9c
Rebase webpage "Blog - #1 " from version "8.0.0-alpha.2" onto "8.0.0"
2024-02-25 17:07:20 +00:00
cb4b31beb9
Rebase webpage "Blog - #0 " from version "8.0.0-alpha.2" onto "8.0.0"
2024-02-25 17:06:45 +00:00
03796be388
Properly namespace files via filesystem directories
...
This commit closes issue #44 .
2024-02-15 12:36:29 +00:00
3d881cff31
Add favicon
...
This commit closes issue #43 .
2024-02-15 12:28:03 +00:00
62dded5efc
Rebase webpage "Blog - #3 " from version "7.0.0-alpha.4" onto "7.0.0"
2024-02-15 10:08:00 +00:00
16b26f90e1
Rebase webpage "Blog - #2 " from version "7.0.0-alpha.4" onto "7.0.0"
2024-02-15 10:04:47 +00:00
24bd6ecfaa
Rebase webpage "Blog - #1 " from version "7.0.0-alpha.4" onto "7.0.0"
2024-02-15 09:47:04 +00:00
f7883f86bb
Rebase webpage "Blog - #0 " from version "7.0.0-alpha.4" onto "7.0.0"
2024-02-15 09:46:29 +00:00
7a651eafde
Remove units from img
element height
and width
attributes
...
Units are not permitted to be used in `height` and `width` attributes in
`img` elements.
2024-01-30 00:01:48 +00:00
331f055a96
Add alt
attribute to images
...
`alt` attribute is a mandatory attribute of `<img>` elements.
2024-01-29 23:18:34 +00:00
0a39225eea
Remove duplicate IDs
...
IDs should not be defined multiple times. Use the `<section>` elements
to define the IDs rather than the headings.
2024-01-29 21:41:25 +00:00
f535c3e573
Reorder navigation bar list
2024-01-29 18:30:37 +00:00
fc9d92538c
Rebase webpage "Blog - #3 " from version "6.0.0-alpha.1" onto "6.0.0"
2024-01-29 15:39:13 +00:00
2aa1f5c033
Rebase webpage "Blog - #2 " from version "6.0.0-alpha.1" onto "6.0.0"
2024-01-29 15:38:40 +00:00
a41f4ceb10
Rebase webpage "Blog - #1 " from version "6.0.0-alpha.1" onto "6.0.0"
2024-01-29 15:18:04 +00:00
a3be9fa34d
Rebase webpage "Blog - #0 " from version "6.0.0-alpha.1" onto "6.0.0"
2024-01-29 15:17:27 +00:00
dba0b18bc8
Switch from HTML to XHTML
...
XHTML provides strict parsing checks to enforce XML compliance, unlike
HTML which will allow broken code to load. Code-correctness will
substantially increase with this change.
2024-01-12 08:02:13 +00:00
5ee2274946
Rebase webpage "Blog - #3 " from version "5.1.0-alpha.2" onto "5.1.0"
2024-01-12 05:49:19 +00:00
f02ab746c1
Rebase webpage "Blog - #2 " from version "5.1.0-alpha.2" onto "5.1.0"
2024-01-12 05:34:50 +00:00
5e142a76b1
Rebase webpage "Blog - #1 " from version "5.1.0-alpha.2" onto "5.1.0"
2024-01-12 05:25:20 +00:00
e9abbab8db
Rebase webpage "Blog - #0 " from version 5.1.0-alpha.2 onto 5.1.0
2023-11-24 02:26:32 +00:00
d5f96630cc
Revert "Switch from local relative paths to absolute"
...
This reverts commit 275a159e1336c62e2030ca6e9f092a5f9035d69e.
Webroot conflicts with local root filesystem and causes broken paths
when opening repository files locally. Revert change from relative to
absolute paths until a solution is found.
2023-11-20 04:29:14 +00:00
275a159e13
Switch from local relative paths to absolute
2023-11-20 04:19:37 +00:00
85548fa8cc
Switch navigation bar CSS class to "navbar"
2023-11-20 03:28:03 +00:00
65cb6aa20b
Add webpage "Directory" navigation bar link
2023-11-19 23:00:20 +00:00
90e1ba869f
Rebase webpage "Blog - #3 " from version 5.0.2-alpha.9 onto 5.0.2
2023-11-19 19:46:54 +00:00
6412c38b98
Rebase webpage "Blog - #2 " from version 5.0.2-alpha.9 onto 5.0.2
2023-11-19 19:39:48 +00:00
9c84c7ae5d
Rebase webpage "Blog - #1 " from version 5.0.2-alpha.9 onto 5.0.2
2023-11-19 19:37:09 +00:00
1641e79002
Rebase webpage "Blog - #0 " from version 5.0.3-alpha.9 onto 5.0.3
2023-11-19 19:35:36 +00:00
8c409cc984
Add custom CSS class "nav-bar" for main navigation bar
2023-11-16 17:39:35 +00:00
7a03618760
Reorder file metadata header
2023-11-16 17:00:16 +00:00
cd7849d03d
Reorder head element child elements
2023-11-16 16:52:21 +00:00
78c3e4d562
Close tags without an end tag
...
Closing tags which don't have an end tag provides more correctness for
XML and XHTML tools, and is not against HTML standards despite closing
such tags not being mandatory in HTML.
2023-11-16 16:42:54 +00:00
f16a6355d4
Set head element meta charset attribute to UTF-8
2023-11-16 16:17:34 +00:00
eca9fc50f9
Add HTML lang attribute
2023-11-16 16:03:33 +00:00
0e685dd463
Switch table of contents from section element to nav
2023-11-16 15:52:59 +00:00
84b7c9b655
Fix nav element
2023-11-16 15:19:34 +00:00
00d56aee87
Switch navigation bar from custom sidebar element to proper nav
2023-11-16 15:02:24 +00:00
2d4077441a
Rebase webpage "Blog - #3 " from version 5.0.1-alpha.1 onto 5.0.1
2023-11-14 19:26:53 +00:00
a93dd99d45
Rebase webpage "Blog - #2 " from version 5.0.1-alpha.1 to 5.0.1
2023-11-14 19:26:24 +00:00
a168bb9f47
Rebase webpage "Blog - #1 " from version 5.0.1-alpha.1 onto 5.0.1
2023-11-14 19:25:20 +00:00
05e072e54a
Rebase webpage "Blog - #0 " from version 5.0.2-alpha.1 onto 5.0.2
2023-11-14 19:22:55 +00:00
cb53e8a9b4
Fix code to conform to code style
2023-11-11 11:48:34 +00:00
5c10e5038e
Update legacy Twitter name to X
2023-11-11 10:22:03 +00:00
eab68188a5
Fix code to conform to code style
2023-11-11 10:20:54 +00:00
ede5e92a5c
Improve readability
2023-10-31 02:57:38 +00:00
ca0379fde5
Switch to proper emphasis code
2023-10-31 02:54:52 +00:00
c3f8f978a2
Fix code to conform to code style
2023-10-31 02:51:29 +00:00
2b1a6a7193
Remove unnecessary line break
2023-10-31 02:30:07 +00:00