Skip to content
forked from hilmanski/koding

Programming reference in Indonesian language

Notifications You must be signed in to change notification settings

fajarspace/koding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Just getting started! Please don't submit a new article for now. Feel free to thow 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)

  • 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 or 5
  • if new chapter -> add key "chapter" in frontmatter

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 release

  • Very important ! (reread everything. edit multiple times! hapus "kita" menjadi "gunakan" misalnya)
  • 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 facebook
  • share on twitter
  • share on instagram
  • share on tiktok
  • add kodi.ng link to (hilmanspace, sekolahkoding, halokoding)

Next plan

  • Improve HTML content: explore mote attribute for video and audio (muted loop playsinline etc.)
  • add CSS
  • add JS
  • sidebar menu on subjects on mobile (show toggle with burgen menu)
  • comment (utterance.us) ? needed
  • Write Live editor ?

Tech stack


Next(Macro) HTML chapters

  • Semantic HTML5: aside, article, etc...
  • Daftar tag meta, favicon, yang available (seperti untuk sosial media)
  • special chars, entities, symbols,
  • HTML id / class (@CSS subject)
  • Last chapter (More Magic): canvas, SVG (will be discussed on another section)

About

Programming reference in Indonesian language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.5%
  • HTML 46.9%
  • JavaScript 1.6%