From 88dc4b8189a50cc5a83a45966f40c9c8917d20ca Mon Sep 17 00:00:00 2001 From: yova Date: Sat, 9 Oct 2021 22:47:07 +0200 Subject: [PATCH] change email --- config.toml | 4 ++-- content/_index.md | 7 +++++-- static/contact-form/handler.php | 6 +++--- themes/personal-web | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index a171ef1..1b4e7cb 100644 --- a/config.toml +++ b/config.toml @@ -22,7 +22,7 @@ ignoreErrors = ["error-disable-taxonomy"] [params] # The "description" of your website. This is used in the meta data of your generated html. - description = "Personal website yova yvwntr" + description = "blog website yova yvwntr" # The path to your "favicon". This should be a square (at least 32px x 32px) png-file. # Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder. @@ -41,7 +41,7 @@ ignoreErrors = ["error-disable-taxonomy"] # This theme will, by default, inject a made-with-line at the bottom of the page. # You can turn it off, but we would really appreciate if you don’t :-). - # hideMadeWithLine = true + hideMadeWithLine = true # By default, this theme displays dates with a format like "02 Jan, 2006", but # you can customize it by setting the `dateFormat` param in your site's config diff --git a/content/_index.md b/content/_index.md index c4637ea..9234f8d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,2 +1,5 @@ -Free thoughts for free minds. -Free software for a free society. +Free thoughts for a free mind. +Free software for a free society. +One Love. One mind. One power. + +This is work in progress. diff --git a/static/contact-form/handler.php b/static/contact-form/handler.php index 09aa783..d284a44 100644 --- a/static/contact-form/handler.php +++ b/static/contact-form/handler.php @@ -11,7 +11,7 @@ require_once './vendor/autoload.php'; use FormGuide\Handlx\FormHandler; -$pp = new FormHandler(); +$pp = new FormHandler(); $validator = $pp->getValidator(); $validator->fields(['name','email'])->areRequired()->maxLength(50); @@ -21,6 +21,6 @@ $validator->field('comments')->maxLength(6000); -$pp->sendEmailTo('someone@gmail.com'); // ← Your email here +$pp->sendEmailTo('yova@freedomhost.de'); // ← Your email here -echo $pp->process($_POST); \ No newline at end of file +echo $pp->process($_POST); diff --git a/themes/personal-web b/themes/personal-web index 95178cb..93be2e7 160000 --- a/themes/personal-web +++ b/themes/personal-web @@ -1 +1 @@ -Subproject commit 95178cb6bf55d9bc2b7e2a0be59b3d8aee430f7a +Subproject commit 93be2e7f3add62850aea31149a472bd509f89f2d