|
44288b419c
|
Put the <link>s for PGP keys into the page header instead of the h-card itself, since it's invalid HTML to have <link> in the body
|
2017-10-14 15:35:16 +11:00 |
|
|
c184136f8a
|
Remove unnecessary templates for Handler.Entries - this allows it not to use TH at all :)
|
2017-10-14 15:04:01 +11:00 |
|
|
8099912fdc
|
Put p-name on the e-content element as well if there's no actual entry name
|
2017-10-13 23:07:17 +11:00 |
|
|
a0b8425911
|
Change the alt on user avatars so it's just the user's name without 'Avatar for', since the h-entry parser infers that the alt is the user's name
|
2017-10-13 22:47:53 +11:00 |
|
|
fa992bc861
|
Make entry names optional, since notes shouldn't have names and articles should
|
2017-10-11 23:34:36 +11:00 |
|
|
10b1ed834a
|
Display an adorable tiny sparkline-style avatar for the p-author on each h-entry
|
2017-10-11 23:09:22 +11:00 |
|
|
e69202829a
|
Add an /avatars/#UserId route which redirects to the user's current avatar every time, so you don't need to update remote references to it
|
2017-10-11 21:38:53 +11:00 |
|
|
3830bed42e
|
Remove the gross schema.org attributes from the h-card, since mf2 provides the same information in a nicer format anyway
|
2017-10-11 13:19:13 +11:00 |
|
|
0055a4160b
|
Use an Esqueleto query to efficiently fetch and render the user profiles on h-cards, rather than several queries and lots of fussing around
|
2017-10-11 13:16:47 +11:00 |
|
|
5f4e94bfd2
|
Show the exact published and updated times of each h-entry as [title]s
|
2017-10-11 00:14:08 +11:00 |
|
|
09731053c2
|
Support non-fa site icons by giving sites an actual name separate from their icon class
|
2017-10-10 22:41:49 +11:00 |
|
|
18ffe8ea4d
|
A little CSS meddling so that OpenWeb icons line up with the Font Awesome ones
|
2017-10-10 22:41:08 +11:00 |
|
|
41539fe979
|
Load the OpenWeb Icons - they're not being used anywhere yet but will be very soon, since they include Mastodon, XMPP, and indieweb icons
|
2017-10-10 22:26:32 +11:00 |
|
|
401c544ef1
|
Add support for u-syndication of each entry, tracking where else it's been posted
|
2017-10-10 19:45:31 +11:00 |
|
|
b52a055543
|
Add support for displayName to profiles, so that ugly user IDs on sites like Stack Exchange can be hidden
|
2017-10-10 15:23:30 +11:00 |
|
|
bbe563dee7
|
Use Mustache templates for site URL so that the username can be inserted anywhere in the template rather than only at the end
|
2017-10-10 15:16:50 +11:00 |
|
|
c517baac1c
|
Serve avatar locally rather than through Libravatar, it'll perform better and doesn't require the image's size to be messed with
|
2017-10-09 23:34:56 +11:00 |
|
|
3b58b57cc5
|
Pretty up the login page to match everywhere else
|
2017-10-09 20:30:50 +11:00 |
|
|
400c9ca8b4
|
Tweak heights and margins on the home page so the h-card aligns perfectly with the h-entries
|
2017-10-09 20:18:46 +11:00 |
|
|
05c512de46
|
Make the home layout work properly on narrow screens
|
2017-10-09 20:06:19 +11:00 |
|
|
0e80d93994
|
Nicer layout for h-entry, with cute icons
|
2017-10-09 19:54:58 +11:00 |
|
|
b121d461e2
|
Apply the main content margin in the default-layout stylesheet rather than individually on every page
|
2017-10-09 14:10:38 +11:00 |
|
|
1b8a07a5f6
|
Simplify site title handling, automatically suffix site title to all pages
|
2017-10-09 13:50:26 +11:00 |
|
|
1f1108a886
|
Make h-entries look WAY better, the home page looks great now
|
2017-10-09 12:28:44 +11:00 |
|
|
764935adbd
|
Add schema.org/BreadcrumbList support (grossss)
|
2017-10-09 12:14:14 +11:00 |
|
|
934457f671
|
Pretty up the h-entry as a Bootstrap card
|
2017-10-09 09:55:34 +11:00 |
|
|
7cebf92356
|
Add permalinks to h-entries
|
2017-10-09 09:02:42 +11:00 |
|
|
9679234062
|
Add slugs to entries and use them to create individual entry routes
|
2017-10-09 08:51:42 +11:00 |
|
|
36dea2b5ad
|
Adjust home layout: push my h-card over to the side and display recent entries in the main content area
|
2017-10-08 17:19:22 +11:00 |
|
|
3ff560e07e
|
Rename the h-card implementation to match up with the naming of h-feed and h-entry
|
2017-10-08 16:55:21 +11:00 |
|
|
4b7a8a7198
|
Begin adding rudimentary support for posting new entries to the site - needs to be prettier and a lot smarter, but it exists now
|
2017-10-08 16:51:48 +11:00 |
|
|
a0dd673af7
|
Add a few more useful rels to the layout's links
|
2017-10-06 15:04:46 +11:00 |
|
|
92373fcfa5
|
Simplify navbar implementation - this will also allow seamlessly adding a third, centred nav if desired
|
2017-10-06 14:43:00 +11:00 |
|
|
526e105b8b
|
Pretty up the breadcrumbs since you can see them now
|
2017-10-06 14:31:34 +11:00 |
|
|
1c4212f5d0
|
Bring back menu items for logging in and out
|
2017-10-06 14:23:42 +11:00 |
|
|
ea47fb8b50
|
Change the login form to a Bootstrapped one - still needs some colours tweaked though
|
2017-10-06 12:32:27 +11:00 |
|
|
e141fb4666
|
Actually set the 'author' meta correctly in the page head
|
2017-10-05 23:09:44 +11:00 |
|
|
edd82eff55
|
Add schema.org microdata to the h-card - it's basically a worse way to express the same information, but it's what search engines understand :/
|
2017-10-05 22:39:16 +11:00 |
|
|
43a1bb4a79
|
Fix the tag format in the repository URL - I thought npm version didn't include the leading v but it does
|
2017-10-05 16:25:28 +11:00 |
|
|
4692e78503
|
Add a package.json, load generator info from it instead of from settings.yml
|
2017-10-05 16:19:15 +11:00 |
|
|
062dd10b99
|
Display lebd version info in the footer next to the license info
|
2017-10-05 09:58:32 +11:00 |
|
|
d32b698545
|
Remove unused CSRF-handling JS from the layout, we'll probably not be making AJAX requests here anyway
|
2017-10-05 07:49:58 +11:00 |
|
|
bac575b140
|
Remove useless rel="me" from u-uid and u-key - the former adds no information and the latter can't be verified
|
2017-10-05 01:16:53 +11:00 |
|
|
7e4de762a5
|
Pick a more appropriate Links Blue for the dark background
|
2017-10-04 16:50:12 +11:00 |
|
|
ed4255595c
|
Give the h-card a nice dark background too
|
2017-10-04 16:45:56 +11:00 |
|
|
fcc02bf36f
|
Apply a nice dark colour to the default layout
|
2017-10-04 16:42:16 +11:00 |
|
|
e482be4475
|
Add a little extra space for users of http://www.kevinmarks.com/distributed-verify.html
|
2017-10-04 16:30:46 +11:00 |
|
|
332d5f9953
|
Apply some way sexier styling to the profiles section of the h-card
|
2017-10-04 16:01:07 +11:00 |
|
|
25a1e00cd7
|
Add a u-uid to the h-card to ensure the h-card is considered representative
|
2017-10-04 10:07:51 +11:00 |
|
|
484609fb8b
|
Add support for PGP keys on the h-card - can support an arbitrary number of keys, although I only have one
|
2017-10-04 09:09:39 +11:00 |
|