diff --git a/content/author/jochum.md b/content/author/jochum.md index dc2d90b..061741e 100644 --- a/content/author/jochum.md +++ b/content/author/jochum.md @@ -58,7 +58,7 @@ Working on automatic deployed LXD containers - You say **you want** a Website - #### 2015 - ca. 2018: [LXD](https://linuxcontainers.org/lxd/) Smaller stuff. -Intodruced the new [Storage API](https://github.com/lxc/lxd/commits?author=pcdummy) for BTRFS and big parts of the LVM version. +Intodruced the new [Storage API](https://github.com/lxc/lxd/commits/master?author=rene@jochums.at) for BTRFS and big parts of the LVM version. #### 2009 - current: IRC diff --git a/content/post/vcs-mirrors.md b/content/post/vcs-mirrors.md index 4790f43..0c158c4 100644 --- a/content/post/vcs-mirrors.md +++ b/content/post/vcs-mirrors.md @@ -24,12 +24,12 @@ I came up with [vcs-mirrors](https://git.jochum.dev/jochum/vcs-mirrors) which i ### Features -* Mirror different types of source repositories: Bazaar, Git, Subversion. Mirror all into git. -* GitLab mirror adding. - * When adding a mirror if the project doesn't exist in GitLab it will be auto-created. - * Set project creation defaults (e.g. issues enabled, wiki enabled, etc.) -* Github mirror adding. - * Same as with Gitlab. -* mirror anything to Git (not just Gitlab and Github). -* Update a single mirror. -* Update all known mirrors. \ No newline at end of file +- Mirror different types of source repositories: Bazaar, Git, Subversion. Mirror all into git. +- GitLab mirror adding. + - When adding a mirror if the project doesn't exist in GitLab it will be auto-created. + - Set project creation defaults (e.g. issues enabled, wiki enabled, etc.) +- Github mirror adding. + - Same as with Gitlab. +- mirror anything to Git (not just Gitlab and Github). +- Update a single mirror. +- Update all known mirrors. diff --git a/themes/persona/layouts/partials/meta.html b/themes/persona/layouts/partials/meta.html index 0234993..a52e464 100644 --- a/themes/persona/layouts/partials/meta.html +++ b/themes/persona/layouts/partials/meta.html @@ -7,14 +7,14 @@ {{ with .Site.Params.twitter }}{{ end }} - + - + - {{ .Title }} · {{ .Site.Title }} + {{ if ne .Title .Site.Title }}{{ .Title }} · {{ .Site.Title }}{{ else }}{{ .Site.Title }}{{ end }} {{ partial "meta.extra.html" . }}