diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c75eecc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/public diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..32d2399 --- /dev/null +++ b/config.toml @@ -0,0 +1,15 @@ +# The URL the site will be built for +base_url = "https://bytes.zone" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = false + +[extra] +# Put all your custom variables here diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..9b63923 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 👋 Hey There + + + + + + + + + + + + + + + + + +
+
+ bytes.zone + +
+
+

👋 Hey There

+

+ My name is Brian! I'm the lead organizer of + elm-conf and + the author of + Mastering Elm: JSON Decoders + and a bunch of Elm packages. You've found my site! +

+

+ The latest post I wrote was + Renaming Files with Braces, + and the latest talk I gave was + Robot Buttons from Mars + at Elm in the Spring. +

+

+ Made with Love in St. Louis, MO. Have a wonderful day! ❤️ +

+
+ +
+ +