khusika / FeelIt

A clean, elegant but advanced blog theme for Hugo
https://feelit.khusika.dev
MIT License
164 stars 60 forks source link

[FEATURE] "Now" Page standard #63

Closed ghost closed 3 years ago

ghost commented 3 years ago

Now page

Most websites have a link that says “about”. It goes to a page that tells you something about the background of this person or business. For short, people just call it an “about page”.

Most websites have a link that says “contact”. It goes to a page that tells you how to contact this person or business. For short, people just call it a “contact page”.

So a website with a link that says “now” goes to a page that tells you what this person is focused on at this point in their life. For short, we call it a “now page”.

It was coined by Derek Sivers here


Examples of Now pages:

https://8-p.info/now/ https://sive.rs/now https://marcjenkins.co.uk/now/ https://www.notkindacool.com/now/ https://garrickvanburen.com/now/


image


There's an aggregator website for now pages (showing widespread adoption).

khusika commented 3 years ago

if it's necessary, you can create a page for Now Page in content/now/index.md. Then add the link on the menu by using this frontmatter

  [[menu.main]]
    identifier = "Now"
    name = "Now"
    url = "/now/"
    weight = 3 #depends on your usages
khusika commented 3 years ago

Closed because now-page only contains heading and sentences, no need to create a different style. And using the _default/single.html is enough to display the now-page.

you can create a page for Now Page in content/now/index.md.