Skip to content

Commit

Permalink
chore: Remove legacy contents, first post!
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemlukitomo committed Aug 4, 2024
1 parent bb378ef commit 4d3e411
Show file tree
Hide file tree
Showing 12 changed files with 99 additions and 175 deletions.
2 changes: 1 addition & 1 deletion archetypes/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ images:
# name: book
# color: '#e24d0e'
authors:
# - ditatompel
# - kareemlukitomo
---

Content.
2 changes: 1 addition & 1 deletion archetypes/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ images:
# name: book
# color: '#e24d0e'
authors:
# - ditatompel
# - kareemlukitomo
---

Content.
2 changes: 1 addition & 1 deletion archetypes/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ images:
# name: book
# color: '#e24d0e'
authors:
# - ditatompel
# - kareemlukitomo
---

Content.
45 changes: 4 additions & 41 deletions config/_default/menus.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,18 @@ main:
identifier: mainsite
weight: 100
params:
header: Main site www.ditatompel.com.
header: Main site kareem.one
icon:
vendor: font-awesome-solid
name: globe

- name: www.ditatompel.com
- name: kareem.one
parent: mainsite
url: https://www.ditatompel.com
url: https://kareem.one
weight: 1
params:
icon:
vendor: fas
name: globe
className: text-primary
description: Main site of ditatompel.com.

- identifier: mainsite-divider
parent: mainsite
weight: 10
params:
divider: true

- name: Tools
parent: mainsite
url: https://www.ditatompel.com/tools
weight: 11
params:
icon:
vendor: fas
name: wrench
description: Collection of free online tools.

- name: Free Proxy
parent: mainsite
url: https://www.ditatompel.com/proxy
weight: 12
params:
icon:
vendor: font-awesome-solid
name: network-wired
color: green
description: Free HTTP, HTTPS, SOCKS5 proxy list.
- name: Monero
parent: mainsite
url: https://www.ditatompel.com/monero
weight: 13
params:
icon:
vendor: fab
name: monero
color: orange
description: Monero remote nodes.
description: Main site of kareem.one.
45 changes: 4 additions & 41 deletions config/_default/menus.id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,18 @@ main:
identifier: mainsite
weight: 100
params:
header: Situs utama www.ditatompel.com.
header: Situs utama kareem.one.
icon:
vendor: font-awesome-solid
name: globe

- name: www.ditatompel.com
- name: kareem.one
parent: mainsite
url: https://www.ditatompel.com
url: https://kareem.one
weight: 1
params:
icon:
vendor: fas
name: globe
className: text-primary
description: Situs utama dari ditatompel.com.

- identifier: mainsite-divider
parent: mainsite
weight: 10
params:
divider: true

- name: Tools
parent: mainsite
url: https://www.ditatompel.com/tools
weight: 11
params:
icon:
vendor: fas
name: wrench
description: Koleksi tools online gratis.

- name: Proxy Gratis
parent: mainsite
url: https://www.ditatompel.com/proxy
weight: 12
params:
icon:
vendor: font-awesome-solid
name: network-wired
color: green
description: HTTP, HTTPS, SOCKS5 proxy list gratis.
- name: Monero
parent: mainsite
url: https://www.ditatompel.com/monero
weight: 13
params:
icon:
vendor: fab
name: monero
color: orange
description: Monero remote nodes.
description: Situs utama dari kareem.one
Binary file not shown.

This file was deleted.

43 changes: 43 additions & 0 deletions content/blog/1-welcome-to-my-digital-garden/index.id.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: "Digital Garden Saya"
description: "Welcome to my digital garden"
date: 2024-08-05T01:19:52.508+07:00
lastmod:
draft: false
noindex: false
featured: false
pinned: true
comments: true
series:
# -
categories:
- pikiran
- digital garden
tags:
- notes
- others
images:
# -
# menu:
# main:
# weight: 100
# params:
# icon:
# vendor: bs
# name: book
# color: '#e24d0e'
authors:

- kareemlukitomo
---

## Selamat datang di digital garden saya!

Saya akan mulai menulis artikel-artikel terkait dengan keseharian saya di website ini. Konsep "Digital Garden" ini sangat menarik bagi saya.

