Skip to content

Commit b599a77

Browse files
committed
initialy add meta image tag
add image meta tag on post for preview article when share with other
1 parent 4c21a3b commit b599a77

17 files changed

+21
-1
lines changed

404.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: 404 - Page not found
44
permalink: /404.html
5+
image: /images/404.png
56
---
67

78
Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/).

_includes/meta.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
<meta property="og:title" content="{{ page.title }}" />
2020
<meta property="twitter:title" content="{{ page.title }}" />
2121
{% endif %}
22+
23+
{% if page.image %}
24+
<meta property="og:image" content="{{ site.baseurl }}{{ page.image }}" />
25+
{% endif %}

_posts/2018-12-31-Hello-World.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: Hello World!
4+
image: /favicon.ico
45
---
56

67
Hi dunia. Ini Post pertamaku!

_posts/2019-09-01-My-Bashrc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: .bashrc welcome message
4+
image: /images/bashrc.svg
45
---
56

67
![_config.yml]({{ site.baseurl }}/images/bashrc.svg)

_posts/2019-10-10-My-Bashrcv2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
layout: post
33
title: .bashrc welcome message v2
4+
image: /images/bashrc2.svg
45
---
56

67
![_config.yml]({{ site.baseurl }}/images/bashrc2.svg)
78

89
Bashrc welcome message.
910
What is new?
1011
1. Showing your full name on linux.
11-
2. no longer display names twice.
12+
2. no longer display names twice.

_posts/2019-10-11-Move-CSD-button-to-left.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: Moving GTK-CSD to left
4+
image: /images/gtkcsdmove.png
45
---
56

67
![CSD Left Like MAC for GTK]({{ site.baseurl }}/images/gtkcsdmove.png)

_posts/2019-11-11-Kwin-Compton-detect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: Detecting Kwin is running or not for run compton
4+
image: /images/kwincmptn.svg
45
---
56

67
![_config.yml]({{ site.baseurl }}/images/kwincmptn.svg)

_posts/2019-12-05-Midi-on-Linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: MIDI playback on Linux
4+
image: /images/midi_logo.jpg
45
---
56

67
![Logo MIDI]({{ site.baseurl }}/images/midi_logo.jpg)

_posts/2019-12-13-CSD-Firefox-KDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: CSD gap space Firefox Problem in KDE
4+
image: /images/ssff.png
45
---
56

67
![Firefox CSD Fix]({{ site.baseurl }}/images/ssff.png)

_posts/2021-02-14-BT-MPRIS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: Enable Media Controls (MPRIS) on Bluetooth
4+
image: /images/mpris.png
45
---
56

67
![広有射怪鳥事 ~ Till When?]({{ site.baseurl }}/images/mpris.png)

_posts/2021-05-11-Pipewire.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: Change Pulseaudio to Pipewire
4+
image: /images/pipewire.png
45
---
56

67
![Logo Pipewire]({{ site.baseurl }}/images/pipewire.png)

_posts/2021-08-02-TV_Digital_ID.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: Siaran TV Digital (Bahasa Indonesia)
4+
image: /images/tvdigi/modi.webp
45
---
56

67
![Si-Modi]({{ site.baseurl }}/images/tvdigi/modi.webp)

_posts/2022-04-18-Wine_Joystick_Prlbm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: Wine Controller Joystick Error
4+
image: /images/winejoy/wineglass.png
45
---
56

67
![Logo Pipewire]({{ site.baseurl }}/images/winejoy/wineglass.png)

_posts/2022-12-06-LCN_Number_Handle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: No LCN Handle on DVB-T2 Device
4+
preview: /images/lcnhandle/lastremote.webp
45
---
56

67
![TV remote]({{ site.baseurl }}/images/lcnhandle/lastremote.webp)

about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: About
44
permalink: /about/
5+
image: /images/dendy.jpg
56
---
67

78
![DzEN/DzEN]({{ site.baseurl }}/images/dendy.jpg)

logo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: Logo
44
permalink: /logo/
5+
image: /images/dendy.jpg
56
---
67
![Logo DzEN]({{ site.baseurl }}/images/dzen.png)
78
Logo DzEN/DzEN dibuat menggunakan Inkspace dan bentuk logo ini seperti huruf "и"(huruf alphabet rusia) dan sengaja tidak simetris panjang sisi kiri dengan kanan logo.

videotest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: Video Test
44
permalink: /videotest/
5+
image: /images/lcnhandle/lastremote.webp
56
---
67
This just a video recorded some Indonesia Television Program on Digital Television DVB-T2, Preview is encoded by MP4 Video codec for raw or transport stream you cant view in browser but you download it (content is same with preview version).
78
If you cant play ".ts" format in your devices, try install VLC Video Player.

0 commit comments

Comments
 (0)