diff --git a/.project.el.gpg b/.project.el.gpg index 85614ec..7b391f3 100644 Binary files a/.project.el.gpg and b/.project.el.gpg differ diff --git a/src/about-me.org b/src/about-me.org new file mode 100644 index 0000000..ac7d983 --- /dev/null +++ b/src/about-me.org @@ -0,0 +1,15 @@ +#+TITLE: About me +#+KEYWORDS: social +#+AUTHOR: Yann Esposito +#+EMAIL: yann@esposito.host +#+DESCRIPTION: +#+LANGUAGE: en +#+LANG: en +#+OPTIONS: H:5 +#+STARTUP: showeverything + +* Contact + +- mail: @@html: Yann Esposito <yann@esposito.host>@@ +- keybase: https://keybase.io/yogsototh +- gitlab: https://gitlab.esy.fun diff --git a/src/archive.org b/src/archive.org index 6456215..8a3478b 100644 --- a/src/archive.org +++ b/src/archive.org @@ -1,6 +1,6 @@ #+TITLE: Blog Posts #+AUTHOR: Yann Esposito -#+EMAIL: yann.esposito@gmail.com +#+EMAIL: yann@esposito.host #+begin_archive @@html:
  • @@ @@html:@@ 2019-07-28: @@html:@@ [[file:posts/project-el/index.org][Autoload Script by project]] @@html:@@ @@html:
  • @@ diff --git a/src/demo.org b/src/demo.org index e5f28f5..176220d 100644 --- a/src/demo.org +++ b/src/demo.org @@ -1,6 +1,6 @@ #+TITLE: This is the title #+AUTHOR: Yann Esposito -#+EMAIL: yann.esposito@gmail.com +#+EMAIL: yann@esposito.host #+KEYWORDS: programming #+DESCRIPTION: css demonstration #+OPTIONS: H:5 @@ -186,6 +186,9 @@ just to check. :CUSTOM_ID: in-review :END: ****** HOLD on hold state + :PROPERTIES: + :CUSTOM_ID: on-hold-state + :END: - State "HOLD" from "IN-REVIEW" [2019-07-09 Tue 13:44] \\ some reason ****** WAITING waiting status diff --git a/src/drafts/professional-lessons-and-opinions.draft.org b/src/drafts/professional-lessons-and-opinions.draft.org index e167b18..b811776 100644 --- a/src/drafts/professional-lessons-and-opinions.draft.org +++ b/src/drafts/professional-lessons-and-opinions.draft.org @@ -1,6 +1,6 @@ #+TITLE: Professional Lessons and Opinions #+AUTHOR: Yann Esposito -#+EMAIL: yann.esposito@gmail.com +#+EMAIL: yann@esposito.host #+DATE: 2019-07-04 #+KEYWORDS: programming, blog, org-mode #+DESCRIPTION: Different divagations about my experiences in the professional world of Software Developper diff --git a/src/index.org b/src/index.org index e0c267f..211e154 100644 --- a/src/index.org +++ b/src/index.org @@ -1,7 +1,7 @@ #+TITLE: Welcome! #+KEYWORDS: programming #+AUTHOR: Yann Esposito -#+EMAIL: yann.esposito@gmail.com +#+EMAIL: yann@esposito.host #+DESCRIPTION: #+LANGUAGE: en #+LANG: en diff --git a/src/posts/2019-07-04-static-org-publish.org b/src/posts/2019-07-04-static-org-publish.org index c2ccc8f..7f01f0c 100644 --- a/src/posts/2019-07-04-static-org-publish.org +++ b/src/posts/2019-07-04-static-org-publish.org @@ -1,6 +1,6 @@ #+TITLE: Static blog with org-mode #+AUTHOR: Yann Esposito -#+EMAIL: yann.esposito@gmail.com +#+EMAIL: yann@esposito.host #+DATE: 2019-07-27 #+KEYWORDS: programming, blog, org-mode #+OPTIONS: auto-id:t @@ -206,7 +206,7 @@ That's better. But for a blog you also generally want to have your own CSS. (setq publish-rss-dir publish-dir) (setq css-name "minimalist.css") (setq author-name "Yann Esposito") - (setq author-email "yann.esposito@gmail.com") + (setq author-email "yann@esposito.host") (require 'org) (require 'ox-publish) diff --git a/src/posts/project-el/auto-load-project.el b/src/posts/project-el/auto-load-project.el index 25fd20a..33458da 100644 --- a/src/posts/project-el/auto-load-project.el +++ b/src/posts/project-el/auto-load-project.el @@ -1,6 +1,6 @@ ;;; auto-load-project.el --- Auto load elisp file on project open -;; Copyright © 2019 Yann Esposito +;; Copyright © 2019 Yann Esposito ;;; Commentary: ;; diff --git a/src/posts/project-el/index.org b/src/posts/project-el/index.org index a9e45e8..13e9b46 100644 --- a/src/posts/project-el/index.org +++ b/src/posts/project-el/index.org @@ -1,7 +1,7 @@ #+TITLE: Autoload Script by project #+SUBTITLE: fast, secure, easy autoload #+AUTHOR: Yann Esposito -#+EMAIL: yann.esposito@gmail.com +#+EMAIL: yann@esposito.host #+DATE: 2019-07-28 #+KEYWORDS: programming, blog, org-mode #+OPTIONS: auto-id:t