Browse Source

adding note.com link

master
jk 4 years ago
parent
commit
ddef2f297e
  1. 5
      config.toml
  2. BIN
      static/fonts/forkawesome-webfont.woff2
  3. 1
      themes/nipponalba/layouts/partials/head.html
  4. 3
      themes/nipponalba/static/css/style.css

5
config.toml

@ -74,6 +74,11 @@ icon = "fa fa-matrix-org fa-2x fa-fw"
title = "matrix"
url = "https://matrix.to/#/@jon:kelbie.scot"
[[params.socialIcons]]
icon = "fa fa-note_com fa-2x fa-fw"
title = "note.com"
url = "https://note.com/jon_kelbie"
[languages.en]
weight = 0
languageName = "English"

BIN
static/fonts/forkawesome-webfont.woff2

1
themes/nipponalba/layouts/partials/head.html

@ -10,6 +10,7 @@
<base href="{{ .Site.BaseURL }}">
<!-- indieweb stuff -->
<link rel="me" href="mailto:jon@kelbie.scot" />
<link rel="me" href="https://note.com/jon_kelbie" />
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="webmention" href="https://webmention.io/jon.kelbie.scot/webmention" />

3
themes/nipponalba/static/css/style.css

@ -92,6 +92,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-envelope-o:before {
content: "\f003";
}
.fa-note_com:before{
content: "\f014"
}
.fa-tags:before {
content: "\f02c";
}

Loading…
Cancel
Save