1.0.4 • Published 2 years ago

@lollipop-onl/docsify-theme v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm.io npm version License

Custom docsify theme by @lollipop-onl.

Setup

Requirement: docsify docsify-themeable

<head>
  <!-- required: docsify-themeable -->
  <link
    rel="stylesheet"
    href="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"
  />

  <!-- optional: Mermaid -->
  <link
    rel="stylesheet"
    href="//cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.css"
  />

  <link
    rel="stylesheet"
    href="//cdn.jsdelivr.net/npm/@lollipop-onl/docsify-theme/simple.css"
  />
</head>

Custom Font

<link
  rel="stylesheet"
  href="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"
/>
<link
  rel="stylesheet"
  href="//cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.css"
/>

<!-- load webfont (e.g. Google Fonts) -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
  href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Sans+JP:wght@400;700&display=swap"
  rel="stylesheet"
/>

<!-- override variables -->
<style>
  :root {
    --base-font-family: "IBM Plex Sans JP", sans-serif;
    --code-font-family: "IBM Plex Mono", monospace;
  }
</style>

<link
  rel="stylesheet"
  href="//cdn.jsdelivr.net/npm/@lollipop-onl/docsify-theme/simple.css"
/>

License

MIT

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago