From 4cade569389094954ed633ebd2190da3b272f587 Mon Sep 17 00:00:00 2001 From: sovanna Date: Fri, 19 Jul 2019 16:02:01 +0200 Subject: [PATCH] refactor(smoltcp): Reviews layout and md file --- content/software/smoltcp.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/content/software/smoltcp.md b/content/software/smoltcp.md index 85ddd2ff..6b6f466b 100644 --- a/content/software/smoltcp.md +++ b/content/software/smoltcp.md @@ -1,9 +1,19 @@ +++ title = "smoltcp" weight = 2 +template = "page.html" +++ -{% layoutsmall(title="smoltcp is a standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems.") %} + +{% layout_centered_content(min_width=true) %} + +##### smoltcp is a standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems. + +{% end %} + + + +{% layout_centered_content(min_width=true, force_left=true) %} Its design goals are simplicity and robustness. Its design anti-goals include complicated compile-time computations, such as macro or type tricks, even at cost of performance degradation. @@ -18,4 +28,4 @@ The source code is available