chharvey / chharvey.github.io

My personal web site.
https://chharvey.github.io/
MIT License
4 stars 1 forks source link

consistent time stamps and document metadata #3

Closed chharvey closed 9 years ago

chharvey commented 10 years ago

Time stamps on all blog posts and documents, any pages that are time-based (not immutable).

Include time created and updated, and keep update times, even if hidden (for SEO).

Document metadata should contain author, tags, etc.

chharvey commented 10 years ago

Don't forget to add document metadata to blog posts and mark the header Elements with [data-status="complete"].

chharvey commented 9 years ago

reopening this issue for a quick fix: in dl.Docmeta, change <dt>Submitted</dt> to <dt>Completed</dt> for less ambiguity. also change class .submit to class .complete in CSS.

also add class .update for updates.

let class .recent belong to any of the three categories (completed, released, and updated).

chharvey commented 9 years ago

fixed HTML and CSS layers. closing issue for now. reopen later for JS implementation of hiding elements and adding linked tags.

chharvey commented 9 years ago

issue reopened for a small fix: add document keywords to the <meta name="keywords" content="..."/> tag. These keywords should also be present in the dl.Docmeta under the group Tags or Keywords

chharvey commented 9 years ago

Leaving issue closed forever. Any new issues relating to document metadata should be created in a new Issue.