Skip to content

Add Five Years of Rust post #580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
May 15, 2020
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c9a3303
Added Five Years of Rust post
XAMPPRocky May 5, 2020
e2ed4c7
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 5, 2020
91f7e8e
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 5, 2020
82a7f7b
Add full stop
XAMPPRocky May 5, 2020
b5e4db6
Add year subsections
XAMPPRocky May 5, 2020
8a53a99
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
0b08d4d
Add Niko's quote & address some feedback
XAMPPRocky May 6, 2020
44cc8ed
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
363afad
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
85a7c09
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
aab99a2
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
1f047e9
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
e957c16
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
fdd5619
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
db706e4
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
e0806bf
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 6, 2020
dcfafec
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 7, 2020
f2934a7
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 7, 2020
271eecf
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 7, 2020
a0dab56
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 7, 2020
914f507
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 9, 2020
5839585
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 9, 2020
8039061
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 9, 2020
a07dec8
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 9, 2020
e4675ff
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 9, 2020
906a097
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 9, 2020
6477f81
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 9, 2020
0c649b6
Update posts/2020-05-15-five-years-of-rust.md
XAMPPRocky May 15, 2020
a5cdb50
Update 2020-05-15-five-years-of-rust.md
XAMPPRocky May 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
/target/
**/*.rs.bk
site
Expand Down
507 changes: 507 additions & 0 deletions posts/2020-05-15-five-years-of-rust.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions src/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,28 @@ body {
}
}

blockquote {
font-style: italic;
position: relative;
background-color: lighten($gray, 78%);
border-left: 8px solid lighten($gray, 60%);
border-radius: 5px;
margin: 0;
margin-bottom: 2rem;
padding: 2rem;

&:before {
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}

p:last-of-type {
margin-bottom: 0;
}
}

code {
overflow: auto;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.