Skip to content
/ oboro Public

An easy way to print all your Blogger blog-posts in a simple list with links and dates.

License

Notifications You must be signed in to change notification settings

1e90ff/oboro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Oboro

An easy way to print all your Blogger blog-posts in a simple list with links and dates.

Setup

Include the next script tag:

<script src="https://cdn.jsdelivr.net/gh/1e90ff/oboro@1.0.0/oboro.min.js"></script>

Usage

oboro({
  container: "#archive",            // [string] Required, DOM element to append the list.
  dateFormat: "({d} de {m}., {y})", // [string] Optional, format for date display.
  monthsLabels: [                   // [array]  Optional, naming for months display.
    "ene", "feb", "mar", "abr",
    "may", "jun", "jul", "ago",
    "sep", "oct", "nov", "dic"
  ]
});

Output

<div id="archive">
  <ul class="oboro">
    <li class="oboro-item">
      <a class="oboro-item__link" href="{permalink}" title="Lorem ipsum">Lorem ipsum</a>
      <span class="oboro-item__date">(2 de feb., 2019)</span>
    </li>
  </ul>
</div>

License

See LICENSE file for more details.

About

An easy way to print all your Blogger blog-posts in a simple list with links and dates.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published