added a page for slides

This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-23 22:03:53 +02:00
parent 2aef49a0e7
commit a26a94d57b
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
5 changed files with 27 additions and 0 deletions

View file

@ -1,3 +1,5 @@
;; sign it with
;; gpg --local-user yann@esposito.host --output project.el.sig --detach-sign project.el
(setq domainname "https://her.esy.fun")
(setq base-dir (concat (projectile-project-root) "src"))
(setq publish-dir (concat (projectile-project-root) "_site"))
@ -35,6 +37,7 @@
(append
'("<a href=\"/index.html\">Home</a>"
"<a href=\"/archive.html\">Posts</a>"
"<a href=\"/slides.html\">Slides</a>"
"<a href=\"/about-me.html\">About</a>")
lst)
" | ")

Binary file not shown.

5
sign-project.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
signer=yann@esposito.host
gpg --local-user $signer --output project.el.sig --detach-sign project.el

View file

@ -10,6 +10,9 @@
Welcome to my personal website.
- [[file:archive.org][articles]]
- [[file:slides.org][presentations]]
Here I will talk mostly about the life of a software developer.
So programming, functional programming in particular.

16
src/slides.org Normal file
View file

@ -0,0 +1,16 @@
#+TITLE: Slides
#+KEYWORDS: programming, presentations, slides
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
#+DESCRIPTION:
#+LANGUAGE: en
#+LANG: en
#+OPTIONS: H:5
#+STARTUP: showeverything
* Slides
- [2018-10-25 Thu] [[file:slides/git-project-manager.org][Git Project Manager]] is a talk I made for the "Commission Open Source"
about how to gain back autonomy with git by providing most features
Github propose just with a few conventions. I even written a tool to help
manage issues, code review, git hosting, etc...