Inspiration
Sections
Types of pages
Entry Page
- Lists of recent content
- URLs:
/
, `/
Temporal Pages
Content
- Journals
- Seldom-updated content
URLs
- Pattern:
{domain}/{YYYY}/{MM}/{DD}/{topic}
- Example:
http://www.example.com/2022/02/15/learnings-from-retirement-community
Temporal Collections
Used for
- Pages for years, months, and days that list all corresponding articles according to their first publishing date
URLs
- Pattern:
{domain}/{YYYY}/
- Example:
http://www.example.com/2022/02/15/learnings-from-retirement-community
Persistent
Used for
- Topic pages
- Pages that get updated
Tag pages
URLs
- Pattern:
{domain}/tag/{tag}
- Example: `http://www.example.com/tag/dogs
Purpose
- See all articles which got tagged by the tag
URLs
- Pattern:
About
/about
/contact
What’s up? What’s new?
“Now” page
Examples - https://practicingdeveloper.com/now.html