Skip to content

Commit fd29fb5

Browse files
committed
deploy: 1d96d98
0 parents  commit fd29fb5

File tree

417 files changed

+96179
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

417 files changed

+96179
-0
lines changed

.nojekyll

Whitespace-only changes.

Gemfile

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6+
7+
gem "jekyll", "~> 3.8"
8+
9+
group :jekyll_plugins do
10+
gem 'jekyll-asciidoc'
11+
gem 'jekyll-redirect-from'
12+
end

Gemfile.lock

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
asciidoctor (2.0.10)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.1.7)
9+
em-websocket (0.5.1)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0.6.0)
12+
eventmachine (1.2.7)
13+
ffi (1.13.1)
14+
forwardable-extended (2.6.0)
15+
http_parser.rb (0.6.0)
16+
i18n (0.9.5)
17+
concurrent-ruby (~> 1.0)
18+
jekyll (3.9.0)
19+
addressable (~> 2.4)
20+
colorator (~> 1.0)
21+
em-websocket (~> 0.5)
22+
i18n (~> 0.7)
23+
jekyll-sass-converter (~> 1.0)
24+
jekyll-watch (~> 2.0)
25+
kramdown (>= 1.17, < 3)
26+
liquid (~> 4.0)
27+
mercenary (~> 0.3.3)
28+
pathutil (~> 0.9)
29+
rouge (>= 1.7, < 4)
30+
safe_yaml (~> 1.0)
31+
jekyll-asciidoc (3.0.0)
32+
asciidoctor (>= 1.5.0)
33+
jekyll (>= 3.0.0)
34+
jekyll-redirect-from (0.16.0)
35+
jekyll (>= 3.3, < 5.0)
36+
jekyll-sass-converter (1.5.2)
37+
sass (~> 3.4)
38+
jekyll-watch (2.2.1)
39+
listen (~> 3.0)
40+
kramdown (2.3.0)
41+
rexml
42+
liquid (4.0.3)
43+
listen (3.2.1)
44+
rb-fsevent (~> 0.10, >= 0.10.3)
45+
rb-inotify (~> 0.9, >= 0.9.10)
46+
mercenary (0.3.6)
47+
pathutil (0.16.2)
48+
forwardable-extended (~> 2.6)
49+
public_suffix (4.0.5)
50+
rb-fsevent (0.10.4)
51+
rb-inotify (0.10.1)
52+
ffi (~> 1.0)
53+
rexml (3.2.4)
54+
rouge (3.22.0)
55+
safe_yaml (1.0.5)
56+
sass (3.7.4)
57+
sass-listen (~> 4.0.0)
58+
sass-listen (4.0.0)
59+
rb-fsevent (~> 0.9, >= 0.9.4)
60+
rb-inotify (~> 0.9, >= 0.9.7)
61+
62+
PLATFORMS
63+
ruby
64+
65+
DEPENDENCIES
66+
jekyll (~> 3.8)
67+
jekyll-asciidoc
68+
jekyll-redirect-from
69+
70+
BUNDLED WITH
71+
2.1.4

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# rust-analyzer.github.io
2+
3+
Website for rust-analyzer. To report bugs in rust-analyzer itself, see https://github.com/rust-lang/rust-analyzer.
4+
5+
## Building
6+
7+
```
8+
$ bundle --path=.bundle/gems
9+
$ bundle exec jekyll serve
10+
```
58.8 KB
Binary file not shown.
84.8 KB
Binary file not shown.
209 KB
Binary file not shown.
36.8 KB
Binary file not shown.
64.4 KB
Binary file not shown.

assets/blog/first-release/run.webm

105 KB
Binary file not shown.
Binary file not shown.
32.2 KB
Loading
40.5 KB
Loading
Loading

assets/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/assets/fav/mstile-150x150.png"/>
6+
<TileColor>#ffc40d</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

assets/fav/android-chrome-192x192.png

2.11 KB
Loading

assets/fav/android-chrome-512x512.png

8 KB
Loading

assets/fav/apple-touch-icon.png

1.88 KB
Loading

assets/fav/favicon-16x16.png

694 Bytes
Loading

assets/fav/favicon-32x32.png

952 Bytes
Loading

assets/fav/favicon.ico

14.7 KB
Binary file not shown.

assets/fav/mstile-144x144.png

2.03 KB
Loading

assets/fav/mstile-310x150.png

5.96 KB
Loading

assets/fav/mstile-310x310.png

5.46 KB
Loading

assets/fav/mstile-70x70.png

1.63 KB
Loading

assets/fav/ra.svg

+20
Loading

assets/fav/safari-pinned-tab.svg

+25
Loading

assets/ferrous-logo.png

4.51 KB
Loading

assets/mstile-150x150.png

2.11 KB
Loading

assets/rust-analyzer.svg

+40
Loading

assets/site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "rust analyzer",
3+
"short_name": "rust analyzer",
4+
"icons": [
5+
{
6+
"src": "/assets/fav/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/assets/fav/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)