Skip to content

Commit 4d07378

Browse files
committed
update: files — images path reference
1 parent 03fa81d commit 4d07378

8 files changed

Lines changed: 83 additions & 6 deletions

src/articles/blog/2022-04-13-accessibility-the-future-of-web-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draft: false
88
date: 2022-04-13T04:05:25.911Z
99
tags:
1010
- post
11-
image: /images/accessibility.png
11+
image: /assets/images/accessibility.png
1212
---
1313

1414
[[toc]]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Handling file from PHP to Javascript
3+
description: One of the problem with using PHP and Javascript, is that handling file(s) by both of the language(s) at the same time.
4+
author: EmptyWork
5+
draft: false
6+
date: 2023-09-16T10:11:37.394Z
7+
tags:
8+
- post
9+
- thesis
10+
- javascript
11+
- php
12+
---
13+
14+
[[toc]]
15+
16+
> As one of the requirement for me to get my bachelor degree on _Computer Science_, I created [_Accessibility Testing Program (ATP)_](https://github.com/EmptyWork/lighthouse-accessibility-thesis) to help me concurrently testing multiple website using Google Lighthouse.
17+
18+
The problem arose when I was trying to implemented GUI for my current _ATP_<sup>[[1]](#definition)</sup>,
19+
20+
<!-- > [_Accessibility Testing Program (ATP)_](https://github.com/EmptyWork/lighthouse-accessibility-thesis) is a program that made by me as part of my Thesis for my _Computer Science_ bachelor degree. -->
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Formatting test for Markdown
3+
description: The purpose of this file is to test all the markdown support and syntaxs
4+
author: EmptyWork
5+
draft: true
6+
date: 2025-05-31T10:03:37.394Z
7+
tags:
8+
- post
9+
- html
10+
- javascript
11+
- markdown
12+
---
13+
14+
[[toc]]
15+
16+
# Main header
17+
18+
> Another example of the formatting, this is what supposed to be a blockqoute ==This is an example of the highlight=={.highlight}
19+
20+
## Code snippet
21+
22+
`this is an inline-quote` does it works?
23+
24+
### Secondary header
25+
26+
#### Code snippet
27+
28+
- line
29+
- line
30+
- line
31+
1. stop it
32+
2. what
33+
3. don't worry
34+
35+
##### Code snippet
36+
37+
```js
38+
const ar = () => console.log('YYYYYYYY')
39+
```
40+
41+
###### Last line header
42+
43+
```css
44+
#body {
45+
color: red;
46+
}
47+
```
48+
49+
### Secondary header
50+
51+
[#code-snippet](#code-snippet-1) is type of reference that we needs<sup>[[1]](#code-snippet-5)</sup>
52+
53+
## Table?
54+
55+
| Side | Face |
56+
| ---- | -------------------------- |
57+
| Side | Another one bites the dust |

src/articles/blog/blog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"layout": "layouts/article.njk",
33
"tags": "post",
44
"author": "EmptyWork",
5-
"image": "/images/emptywork.my.id-default-post.jpg",
5+
"image": "/assets/images/emptywork.my.id-default-post.jpg",
66
"draft": true
77
}

src/articles/project/2021-10-29-jobfair-website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: EmptyWork
44
date: 2021-05-01
55
endDate: false
66
tags: ['project']
7-
image: /images/jobfair.jpg
7+
image: /assets/images/jobfair.jpg
88
description: An website that aim to help Ambonese looking for their new opportunties
99
linkDemo: https://jobfair-gpmsyaloom.herokuapp.com/
1010
linkCode: false

src/articles/project/2021-10-29-ukimexpo2019-website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: EmptyWork
44
date: 2019-10-11
55
endDate: 2019-10-28
66
tags: ['project']
7-
image: /images/expo.jpg
7+
image: /assets/images/expo.jpg
88
description: A showcase website for promoting Informatics Faculty of Christian University of Indonesia, Moluccas
99
linkDemo: https://emptywork.github.io/UKIMexpo/
1010
linkCode: https://github.com/EmptyWork/UKIMexpo

src/articles/project/2022-04-13-event-betaqris-website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2022-03-25T03:41:29.743Z
77
endDate: 2022-04-06T03:41:29.825Z
88
tags:
99
- project
10-
image: /images/278038707_1063095627615778_2238829942384153761_n.jpg
10+
image: /assets/images/278038707_1063095627615778_2238829942384153761_n.jpg
1111
linkDemo: https://web.archive.org/web/20220909003651/https://betaqris.com/
1212
linkCode: https://www.instagram.com/p/CcAk3nbL3MX/
1313
---

src/articles/project/2023-05-20-event-ambonfunrun-website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2023-05-10T15:41:29.743Z
77
endDate: 2023-05-20T09:41:29.825Z
88
tags:
99
- project
10-
image: /images/345349877_1186703082083563_922805273957392018_n.jpg
10+
image: /assets/images/345349877_1186703082083563_922805273957392018_n.jpg
1111
linkDemo: https://ambonfunrun.com
1212
linkCode: https://www.instagram.com/p/CsBBHTardh9/
1313
---

0 commit comments

Comments
 (0)