<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Boopathi Kumar</title>
    <description>The latest articles on DEV Community by Boopathi Kumar (@boopathikumar).</description>
    <link>https://dev.to/boopathikumar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319493%2Fdedb03b2-bd80-4b16-8300-ac2013608b72.jpg</url>
      <title>DEV Community: Boopathi Kumar</title>
      <link>https://dev.to/boopathikumar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boopathikumar"/>
    <language>en</language>
    <item>
      <title>Dark and light theme with switch for docsify sites (also supports docsify-themeable)</title>
      <dc:creator>Boopathi Kumar</dc:creator>
      <pubDate>Mon, 27 Apr 2020 20:02:05 +0000</pubDate>
      <link>https://dev.to/boopathikumar/dark-and-light-theme-with-switch-for-docsify-sites-4l57</link>
      <guid>https://dev.to/boopathikumar/dark-and-light-theme-with-switch-for-docsify-sites-4l57</guid>
      <description>&lt;h1&gt;
  
  
  About me
&lt;/h1&gt;

&lt;p&gt;Hi &lt;a href="https://boopathikumar.me"&gt;imboopathikumar&lt;/a&gt; working as Full stack JavaScript developer also in AWS. I personally using docsify for generating documentation websites and I am big fan of dark mode. So I desided to create a plugin &lt;code&gt;docsify-darklight-theme&lt;/code&gt; for docsify generated sites to switch between &lt;code&gt;dark-mode&lt;/code&gt; and &lt;code&gt;light mode&lt;/code&gt;. This is my first open source project and &lt;a href="https://www.npmjs.com/package/docsify-darklight-theme"&gt;npm package&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  What is docsify
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://docsify.js.org"&gt;docsify.js&lt;/a&gt; is static website generator using Markdown. It parses your Markdown files and displays them as a website less than a minute instead of generating static html files. Using various plugin support, You can create better looking website with docsify.&lt;/p&gt;

&lt;h1&gt;
  
  
  docsify-darklight-theme &lt;em&gt;plugin&lt;/em&gt;
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://docsify-darklight-theme.boopathikumar.me"&gt;docsify-darklight-theme&lt;/a&gt; which is a simple and highly customizable theme plugin for the documentation websites generated using &lt;a href="https://docsify.js.org/"&gt;docsify.js&lt;/a&gt;. Using this theme, documents will have a theme switcher to switch between  &lt;code&gt;dark-mode&lt;/code&gt; and  &lt;code&gt;light-mode&lt;/code&gt; also comes with starter kit. Now available through &lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/installation"&gt;npm &amp;amp; CDN&lt;/a&gt;. Try now for your docsify websites. It also supports with &lt;a href="https://jhildenbiddle.github.io/docsify-themeable/#/"&gt;docsify-themeable&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jhildenbiddle.github.io/docsify-themeable/#/"&gt;docsify-themeable&lt;/a&gt;&lt;/strong&gt; is a simple theme system for &lt;a href="https://docsify.js.org/"&gt;docsify.js&lt;/a&gt;. It have Legacy browser support (IE10+).&lt;/p&gt;

&lt;h2&gt;
  
  
  #Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Default &lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/configuration?id=default-browser-theme-detection"&gt;theme mode detection&lt;/a&gt; in supported browser versions.&lt;/li&gt;
&lt;li&gt;Theme Switcher.&lt;/li&gt;
&lt;li&gt;Switcher support for &lt;a href="https://jhildenbiddle.github.io/docsify-themeable/#/"&gt;docsify-themeable&lt;/a&gt;. View &lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/docsifyThemeable"&gt;setup guide&lt;/a&gt; here.&lt;/li&gt;
&lt;li&gt;Tooltip view for long sidebar items.&lt;/li&gt;
&lt;li&gt;Themes are customizable based on your color preferences.&lt;/li&gt;
&lt;li&gt;Option for other plugins to support (Dark/Light) mode. View &lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/themeSupport"&gt;setup guide&lt;/a&gt; here.&lt;/li&gt;
&lt;li&gt;Preferences can be modified directly in &lt;code&gt;window.$docsify&lt;/code&gt; &lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/configuration"&gt;configuration object&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Using &lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/configuration"&gt;configuration object&lt;/a&gt;toogle icons can be configured based on your preference.&lt;/li&gt;
&lt;li&gt;Default theme(Dark/Light) can be configured based on your needs.&lt;/li&gt;
&lt;li&gt;Themes are remembered and retrieved from local storage.&lt;/li&gt;
&lt;li&gt;Redesigned search box.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  #Installation
&lt;/h2&gt;

&lt;p&gt;You can use &lt;code&gt;docsify-darklight-theme&lt;/code&gt; in three ways&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/installation?id=by-starter-template"&gt;By starter template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/installation?id=using-npm"&gt;Using NPM&lt;/a&gt; adding to your existing project&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/installation?id=using-jsdelivr-cdn"&gt;Using jsdelivr CDN&lt;/a&gt; adding to your existing project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Also it provides &lt;a href="https://docsify-darklight-theme.boopathikumar.me/#/themeSupport"&gt;theme support for other plugins&lt;/a&gt; which are developed for &lt;strong&gt;docsify.js&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  #Finally
&lt;/h3&gt;

&lt;p&gt;Try &lt;a href="https://docsify-darklight-theme.boopathikumar.me"&gt;docsify-darklight-theme&lt;/a&gt; for your docsify generated websites and share your thoughts.&lt;/p&gt;

&lt;p&gt;Thank you everyone for the support&lt;/p&gt;

&lt;p&gt;Follow me on twitter &lt;a href="https://twitter.com/imboopathikumar"&gt;@imboopathikumar&lt;/a&gt; and &lt;a href="https://twitter.com/docsifyDrkLtThm"&gt;@docsify-darklight-theme&lt;/a&gt;&lt;/p&gt;

</description>
      <category>docsify</category>
      <category>darkmode</category>
      <category>plugin</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
