diff options
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/_index.md | 4 | ||||
-rw-r--r-- | content/blog/01-hello-world/index.md | 2 | ||||
-rw-r--r-- | content/blog/01-hello-world/index.org | 4 | ||||
-rw-r--r-- | templates/base.html | 2 |
5 files changed, 8 insertions, 6 deletions
diff --git a/config.toml b/config.toml index d4c927a..364a4e2 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ base_url = "https://adbjesus.com" -title = "A.D.B. Jesus" +title = "Alexandre D. B. Jesus" compile_sass = true diff --git a/content/_index.md b/content/_index.md index ccba2fc..5901f41 100644 --- a/content/_index.md +++ b/content/_index.md @@ -24,7 +24,9 @@ Python, Nix, GLPK, Slurm, and SQLite. ### Email -- Institutional: [ajesus@dei.uc.pt](mailto:ajesus@dei.uc.pt) +Personal: [me@adbjesus.com](mailto:me@adbjesus.com) + +Institutional: [ajesus@dei.uc.pt](mailto:ajesus@dei.uc.pt) Please [use plaintext](https://useplaintext.email/) when contacting me. diff --git a/content/blog/01-hello-world/index.md b/content/blog/01-hello-world/index.md index 0bdb3d0..adb9d3f 100644 --- a/content/blog/01-hello-world/index.md +++ b/content/blog/01-hello-world/index.md @@ -1,5 +1,5 @@ --- -author: A.D.B. Jesus +author: Alexandre D. B. Jesus date: 2022-08-29 slug: hello-world title: Hello, world! diff --git a/content/blog/01-hello-world/index.org b/content/blog/01-hello-world/index.org index 02676c5..3daa0c1 100644 --- a/content/blog/01-hello-world/index.org +++ b/content/blog/01-hello-world/index.org @@ -1,11 +1,11 @@ #+TITLE: Hello, world! #+DATE: 2022-08-29 -#+AUTHOR: A.D.B. Jesus +#+AUTHOR: Alexandre D. B. Jesus #+PANDOC_METADATA: slug:hello-world #+PANDOC_EXTENSIONS: commonmark+yaml_metadata_block #+PANDOC_OPTIONS: standalone:t #+PANDOC_OPTIONS: shift-heading-level-by:2 -#+SPDX-FileCopyrightText: 2022 A.D.B. Jesus <https://adbjesus.com> +#+SPDX-FileCopyrightText: 2022 Alexandre D. B. Jesus <https://adbjesus.com> #+SPDX-License-Identifier: CC-BY-SA-4.0 I have been thinking of starting a blog for a while, mostly to write diff --git a/templates/base.html b/templates/base.html index 05a6535..9871dab 100644 --- a/templates/base.html +++ b/templates/base.html @@ -72,7 +72,7 @@ <footer> <p> - Copyright (c) 2022 A.D.B. Jesus. + Copyright (c) 2022 Alexandre D. B. Jesus </p> <p> The contents of this website are licensed under the |