Skip to content

Commit

Permalink
turn the page into a backup page
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 31, 2020
1 parent 278945d commit 0f10894
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 73 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
shadow-cljs.org
----

> Home page for [shadow-cljs](github.com/thheller/shadow-cljs)
> (Previous) intro page for [shadow-cljs](github.com/thheller/shadow-cljs).
http://shadow-cljs.org
Backup page http://r.tiye.me/shadow-cljs/shadow-cljs.org/

Content mainly in markdown file [markdown/introduction.md](markdown/introduction.md). Fork, edit, and send PR if you'd like to help.

Expand Down
2 changes: 1 addition & 1 deletion markdown/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ shadow-cljs compile app # `:app` is the build-id defined in shadow-cljs.edn

[Try with a demo project!](https://github.com/minimal-xyz/minimal-shadow-cljs-browser)

![shadow-cljs demo](/entry/shadow-cljs-demo.png)
![shadow-cljs demo](./entry/shadow-cljs-demo.png)

### Configurations

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"shadow-cljs": "^2.10.17"
"shadow-cljs": "^2.11.11"
},
"dependencies": {
"highlight.js": "^10.4.1",
"shortid": "^2.2.15"
"highlight.js": "^10.5.0",
"shortid": "^2.2.16"
}
}
6 changes: 3 additions & 3 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
:dependencies [
[mvc-works/hsl "0.1.2"]
[mvc-works/shell-page "0.1.15"]
[respo "0.13.0"]
[respo/ui "0.3.15"]
[respo "0.13.4"]
[respo/ui "0.3.16"]
[respo/reel "0.4.2"]
[respo/value "0.3.0"]
[respo/markdown "0.2.5"]
[respo/markdown "0.2.6"]
[cumulo/util "0.1.12"]
[org.clojure/core.incubator "0.1.4"]
]
Expand Down
133 changes: 69 additions & 64 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f10894

Please sign in to comment.