From 11cce1689a0c542d6f4883f7f9e9ddabda2457ed Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Mon, 28 Jun 2021 13:43:55 +0800 Subject: [PATCH] docs: update readme --- readme.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index f2d6e0c..d04f8af 100644 --- a/readme.md +++ b/readme.md @@ -2,27 +2,27 @@ A theme inspired by Dev.to & Figma. -## Warnings -- I only use the light theme on daily basis. -- Subject to change to meet my own needs. -- I only have a Mac and other systems will not be tested. -- I like Google Fonts and Fira Code. +## Working Demo -The easiest way to adopt this theme is to use jsDelivr CDN. +https://knowledge-garden.vercel.app/ -1. Specify `:custom-css-url` in "logseq/config.edn" -2. Add the following line to your `custom.css`: - ```css - @import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@master/custom.css'); - ``` +## Usage -## Working Demo -https://knowledge-garden.vercel.app/ +The easiest way to adopt this theme is to use jsDelivr CDN by adding the following line to your `custom.css`. You can also change the `@master` part to use the latest version. + +```css +@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@master/custom.css"); +``` + +Alternatively, you can download this repo and load it as a Logseq Theme Plugin. ### demo (might be outdated) + ![](./light.png) ![](./dark.png) +### [Changelog](./CHANGELOG.md) + ## Credits [PiotrSss](https://github.com/PiotrSss) for his [clean-themes](https://github.com/PiotrSss/logseq-clean-themes)