npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

komik-theme

v1.1.1

Published

Webcomic theme for Ghost

Downloads

78

Readme

Komik

Komik is a webcomic theme for the Ghost blogging platform.

Installation

This theme works with Ghost 0.7.4 or newer. You also need to enable the Public Beta API. This is a checkbox at the bottom of your blog's Settings page.

If you are using Ghost.org's Pro platform, follow the instructions at the Ghost support page.

If you are using a Ghost installation in your own server, follow these steps.

  1. Go to the releases page and download the latest release.
  2. If you are hosting your own Ghost installation, unzip the tarball file into content/themes/.
  3. Restart Node. How you do this will depend on your actual server setup.
  4. Login into your blog, go to Settings and pick up komik-theme from the Theme dropdown.

How to use

Publish comics

This theme assumes that you create a new post per comic strip / page. You also must use the featured image setting in your post to upload your picture. You get to this setting by clicking the "gear" icon while editing a post. See this picture:

Featured image setting

Create an archive

This themes can show an archive with a list of all the comics that have been published.

To do that, you just need to create a static page and set comic-archive as its slug (the Post URL field).

Archive settings

In order for this archive page to show up in the menu, you need to add it to the navigation menu. The URL will be http://yourdomain.com/comic-archive. As the title for that menu item you can put whatever you like! Here Archive has been used.

Navigation settings

Configuration

This theme ignores the following:

  • The "post per page" setting. It will only display one strip at a time in the main page.
  • Tags will not be displayed.
  • Featured post will not have a special treatment.
  • Blog cover and blog logo (might be taken into account in future releases)

Right not there is nothing to configure, besides what you can normally do.

Changelog

  • 1.1.1
    • Fixed wrong order in the archive list.
  • 1.1
    • Added a page template that outputs the archive of comics
  • 1.0.1
    • Fixed broken layout on mobile devices
  • 1.0.0
    • First version