ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
764 stars 203 forks source link

Add option for select publish date format in article #115

Closed Yuri-SN closed 4 years ago

Yuri-SN commented 4 years ago

screen

ppoffice commented 4 years ago

@JuraSN Is it better to make it an option to turn the relative date to a full date instead of adding a new line below?

Yuri-SN commented 4 years ago

I wanted both the full date and the relative date to be visible.

Maybe add options to choose from?

  1. Relative date
  2. Full date
  3. Both together as <Full date (Relative date)>
  4. As in the screenshot: Full date on new line
ppoffice commented 4 years ago

I just feel like the metadata should be in the same line, no matter it's full date or not.

Yuri-SN commented 4 years ago

Fixed the code for displaying the date in one line.

Option "relative" and if option is absend in config: relative

Option "full": full

Option "relative_full": relative_full

Option "full_relative": full_relative