random_post

Show a random post

To install, run nikola plugin -i random_post

Used to jump to a random post when hitting /random/ url.

Suggested Configuration:

# Navigation link to call the "random_post()" Javascript function
NAVIGATION_LINKS = {
    DEFAULT_LANG: (
        # ...
        ('/random/', 'Random'),
        # ...
	),
}

Requirements:

  • (Python package)

Issues? Questions?

You can report issues with this plugin and request help via GitHub Issues.