- Notifications
You must be signed in to change notification settings - Fork21
Official website of IntelliJ-Rust project
License
intellij-rust/intellij-rust.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
InstallRuby andBundler.There is.ruby-version file forrbenv if you like.You will probably need GCC, Make, AutoConf and NodeJS installed.
$ bundle install$ bundleexec jekyll serve --futureIf you are using Windows, it's better not to fight with Ruby Installer. I use WSL and workspretty flawlessly, except file change watching (seetracking issue). So you'll have to runthis instead:
$ bundleexec jekyll serve --no-watchTo workaround lack of watching, you can do:
$ bundleexec jekyll serve --detach$while (bundleexec jekyll build --incremental);do sleep 5;done
Runintellij-rust.github.io configuration directly from IntelliJ IDEA. The website will be accessible athttp://localhost:8080/.Any changes made in_posts,assets,_docs, and_includes directories will be reflected immediately.
Alternatively, you can use the following commands from the terminal:
$ docker build -t intellij-rust.github.io.$ docker run \ -v$PWD/_posts:/intellij-rust.github.io/_posts \ -v$PWD/assets:/intellij-rust.github.io/assets \ -v$PWD/_docs:/intellij-rust.github.io/_docs \ -v$PWD/_includes:/intellij-rust.github.io/_includes \ -v$PWD/_site:/intellij-rust.github.io/_site \ -p 8080:8080 -it intellij-rust.github.io
About
Official website of IntelliJ-Rust project
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.