Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 28, 2021
1 parent fd548cf commit 11cce16
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 11cce16

Please sign in to comment.