diff options
author | mms <git@sapka.me> | 2024-11-27 21:42:10 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-27 21:42:10 +0100 |
commit | a98507a02fa6648095befff2aad8a3e500a8584b (patch) | |
tree | 6c99f19bdec4b21664ed10e191436c22f4c85f91 | |
parent | 3869f432295372651c28ed9b29b63ec3e8cdbb0e (diff) |
feat: rubygems
-rw-r--r-- | assets/more/images/rubygems.png | bin | 0 -> 7400 bytes | |||
-rw-r--r-- | content-org/chotto.org | 2 | ||||
-rw-r--r-- | content/projects/chotto/0-1-0.md | 2 | ||||
-rw-r--r-- | layouts/shortcodes/contact-table.html | 14 |
4 files changed, 16 insertions, 2 deletions
diff --git a/assets/more/images/rubygems.png b/assets/more/images/rubygems.png Binary files differnew file mode 100644 index 0000000..59da58f --- /dev/null +++ b/assets/more/images/rubygems.png diff --git a/content-org/chotto.org b/content-org/chotto.org index 0f70527..632028d 100644 --- a/content-org/chotto.org +++ b/content-org/chotto.org @@ -77,7 +77,7 @@ I would wait for later release before using it where it matters. CLOSED: [2024-11-27 Wed 20:58] :PROPERTIES: :EXPORT_FILE_NAME: 0-1-0 -:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract First public release of chotto +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract Second public release of chotto :END: [[/projects/chotto/][Chotto]] 0.1.0 has been released: diff --git a/content/projects/chotto/0-1-0.md b/content/projects/chotto/0-1-0.md index ff6ce9c..f72bfc8 100644 --- a/content/projects/chotto/0-1-0.md +++ b/content/projects/chotto/0-1-0.md @@ -5,7 +5,7 @@ date = 2024-11-27T20:58:00+01:00 categories = ["projects"] draft = false weight = 2003 -abstract = "First public release of chotto" +abstract = "Second public release of chotto" +++ [Chotto](/projects/chotto/) 0.1.0 has been released: diff --git a/layouts/shortcodes/contact-table.html b/layouts/shortcodes/contact-table.html index ffffaeb..991cd94 100644 --- a/layouts/shortcodes/contact-table.html +++ b/layouts/shortcodes/contact-table.html @@ -51,6 +51,20 @@ <tr> <td> + {{- $img := resources.Get "more/images/rubygems.png" }} + {{- $img := $img.Resize "x13 png q90"}} + <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}"> + </td> + <td> + Rubygems: + <b> + <a href="https://rubygems.org/profiles/mms">mms</a> + </b> + </td> + </tr> + + <tr> + <td> {{- $img := resources.Get "more/images/lobsters.png" }} {{- $img := $img.Resize "x13 png q90"}} <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}"> |