diff --git a/config.toml b/config.toml index d3542aa..56f693b 100644 --- a/config.toml +++ b/config.toml @@ -3,22 +3,19 @@ compile_sass = true build_search_index = false generate_feed = true theme = "anatole-zola" -highlight_theme = "base16-ocean-light" -title = "Hartonia Planitia" +title = "James Harton" +description = "Nerd, maker and quadcopter breaker from Wairarapa, Aotearoa." + taxonomies = [ {name = "tags"}, ] [markdown] -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true +highlight_theme = "base16-ocean-light" [extra] -# Put all your custom variables here -title = "Hartonia Planitia" -description = "My home page lol" author = "James Harton" [extra.show] @@ -35,3 +32,9 @@ links = "Links" date_format = "%Y-%m-%d" next_page = "Next Page" last_page = "Last Page" + +[extra.social] +github = "jimsynz" +linkedin = "james-harton-35013418a" +gitlab = "jimsy" +mastodon = "jmshrtn@social.coop" diff --git a/content/_index.md b/content/_index.md index 22e6ec6..ebefc05 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,9 @@ +++ -title = "Hartonia Planitia" +title = "Home" template = "index.html" transparent = true sort_by = "date" paginate_by = 10 +++ -WAT +Hello, World! diff --git a/content/about/_index.md b/content/about/_index.md index 769dbcf..c1aaf7b 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -4,4 +4,22 @@ paginage_by = 0 template = "about.html" +++ -About this site. +Hi, I'm James. + +I'm a software engineer based in [Wairarapa, Aotearoa](https://en.wikipedia.org/wiki/Wairarapa). I've previously been a sysop, sysadmin, network engineer, founder and consultant. + +My interests include but are not limited to: + +* Programming in [Elixir](https://elixir-lang.org/). +* Programming in [Rust](https://www.rust-lang.org/). +* [Self-hosting](https://en.wikipedia.org/wiki/Self-hosting_(web_services)). +* Building [programming languages](https://code.harton.nz/james/outrun). +* Building [Robots](https://www.hackster.io/jmshrtn/augie-the-hexapod-robot-8e5125). +* Electronics. +* Radio-control planes, helicopters and quadcopters. + +I am currently a Principal Consultant at [Alembic](https://alembic.com.au) and a member of the [Ash](https://ash-hq.org) core team. + +My pronouns are **he**/**him**. + + diff --git a/static/images/avatar.jpg b/static/images/avatar.jpg new file mode 100644 index 0000000..1527dce Binary files /dev/null and b/static/images/avatar.jpg differ diff --git a/static/images/logo@2x.png b/static/images/logo@2x.png new file mode 100644 index 0000000..877fb10 Binary files /dev/null and b/static/images/logo@2x.png differ diff --git a/templates/basic.html b/templates/basic.html new file mode 100644 index 0000000..745c646 --- /dev/null +++ b/templates/basic.html @@ -0,0 +1,6 @@ +{% extends "anatole-zola/templates/basic.html" %} +{% block more_social_link %} + + + +{% endblock %}