Shoutout untuk pak [Eka Wirya](https://ekawirya.com) dan pak [Christian Ditaputratama](https://www.ditatompel.com) yang sudah menginspirasi saya dengan postingan-postingan di blog mereka hingga akhirnya membuat saya berani mencoba untuk mulai menulis blog pribadi ini. Harapannya, saya bisa melatih kemampuan saya untuk menulis artikel, melatih cara berpikir saya selaku *self-proclaimed* INTP yang seringkali *Procrastinating* berbalut *Perfectionism*, dan semoga ada orang di luar sana yang bisa terbantu dengan tulisan-tulisan saya.

Saya jadi teringat salah satu atasan saya pernah memberikan kutipan: *Make it happen, make it better.* (kalau tidak salah bawaan dari Tokopedia). Saya kira blog ini adalah kesempatan yang tepat untuk mulai belajar mengaplikasikan prinsip tersebut dalam keseharian saya. Mengingat Bahasa Indonesia adalah "bahasa ibu" saya, saya akan mulai menuliskan artikel dalam Bahasa Indonesia dulu (kembali lagi, agar saya bisa *Mulai aja dulu!* 😋). Saya rasa di zaman sekarang proses translation ke Bahasa Inggris akan sangat mudah dengan LLM seperti ChatGPT. (note to self: cari tooling atau automation yang bisa dimanfaatkan untuk proses translation di static-site generator ini)

Keseluruhan blog ini adalah sebuah static-site yang di-generate secara otomatis oleh sebuah framework bernama [Hugo](https://gohugo.io/) dan merupakan fork dari https://insights.ditatompel.com. Source-code blog ini tersedia di [Github pribadi saya](https://github.com/kareemlukitomo/blog).

42 changes: 42 additions & 0 deletions content/blog/1-welcome-to-my-digital-garden/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "My Digital Garden"
description: "Welcome to my digital garden"
date: 2024-08-05T01:19:52.508+07:00
lastmod:
draft: false
noindex: false
featured: false
pinned: true
comments: true
series:
# -
categories:
- thoughts
- digital garden
tags:
- notes
- others
images:
# -
# menu:
# main:
# weight: 100
# params:
# icon:
# vendor: bs
# name: book
# color: '#e24d0e'
authors:

- kareemlukitomo
---

## Welcome to my digital garden!

I am going start writing articles about my daily life on this website. The concept of a "Digital Garden" is very interesting to me.

Shoutout to Mr. [Eka Wirya](https://ekawirya.com) and Mr. [Christian Ditaputratama](https://www.ditatompel.com) who inspired me with their blog posts, which finally encouraged me to try writing my own personal blog. I hope to improve my ability to write articles and train my thinking as a *self-proclaimed* INTP who often struggles with *Procrastination* masked as *Perfectionism*. I also hope that someone out there can benefit from my writings.

I remember one of my superiors once gave me a quote: *Make it happen, make it better.* (if I'm not mistaken, this is a motto from Tokopedia). I think this blog is the perfect opportunity to start learning how to apply this principle in my daily life. Considering that Indonesian is my "mother tongue", I will start writing articles in Indonesian first (again, so I can *Just start!* 😋). I think in this day and age, the process of translating to English will be very easy with LLMs like ChatGPT. (note to self: find tooling or automation that can be used for the translation process in this static-site generator)

This entire blog is a static-site automatically generated by a framework called [Hugo](https://gohugo.io/) and is a fork from https://insights.ditatompel.com. The source code of this blog is available on [my personal Github](https://github.com/kareemlukitomo/blog).
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ summary: "To safeguard sensitive email content, we can utilize GnuPG/PGP. GnuPG/
# linkTitle:
date: 2012-07-29T19:47:55+07:00
lastmod:
draft: false
draft: true
noindex: false
# comments: false
nav_weight: 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ summary: "Untuk melingdungi isi email yang sifatnya rahasia tersebut, maka kita
# linkTitle:
date: 2012-07-29T19:47:55+07:00
lastmod:
draft: false
draft: true
noindex: false
# comments: false
nav_weight: 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ summary: "To safeguard sensitive email content, we can utilize GnuPG/PGP. GnuPG/
# linkTitle:
date: 2012-07-29T19:47:55+07:00
lastmod:
draft: false
draft: true
noindex: false
# comments: false
nav_weight: 1000
Expand Down

0 comments on commit 4d3e411

Please sign in to comment.