Link projects to GitLab
This commit is contained in:
parent
bd591726ae
commit
58574d62c1
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@ class Pages::Home < ::Phlex::HTML
|
||||||
ul {
|
ul {
|
||||||
project_link(
|
project_link(
|
||||||
name: "phlexite",
|
name: "phlexite",
|
||||||
url: "https://github.com/aleksrutins/phlexite",
|
url: "https://git.farthergate.com/aleks/phlexite",
|
||||||
desc: "a simple static site generator using phlex for templating"
|
desc: "a simple static site generator using phlex for templating"
|
||||||
)
|
)
|
||||||
|
|
||||||
project_link(
|
project_link(
|
||||||
name: "mzk",
|
name: "mzk",
|
||||||
url: "https://sr.ht/~aleksrutins/mzk",
|
url: "https://git.farthergate.com/aleks/mzk",
|
||||||
desc: "bash scripts to help you manage your zettelkasten"
|
desc: "bash scripts to help you manage your zettelkasten"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue