Commit Graph

1080 Commits

Author SHA1 Message Date
Philipp Oppermann
945a766f0c Fix internal links 2017-06-09 14:51:37 +02:00
Philipp Oppermann
66e10facc1 Move images next to their corresponding posts 2017-06-09 14:51:37 +02:00
Philipp Oppermann
11de9b4c07 Update templates for new page sections 2017-06-09 14:51:36 +02:00
Philipp Oppermann
d5a3b48d62 Make posts, pages, and extra sections 2017-06-09 14:51:36 +02:00
Philipp Oppermann
8289bc7d5b The css class for anchors was changed 2017-06-09 14:51:36 +02:00
Philipp Oppermann
c6cd132de9 Sort naked exception handling posts correctly 2017-06-09 14:51:36 +02:00
Philipp Oppermann
a80017cf6c Remove index section 2017-06-09 14:51:36 +02:00
Philipp Oppermann
c2dcd29d81 Fix and update gutenberg config file 2017-06-09 14:51:36 +02:00
Philipp Oppermann
3f51f3c61d Use gutenberg's syntax for internal links 2017-06-09 14:51:36 +02:00
Philipp Oppermann
7744a08212 Move footnotes to the bottom 2017-06-09 14:51:36 +02:00
Philipp Oppermann
7e63bf08ff Move posts to their own subfolder
This allows us to move the images right next to the posts
2017-06-09 14:51:36 +02:00
Philipp Oppermann
2ebc323cdb Don't underline the anchor link symbol 2017-06-09 14:51:36 +02:00
Philipp Oppermann
c4f9b28b41 Add styling to heading anchors 2017-06-09 14:51:36 +02:00
Philipp Oppermann
c5622c864e Add a “neutral” border style for post lists 2017-06-09 14:51:36 +02:00
Philipp Oppermann
76c0c4f1da Add slug for contact page 2017-06-09 14:51:36 +02:00
Philipp Oppermann
186ce23e11 Move additional-resources/old-posts to a section named extra 2017-06-09 14:51:36 +02:00
Philipp Oppermann
68453f7374 Use manual ordering for posts 2017-06-09 14:51:36 +02:00
Philipp Oppermann
168b598901 Create gutenberg templates 2017-06-09 14:51:36 +02:00
Philipp Oppermann
d109912798 Remove hugo layout files 2017-06-09 14:51:36 +02:00
Philipp Oppermann
55b3378e8c Description field is optional now 2017-06-09 14:51:36 +02:00
Philipp Oppermann
1f5cca2779 Fix syntax of <!-- more --> marker 2017-06-09 14:51:36 +02:00
Philipp Oppermann
f525541969 Fix front matter: Add description field and set slug 2017-06-09 14:51:35 +02:00
Philipp Oppermann
9940a598ab Create new config.toml for gutenberg 2017-06-09 14:51:35 +02:00
Philipp Oppermann
4f0fa4e1b3 Pluralize content folder names (“post” -> “posts”, etc.) 2017-06-09 14:51:35 +02:00
Philipp Oppermann
b7ca881bed Add missing front matter 2017-05-22 10:55:14 +02:00
Philipp Oppermann
03fc9d2e4e Create a “Talks” page 2017-05-22 10:53:23 +02:00
Philipp Oppermann
f3829346bc Unique::get/get_mut were renamed to as_ref/as_mut (#325) 2017-05-12 21:32:38 +02:00
Philipp Oppermann
160b986322 The Makefile uses xargo instead of cargo now 2017-05-09 19:01:05 +02:00
Philipp Oppermann
6ef85ecd69 Add required linket-flavor field to target specification 2017-04-20 19:29:23 +02:00
Philipp Oppermann
fd11d71f08 Link to new post_X tags (#320) 2017-04-19 12:50:47 +02:00
Philipp Oppermann
4634149084 Merge pull request #319 from phil-opp/double-faults-fixes
Some small improvements for the “Double Faults” post
2017-04-19 12:23:32 +02:00
Philipp Oppermann
92566fcdc4 Fix highlight line numbers 2017-04-19 12:17:57 +02:00
Philipp Oppermann
44758f46fb Describe how to add a dependency on the bit_field crate 2017-04-18 18:34:32 +02:00
Philipp Oppermann
aac958a119 Fix module file name (interrupts.rs -> interrupts/mod.rs) 2017-04-18 18:27:26 +02:00
Philipp Oppermann
559e85a597 Mention that we need to enable the abi_x86_interrupt feature (#318) 2017-04-18 15:23:22 +02:00
Philipp Oppermann
f94062a9d5 Merge pull request #317 from phil-opp/kernel-heap-fixes
Kernel Heap: Mention Xargo.toml and add missing unsafe in code example
2017-04-18 15:09:47 +02:00
Philipp Oppermann
f5d9766868 Add missing unsafe 2017-04-18 14:58:52 +02:00
Philipp Oppermann
538cc32766 A Xargo.toml is required as soon as we use alloc/collections 2017-04-18 14:58:41 +02:00
Philipp Oppermann
f2c8b792d6 Minor fixes in code examples 2017-04-18 12:36:04 +02:00
Philipp Oppermann
1ad30d488c Merge pull request #311 from phil-opp/page-table-post-updates
Bring “Page Tables” post up to date again
2017-04-13 19:52:45 +02:00
Philipp Oppermann
493dede919 The x86_64 crate requires no unsafe for tlb flushing 2017-04-13 19:43:38 +02:00
Philipp Oppermann
9f0995c4b7 Update x86_64 crate to 0.1.2 2017-04-13 19:35:32 +02:00
Philipp Oppermann
df048c9922 The stack overflow no longer occurs since we're using a 16kb stack now 2017-04-13 19:34:34 +02:00
Philipp Oppermann
e48aa7e68e Fix updated date of “Set Up Rust” 2017-04-12 20:52:24 +02:00
Philipp Oppermann
d0e3a93672 Merge pull request #310 from phil-opp/set-up-rust-xargo
Update “Set Up Rust” to use a custom target and xargo
2017-04-12 20:49:37 +02:00
Philipp Oppermann
c202937302 Add the new linker-flavor field to target json
See https://github.com/rust-lang/rust/pull/40018
2017-04-12 20:45:59 +02:00
Philipp Oppermann
239e96e8f2 Link to the new post_n tags 2017-04-11 19:42:40 +02:00
Philipp Oppermann
f72cfbff34 Disable unwinding in the target config file 2017-04-11 19:40:57 +02:00
Philipp Oppermann
388f014fc3 Use rlibc 1.0 2017-04-11 19:40:06 +02:00
Philipp Oppermann
42c6ad56bb Fix Todos, improve wording, and update console output 2017-04-11 19:38:00 +02:00