Skip to content
metheno edited this page Mar 15, 2017 · 3 revisions

A minimal Typecho theme based on Bootstrap designed for a better reading experience.

Feel free to send issues.

Acknowledgements

Screenshots

Kibou Header Kibou Comment Form Kibou Blogroll Page Kibou Frosted Glass Safari Kibou Frosted Glass Chrome

Features

  • Based on Bootstrap
  • Minimal (as in art, not in size) and simple
  • Fully responsive, good for smartphones
  • A frosted glass style designed for Safari* (See below for details).
  • Automatically highlight <code> tag
  • A simple Tag Cloud page
  • A simple blogroll page
  • DNS prefetch
  • Switch to serif font for more comfortable reading in English
  • MathJAX support
  • Google Analysis support

Coming up in future updates…

  • A better style for comments.php
  • Bug fixes on content rendering

Possible features in the future

  • i18n support

Blogroll

Currently, adding new blogroll link through markdown syntax is not supported. If you wish to add a new link, please use the following HTML format.

<ul class="links">
  <li>
    <a href="//some.link" target="_blank">
      <img src="//path.to/avatar.png">
      <span>Your Friend's Name</span>
    </a>
  </li>
<ul>

Frosted Glass Effect

The frosted glass effect can be enabled for Safari users only.

The effect was made compatible for Chrome and Firefox users by @moriW. I appreciate his work.

However, this effect is no longer supported by theme Kibou, due to many reports of glitches and malfunctions. This effect seems to cause some browsers, including Chrome and certain Chinese Browsers, to slow down and may even crash on certain PCs.

The effect is still available in the frosted-glass branch, but the theme is at an older version, and will not be supported in future releases.

Contribute

If you wish to contribute to this theme, please fork this repository and send a pull request after change.

Contributors

Links

Demo: http://blog.metheno.net/

Author: https://www.metheno.net/

License

The MIT License (MIT)