Skip to content

Commit 5aa9ded

Browse files
XAMPPRockyBatmanAoDnrcpetrochenkovManishearth
authored
Add Five Years of Rust post (#580)
* Added Five Years of Rust post * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Kyle J Strand <[email protected]> * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Kyle J Strand <[email protected]> * Add full stop * Add year subsections * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Nick Cameron <[email protected]> * Add Niko's quote & address some feedback * Update 2020-05-15-five-years-of-rust.md * Update 2020-05-15-five-years-of-rust.md * Update 2020-05-15-five-years-of-rust.md * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Vadim Petrochenkov <[email protected]> * Update 2020-05-15-five-years-of-rust.md * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Manish Goregaokar <[email protected]> * Update 2020-05-15-five-years-of-rust.md * Update 2020-05-15-five-years-of-rust.md * Update 2020-05-15-five-years-of-rust.md * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Pietro Albini <[email protected]> * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Pietro Albini <[email protected]> * Update 2020-05-15-five-years-of-rust.md * Update 2020-05-15-five-years-of-rust.md * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Ralf Jung <[email protected]> * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Ralf Jung <[email protected]> * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Ralf Jung <[email protected]> * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Ralf Jung <[email protected]> * Update 2020-05-15-five-years-of-rust.md * Update 2020-05-15-five-years-of-rust.md * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Ralf Jung <[email protected]> * Update posts/2020-05-15-five-years-of-rust.md Co-authored-by: Istratov Dmitrii <[email protected]> * Update 2020-05-15-five-years-of-rust.md Co-authored-by: Kyle J Strand <[email protected]> Co-authored-by: Nick Cameron <[email protected]> Co-authored-by: Vadim Petrochenkov <[email protected]> Co-authored-by: Manish Goregaokar <[email protected]> Co-authored-by: Pietro Albini <[email protected]> Co-authored-by: Ralf Jung <[email protected]> Co-authored-by: Istratov Dmitrii <[email protected]>
1 parent 17c8dcc commit 5aa9ded

9 files changed

+535
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
/target/
23
**/*.rs.bk
34
site

posts/2020-05-15-five-years-of-rust.md

Lines changed: 512 additions & 0 deletions
Large diffs are not rendered by default.

src/styles/app.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,28 @@ body {
3232
}
3333
}
3434

35+
blockquote {
36+
font-style: italic;
37+
position: relative;
38+
background-color: lighten($gray, 78%);
39+
border-left: 8px solid lighten($gray, 60%);
40+
border-radius: 5px;
41+
margin: 0;
42+
margin-bottom: 2rem;
43+
padding: 2rem;
44+
45+
&:before {
46+
font-size: 4em;
47+
line-height: 0.1em;
48+
margin-right: 0.25em;
49+
vertical-align: -0.4em;
50+
}
51+
52+
p:last-of-type {
53+
margin-bottom: 0;
54+
}
55+
}
56+
3557
code {
3658
overflow: auto;
3759
}
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)