andrapratama / koding

Programming reference in Indonesian language

Home Page:https://kodi.ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next

Sidebar styling: bigger chapter name horizontal line and hover effect on list sidebar multimedia: iframe, SVG?

Status

Masih dalam tahap pengembangan. Sangat baru dimulai. Dibuka untuk mendapatkan feedback awal. Tidak pelu membuat PR terkait menambah konten untuk saat ini (sampai pengumuman berikutnya).

About

Koding. Referensi programming / koding berbahasa Indonesia

Bertanya atau beri masukan?

Silahkan ke bagian discussion di repository ini.

Link

Dev (Run locally)

  • Install Hugo
  • Clone repo
  • Run server
hugo serve
  • Watch tailwind
yarn install //for first time
cd themes/twhugo
yarn dev

Create new file

Run command

hugo new HTML/nama.md
  • change HTML to whatever folder/language you're working on
  • update the "order", based on latest order. Increase it by 10
  • if new chapter -> add key "chapter" in frontmatter

Content

  • separate what-is "topic" pages
  • separate Apa-itu-ABC-tag-HTML pages

Guide shortcode

  • Write alert (info box)
{{<alert class="info">}}

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

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

  • Codepen
{{<codepen src="id-codepen"}}
  • Codesandbox shotcode Info: it's not working for "static HTML". search for alternative
{{<codesandbox>}}koding-html-intro-1s28xs{{</codesandbox>}}

Before first trelease

  • Footer (sitemap, RSS, about me)
  • Logo
  • favicon
  • Complete the HTML refrence
  • Upgrade design 100x better (use nice images)
  • Make hompage background alive (nice homepage) example: https://twitter.com/meezwhite/status/1599450806217867265
  • social image (OG graph autoamte by vercel)
  • work on metadata (og metadata.html)
  • about page with disqus-comments
  • clean highlight

(After)

  • share on sekolahkoding
  • share on pulodev
  • share on linkedIn
  • share on facebook
  • share on twitter
  • share on instagram
  • share on tiktok

Next plan

  • add CSS
  • add JS
  • sidebar menu on subjects on mobile (show toggle with burgen menu)
  • comment (utterance.us) ? needed
  • Write Live editor ?

Tech stack

About

Programming reference in Indonesian language

https://kodi.ng


Languages

Language:CSS 50.7%Language:HTML 47.6%Language:JavaScript 1.7%