From: Pieter De Praetere Date: Mon, 18 Jan 2021 20:47:28 +0000 (+0100) Subject: Changes for stands without a title X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9bb230146e49d4b490d773608ed295a71753b26;p=stands-website.git Changes for stands without a title --- diff --git a/.gitmodules b/.gitmodules index 7026153..3719faf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,9 @@ url = https://git.fsfe.org/FSFE/fosdem21-static.git [submodule "content/stands/postgresql"] path = content/stands/postgresql url = https://git.postgresql.org/git/fosdem2021-content.git +[submodule "static/stands/box86"] + path = static/stands/box86 + url = https://github.com/rajdakin/box86-fosdem2021-static.git +[submodule "content/stands/box86"] + path = content/stands/box86 + url = https://github.com/rajdakin/box86-fosdem2021-content.git diff --git a/README.md b/README.md index f0c80c4..c703220 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ layout: stand All other files can by any content Hugo accepts (HTML, MD). +You must provide a _title_ parameter in the front matter of your other pages; otherwise the links will not work. + ## Technical details diff --git a/content/stands/box86 b/content/stands/box86 new file mode 160000 index 0000000..0230954 --- /dev/null +++ b/content/stands/box86 @@ -0,0 +1 @@ +Subproject commit 023095417b1b4c17093c617aaa4b0d792e037f7c diff --git a/content/stands/box86.md b/content/stands/box86.md new file mode 100644 index 0000000..3e2acf4 --- /dev/null +++ b/content/stands/box86.md @@ -0,0 +1,26 @@ +--- +description: "Box86 allows to run 32bits x86 applications on ARM devices.\r\n\r\n\ + Playing linux games, like WorldOfGoo, FTL or Unreal Tournament 2004 on a RaspberryPI\ + \ 4 or other SBC, becomes possible with Box86. Using Wine is also supported, opening\ + \ a lot more possibilities and enhancing the compatibility of ARM board.\r\nYou\ + \ are not limited on games with box86, and you can use it to run Zoom linux client,\ + \ or setup a Teamspeak or Game Server.\r\n\r\nBox86 combine a fast Dynarec that\ + \ converts on the fly x86 code to ARM code, with native library wrapping to avoid\ + \ emulating frequently used functions and to be able to use box86 super easily:\ + \ no need for a full x86 chroot system, most used libraries are the native versions." +layout: stand +show_on_overview: true +logo: stands/box86_-_linux_userspace_x86_emulator/logo.png +new_this_year: "Box86 is targeted towards 32bits. While compatibility and speed can\ + \ be improved, the support of 16bits code (for Wine) is probably the last missing\ + \ feature for box86.\r\nAfter that, Box64 will be targeted toward 64bits apps. It\ + \ will be a different application, and will allow similar principles with native\ + \ use of ARM64 native libs directly on x86_64 linux apps." +showcase: Discover new possibilties for your RaspberryPI 4 and all other ARM SBC with + Box86. Playing FTL or Into the Breach, Unreal Tournament 99 or 2004, or racing a + few laps on Flatout (to name just a few) becomes possible on a small SBC. +themes: +- Gaming +title: Box86 +website: https://ptitseb.github.io/box86/ +--- \ No newline at end of file diff --git a/content/stands/box86_-_linux_userspace_x86_emulator.md b/content/stands/box86_-_linux_userspace_x86_emulator.md deleted file mode 100644 index 3e2acf4..0000000 --- a/content/stands/box86_-_linux_userspace_x86_emulator.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -description: "Box86 allows to run 32bits x86 applications on ARM devices.\r\n\r\n\ - Playing linux games, like WorldOfGoo, FTL or Unreal Tournament 2004 on a RaspberryPI\ - \ 4 or other SBC, becomes possible with Box86. Using Wine is also supported, opening\ - \ a lot more possibilities and enhancing the compatibility of ARM board.\r\nYou\ - \ are not limited on games with box86, and you can use it to run Zoom linux client,\ - \ or setup a Teamspeak or Game Server.\r\n\r\nBox86 combine a fast Dynarec that\ - \ converts on the fly x86 code to ARM code, with native library wrapping to avoid\ - \ emulating frequently used functions and to be able to use box86 super easily:\ - \ no need for a full x86 chroot system, most used libraries are the native versions." -layout: stand -show_on_overview: true -logo: stands/box86_-_linux_userspace_x86_emulator/logo.png -new_this_year: "Box86 is targeted towards 32bits. While compatibility and speed can\ - \ be improved, the support of 16bits code (for Wine) is probably the last missing\ - \ feature for box86.\r\nAfter that, Box64 will be targeted toward 64bits apps. It\ - \ will be a different application, and will allow similar principles with native\ - \ use of ARM64 native libs directly on x86_64 linux apps." -showcase: Discover new possibilties for your RaspberryPI 4 and all other ARM SBC with - Box86. Playing FTL or Into the Breach, Unreal Tournament 99 or 2004, or racing a - few laps on Flatout (to name just a few) becomes possible on a small SBC. -themes: -- Gaming -title: Box86 -website: https://ptitseb.github.io/box86/ ---- \ No newline at end of file diff --git a/static/stands/box86 b/static/stands/box86 new file mode 160000 index 0000000..66639c6 --- /dev/null +++ b/static/stands/box86 @@ -0,0 +1 @@ +Subproject commit 66639c6a7026b54680ea48f6b084daa601bbb10e diff --git a/themes/fosdem/layouts/stands/single.html b/themes/fosdem/layouts/stands/single.html index 205c997..4901264 100644 --- a/themes/fosdem/layouts/stands/single.html +++ b/themes/fosdem/layouts/stands/single.html @@ -7,9 +7,15 @@
diff --git a/themes/fosdem/layouts/stands/stand.html b/themes/fosdem/layouts/stands/stand.html index 240e7b5..61b79dd 100644 --- a/themes/fosdem/layouts/stands/stand.html +++ b/themes/fosdem/layouts/stands/stand.html @@ -51,7 +51,11 @@
  • Chatroom
  • Video's
  • {{ range .Pages }} + {{ if .Params.title }}
  • {{ .Params.title }}
  • + {{ else }} +
  • {{ .File.TranslationBaseName }}
  • + {{ end }} {{ end }}