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.
Recent Posts
How to Defend Against Brute-Force and DoS Attacks with Fail2ban, Nginx limit_req, and iptables
In this tutorial, I’ll explain how to protect your public-facing Linux server and Nginx web server from common threats, including brute-force and DoS attacks.
Is Getting AWS Solutions Architect Associate Certification Worth It?
If you are a full-time Software Engineer, there's no strong need to pursue this certification.
DevSecOps
My Notes about DevSecOps
AWS Secrets Manager
Explanation about AWS Secrets Manager with example code.
Envelope Encryption
Envelope encryption is the practice of encrypting plaintext data with a data key, and then encrypting the data key under another key.