feat(TSS-001): Publish TSS-001
parent
36b06b54a7
commit
cec3fe6327
|
@ -1,3 +1,3 @@
|
|||
pushl-cache
|
||||
public
|
||||
|
||||
*.swp
|
||||
|
|
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ pushl:
|
|||
. /home/ydreniv/venv-pushl/bin/activate ; pushl -c pushl-cache/ "https://tilde.town/~ydreniv/atom.xml"
|
||||
|
||||
preprod:
|
||||
yes | ~/zola build --base-url https://tests.kestrels-and-roses.rocks/ydreniv
|
||||
yes | ~/zola build --base-url https://tests.kestrels-and-roses.rocks/ydreniv --drafts
|
||||
echo "put -r public/* www" > sftp-batch.txt
|
||||
sftp -b sftp-batch.txt tests.kestrels-and-roses.rocks
|
||||
rm sftp-batch.txt
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
+++
|
||||
draft = true
|
||||
title = "TSS-001 - The Pearled Gates"
|
||||
date = "2023-01-25"
|
||||
updated = "2023-01-25"
|
||||
[extra]
|
||||
image = "/img/project-spg/[TSS-001] The Pearled Gates.png"
|
||||
tags = ["project-spg", "art"]
|
||||
authors = ["Ydreniv"]
|
||||
+++
|
||||
|
||||
This is part of [PROJECT SPG](@/project-spg.md).
|
||||
|
@ -17,7 +19,7 @@ With that in mind, I've resurrected PROJECT SPG.
|
|||
I had started this a couple years ago, but it had remained without activity
|
||||
for about a year.
|
||||
|
||||
I've started this serie of artworks with the goal of using as much automatic
|
||||
As I’ve said in [PROJECT SPG](@/blog/2022-12-11-project-spg.md), I've started this serie of artworks with the goal of using as much automatic
|
||||
filters as possible in Gimp.
|
||||
My previous art experiment in Gimp had mostly been pixel-art, and I wanted
|
||||
this to change.
|
|
@ -4,11 +4,13 @@ title = "Using OpenGraph with Zola"
|
|||
[extra]
|
||||
image = "/img/blogposts/opengraph-example-2022-12-16.png"
|
||||
tags = ["web", "zola", "opengraph"]
|
||||
authors = ["Ydreniv"]
|
||||
+++
|
||||
|
||||
## What is OpenGraph
|
||||
|
||||
After having [tried Microformats](@/blog/2022-12-13-beginner-hcard-hentry.md), I've made a first implementation of [OpenGraph]().
|
||||
After having [tried Microformats](@/blog/2022-12-13-beginner-hcard-hentry.md),
|
||||
I've made a first implementation of [OpenGraph](https://ogp.me/).
|
||||
This is an initiative launched by Facebook, and widely adopted, to give some metadata about webpages.
|
||||
This allows external applications to preview the links, displaying the title, linked to the url, a description, a picture etc.
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@ title = "The Origin of Ydreniv"
|
|||
date = "2022-11-03"
|
||||
updated = "2022-11-03"
|
||||
[extra]
|
||||
author = "Ydreniv"
|
||||
authors = ["Ydreniv"]
|
||||
+++
|
||||
|
||||
|
|
Loading…
Reference in New Issue