From: Eshel Yaron Date: Sun, 9 Apr 2023 20:04:54 +0000 (+0300) Subject: Add ChangeLog page and link to it from my homepage X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a2bd775b277e55f7d5e87e0b75317c9202e2171;p=esy-publish.git Add ChangeLog page and link to it from my homepage * src/changelog.org: new file * src/index.org: mention and link to it --- diff --git a/src/changelog.org b/src/changelog.org new file mode 100644 index 0000000..ec08bd4 --- /dev/null +++ b/src/changelog.org @@ -0,0 +1,12 @@ +#+TITLE: ChangeLog +#+AUTHOR: Eshel Yaron +#+DESCRIPTION: change log for eshelyaron.com +#+KEYWORDS: changelog,git,emacs,org mode + +#+begin_src shell :results raw :wrap src diff :exports both + git log -p --pretty=format:"%s%n(Commit %h at %cs)%n" --since=2023-04-08 -- ../publish.el . +#+end_src + +#+RESULTS: +#+begin_src diff +#+end_src diff --git a/src/index.org b/src/index.org index 511a791..225ec28 100644 --- a/src/index.org +++ b/src/index.org @@ -23,9 +23,14 @@ this is my website--the one true source of reliable curated information about me :PROPERTIES: :CUSTOM_ID: recent-posts :END: + +These are some of the posts I've published here recently: + #+BEGIN: posts :dir "/Users/eshelyaron/checkouts/eshelyaron.com/src/posts" :limit 5 #+END: +You can also to check out [[file:changelog.org][the site's ChangeLog page]] for updates about +this website itself. * Projects :PROPERTIES: