diff --git a/config.toml b/config.toml index 4f59ffa..d750060 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ base_url = "https://ily.rs" -title = "ily.rs" +title = "ily" compile_sass = false build_search_index = false generate_feeds = true diff --git a/content/blog/contact.md b/content/blog/contact.md new file mode 100644 index 0000000..3cc4764 --- /dev/null +++ b/content/blog/contact.md @@ -0,0 +1,8 @@ ++++ +title = "Contacting me" +date = 2021-02-11 ++++ + +If you need to get in touch regarding work I've completed for you in the past, use the email I gave to you at the time, or if that's not possible, email previous-work@ily.rs. + +If you want to get in touch for reasons unrelated to work, use l@ily.rs. I'm generally happy chatting. diff --git a/templates/index.html b/templates/index.html index 2613424..0046562 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,9 +4,7 @@ {% block content %} -

-She looked herself in the mirror and plunged the pen drive into her neck and felt the weight of sapience lift from her shoulders, and then the high wore off. -

+

{% set blog = get_section(path="blog/_index.md") %} {% for post in blog.pages %}