hilmanski / koding

Programming reference in Indonesian language
https://kodi.ng
78 stars 14 forks source link

Archived!

Repository ini akan ditutup.
Proyek kodi.ng pindah ke referensi coding di skodev

Terima kasih untuk teman-teman yang sudah berkontribusi !! Repo ini akan tetap hidup, untuk yang ingin jadikan media belajar atau membuat situs serupa.

====

Refactor

new shortcode: kalau contoh kode dan result sama, cukup tulis satu kali di markdown.

Status

Just getting started! Please don't submit a new article for now. Feel free to throw any ideas, correct typos or suggesting new features on issue/PR.

About

Programming reference in Indonesian language.

Question or Feedback?

Visit discussion tab in this repository.

Link

Dev (Run locally)

./dev.sh

Install - One time only

cd themes/twhugo
yarn install

Next time for Dev

cd themes/twhugo
yarn dev

or one liner

cd themes/twhugo && yarn dev

Create new file

Run command

hugo new HTML/nama.md

Guide shortcode

{{<alert class="info">}}

<p> HTML itu singkatan dari <span class='italic'>hypertext markup language</span>.</p>
{{</alert>}}

// variasi class= info / warning / try / comment

Before first release

(After)

Next plan

Tech stack


next article:

Todo

Make endpoint for /html /css /etc.. redirect referensi

Info to add

substack skodev newletter -> as link

New

introduce new component: {{}} to show html results. change everything with hasil to use this component.