Skip to content

Commit

Permalink
keybase via dns
Browse files Browse the repository at this point in the history
  • Loading branch information
meck committed Feb 9, 2020
1 parent 6c78ce1 commit 5e6eadc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 80 deletions.
13 changes: 9 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@ links:
linkIcon: "envelope"
linkIconSet: "fas"

- linkTitle: "Public PGP Key"
linkUrl: "/pgp.html"
linkIcon: "key"
linkIconSet: "fas"

- linkTitle: "github"
linkUrl: "https://github.com/meck"
linkIcon: "github"
linkIconSet: "fab"

- linkTitle: "Public PGP Key"
linkUrl: "/pgp.html"
linkIcon: "key"
linkIconSet: "fas"
- linkTitle: "Keybase"
linkUrl: "https://keybase.io/meck"
linkIcon: "keybase"
linkIconSet: "fab"
---

#### Meck Ljudteknik is a audio engineering and software company run by Johan “meck” Eklund.
Expand Down
72 changes: 0 additions & 72 deletions keybase.txt

This file was deleted.

4 changes: 0 additions & 4 deletions src/Site.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ main = hakyll $ do
>>= loadAndApplyTemplate "templates/pgp.html" defaultCtx
>>= relativizeUrls

match "keybase.txt" $ do
route idRoute
compile copyFileCompiler

match "templates/*" $ compile templateBodyCompiler

defaultCtx :: Context String
Expand Down

0 comments on commit 5e6eadc

Please sign in to comment.