···11+###############################################################################
22+# Set default behavior to automatically normalize line endings.
33+###############################################################################
44+* text=auto
55+
···11+This is free and unencumbered software released into the public domain.
22+33+Anyone is free to copy, modify, publish, use, compile, sell, or
44+distribute this software, either in source code form or as a compiled
55+binary, for any purpose, commercial or non-commercial, and by any
66+means.
77+88+In jurisdictions that recognize copyright laws, the author or authors
99+of this software dedicate any and all copyright interest in the
1010+software to the public domain. We make this dedication for the benefit
1111+of the public at large and to the detriment of our heirs and
1212+successors. We intend this dedication to be an overt act of
1313+relinquishment in perpetuity of all present and future rights to this
1414+software under copyright law.
1515+1616+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1717+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1818+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1919+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
2020+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2121+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2222+OTHER DEALINGS IN THE SOFTWARE.
2323+2424+For more information, please refer to <https://unlicense.org>
···11+# The URL the site will be built for
22+base_url = "https://yusdacra.gitlab.io"
33+title = "yusdacra's stuff"
44+55+# Whether to automatically compile all Sass files in the sass directory
66+compile_sass = true
77+88+# Whether to do syntax highlighting
99+# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
1010+highlight_code = true
1111+1212+# Whether to build a search index to be used later on by a JavaScript library
1313+build_search_index = false
1414+generate_rss = false
1515+1616+check_external_links = true
1717+1818+taxonomies = [
1919+ {name = "tags", rss = true}
2020+]
2121+2222+theme = "sam"
2323+2424+[extra]
2525+# Put all your custom variables here
2626+sam_menu = [
2727+ { text = "posts", link = "/posts" },
2828+ { text = "about", link = "/about" },
2929+ { text = "projects", link = "/projects" }
3030+]
+17
content/about.md
···11++++
22+title = "about"
33+44+[extra]
55+no_header = true
66++++
77+88+Hello. This is where I post about my stuff.
99+Feel free to send me an e-mail or DM on Discord / Matrix if you have anything to ask.
1010+1111+Contacts:
1212+- Discord: yusdacra#7447
1313+- Matrix: @yusdacra:feneas.org
1414+- E-Mail: y.bera003.06@pm.me
1515+---
1616+- Gitlab: <https://gitlab.com/yusdacra>
1717+- Github: <https://github.com/yusdacra>
···11++++
22+title = "projects"
33+44+[extra]
55+no_header = true
66++++
77+88+### Neonment
99+Neonment is a first person hero shooter. Name is subject to change. WIP.
1010+1111+<https://gitlab.com/yusdacra/neonment>
1212+1313+### treeculler
1414+A Rust crate for working with frustum and occlusion culling. WIP.
1515+1616+<https://gitlab.com/yusdacra/treeculler>
1717+1818+### Hakkero OS
1919+Learning project, implementation of <https://os.phil-opp.com/>.
2020+2121+<https://gitlab.com/hakkero-os/hakkero>