From eac9e3d2daea79dd02205d41018c0258850ada45 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 4 Sep 2018 00:19:26 -0400 Subject: [PATCH] [wip] fix uw link and add Colophon TODO: update Colophon --- content-org/aminb.org | 38 +++++++++++++++++++++++++++++++++++++- content/colophon.md | 35 +++++++++++++++++++++++++++++++++++ content/contact.md | 2 +- themes/divine | 2 +- 4 files changed, 74 insertions(+), 3 deletions(-) create mode 100644 content/colophon.md diff --git a/content-org/aminb.org b/content-org/aminb.org index b303307..94b15ae 100644 --- a/content-org/aminb.org +++ b/content-org/aminb.org @@ -58,7 +58,7 @@ platforms. - [[mailto:amin@aminb.org][amin@aminb.org]] - [[mailto:amin@gnu.org][amin@gnu.org]], I'm a volunteer [[https://www.gnu.org/people/webmeisters.html#aminb][GNU webmaster]] -- [[mailto:abandali@uwaterloo.ca][abandali@uwaterloo.ca]], I'm a [[file:uw.org][grad student]] @ UW +- [[mailto:abandali@uwaterloo.ca][abandali@uwaterloo.ca]], I'm a [[/uw][grad student]] @ UW - gpg key: [[https://pgp.surfnet.nl/pks/lookup?op=vindex&fingerprint=on&search=0xD1FBA36627D65876][CDDE 75F9 0353 8E71 813C DA27 D1FB A366 27D6 5876]] - aminb on [[https://freenode.net][freenode]] and [[https://wiki.mozilla.org/IRC][moznet]] IRC - [[https://matrix.to/#/@aminb:matrix.org][@aminb:matrix.org]] on Matrix @@ -76,6 +76,42 @@ platforms. - +[[https://github.com/aminb][aminb]] on GitHub+ - +[[https://twitter.com/aminban][aminban]] on Twitter+ +** Colophon +:PROPERTIES: +:EXPORT_FILE_NAME: colophon +:EXPORT_HUGO_MENU: :menu "nomenu" +:END: + +#+macro: light @@html:@@ +#+macro: ccbysa @@html:Creative Commons Attribution-ShareAlike 4.0 International @@{{{ccbysa-img}}}@@html:@@ +#+macro: ccbysa-img @@html:Creative Commons Licence@@ + +This is my personal website, previous versions of which I've ran on +different domains since 2012. The last version was generated using +[[https://www.romanzolotarev.com/ssg.html][ssg]] (shout out to Roman Zolotarev), but I've since ported it to GNU +Emacs + Org mode. + +The sources are available on https://git.sr.ht/~aminb/aminb.org. The +site is automatically generated on each =git push= using the +[[https://builds.sr.ht][builds.sr.ht]] service (see the [[https://git.sr.ht/~aminb/aminb.org/tree/.build.yml][=.build.yml=]] build manifest) and is +deployed to my server, where it's served by [[https://www.nginx.com][Nginx]] on [[https://www.debian.org][Debian GNU/Linux]]. + +*** Night mode + +To toggle night mode, click on {{{light}}}, which is always available +on the top navigation menu. It saves its state in a browser cookie, +other than that no JavaScript is required to use this website. + +*** Copyright and Licenses +:PROPERTIES: +:CUSTOM_ID: copyright +:END: + +The source code for this site is licensed under version 3 (or, at your +option, any later version) of the [[https://gnu.org/licenses/gpl.html][GNU General Public License]] (see the +[[https://git.sr.ht/~aminb/aminb.org/tree/COPYING][=COPYING=]] file). The contents of the website are licensed under a +{{{ccbysa}}} license. + * Posts :PROPERTIES: :EXPORT_HUGO_SECTION: post diff --git a/content/colophon.md b/content/colophon.md new file mode 100644 index 0000000..439b504 --- /dev/null +++ b/content/colophon.md @@ -0,0 +1,35 @@ ++++ +title = "Colophon" +draft = false +[menu.nomenu] + weight = 2001 + identifier = "colophon" ++++ + +This is my personal website, previous versions of which I've ran on +different domains since 2012. The last version was generated using +[ssg](https://www.romanzolotarev.com/ssg.html) (shout out to Roman Zolotarev), but I've since ported it to GNU +Emacs + Org mode. + +The sources are available on . The +site is automatically generated on each `git push` using the +[builds.sr.ht](https://builds.sr.ht) service (see the [`.build.yml`](https://git.sr.ht/~aminb/aminb.org/tree/.build.yml) build manifest) and is +deployed to my server, where it's served by [Nginx](https://www.nginx.com) on [Debian GNU/Linux](https://www.debian.org). + + +## Night mode {#night-mode} + +To toggle night mode, click on , which is always available +on the top navigation menu. It saves its state in a browser cookie, +other than that no JavaScript is required to use this website. + + +## Copyright and Licenses {#copyright} + +The source code for this site is licensed under version 3 (or, at your +option, any later version) of the [GNU General Public License](https://gnu.org/licenses/gpl.html) (see the +[`COPYING`](https://git.sr.ht/~aminb/aminb.org/tree/COPYING) file). The contents of the website are licensed under a +Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Licence license. + +[//]: # "Exported with love from a post written in Org mode" +[//]: # "- https://github.com/kaushalmodi/ox-hugo" diff --git a/content/contact.md b/content/contact.md index b016547..4e079d7 100644 --- a/content/contact.md +++ b/content/contact.md @@ -16,7 +16,7 @@ platforms. - [amin@aminb.org](mailto:amin@aminb.org) - [amin@gnu.org](mailto:amin@gnu.org), I'm a volunteer [GNU webmaster](https://www.gnu.org/people/webmeisters.html#aminb) -- [abandali@uwaterloo.ca](mailto:abandali@uwaterloo.ca), I'm a [grad student]({{< relref "uw" >}}) @ UW +- [abandali@uwaterloo.ca](mailto:abandali@uwaterloo.ca), I'm a [grad student](/uw) @ UW - gpg key: [CDDE 75F9 0353 8E71 813C DA27 D1FB A366 27D6 5876](https://pgp.surfnet.nl/pks/lookup?op=vindex&fingerprint=on&search=0xD1FBA36627D65876) - aminb on [freenode](https://freenode.net) and [moznet](https://wiki.mozilla.org/IRC) IRC - [@aminb:matrix.org](https://matrix.to/#/@aminb:matrix.org) on Matrix diff --git a/themes/divine b/themes/divine index e5e4d89..173594b 160000 --- a/themes/divine +++ b/themes/divine @@ -1 +1 @@ -Subproject commit e5e4d89609ea2404b253edb7a8b96903a4996bdd +Subproject commit 173594bd65cf434c1d90fc46dbc6d6333352cce5 -- 2.20.1