Dekyll, Theme Default Jekyll Dengan Fitur Tambahan
- Last modified atDekyll (baca: dekil) adalah versi extended dari theme default dari Jekyll. Theme ini diekstrak dari desain kaklabs.com. Saran dan masukkan dapat melalui repositori Github.
Theme ini saya gunakan untuk blog saya ini KAK Labs dan Railsmine.
Fitur
- Minimalis
- Tanpa Javascript
- Compress CSS
- Tulisan Terkait
- Responsive
- Pagination pada daftar artikel, kategori, dan tag
- Sitemap dengan Last-Modified-At
- Redirection
- Google Analytics
- Disqus untuk komentar
- Tombol Berbagi Media Sosial
- Support Jekyll 3
Download: https://github.com/kuntoaji/dekyll/archive/master.zip
Instalasi
Pastikan bahasa pemrograman Ruby telah ter-install. Lalu clone repositori dan jalankan Jekyll server dan buka localhost:4000.
git clone git@github.com:kuntoaji/dekyll.git
cd dekyll
bundle install
bundle exec jekyll serve
Recent Posts
Broken Pipe Error
My note about Broken Pipe error
Shell Script First
In this blog post, I'll explain why I prioritize shell scripting as my primary solution for automating tasks, and only turn to full-fledged programming languages like Ruby and Python when necessary.
Lessons from Creating the Unsplash Image Resizer: Simplifying Image Downloads with HTML's Download Attribute
How I discovered the download attribute and used it to improve image downloads
C# - The Difference Between string[] and List
Learn the difference between string[] and List
in C# and when to use each for storing collections of strings in your code Output Redirection - Standard Input, Standard Output, Standard Error, /dev/null
Penjelasan singkat mengenai shell piping dan /dev/null