Files: 53b07c951d1fe90c8aabd75219fcb05c06368477 / _config.yml
2100 bytesRaw
1 | # Dependencies |
2 | markdown: redcarpet |
3 | redcarpet: |
4 | extensions: [with_toc_data] |
5 | highlighter: pygments |
6 | #highlighter: rouge |
7 | |
8 | # Permalinks |
9 | permalink: :title.html |
10 | relative_permalinks: true |
11 | |
12 | # Setup |
13 | title: BelajarJS |
14 | tagline: 'Belajar JavaScript !' |
15 | description: 'Suatu projek untuk memperkaya bahan berkenaan pembangunan perisian dan web dalam Bahasa Melayu.' |
16 | url: http://belajar.github.io/js/ |
17 | baseurl: 'js' |
18 | paginate: 5 |
19 | excerpt_separator: '<!--more-->' |
20 | |
21 | analytics: |
22 | ga: '' |
23 | disqus: belajarjs |
24 | |
25 | authors: |
26 | kamalmustafa: |
27 | name: Kamal Mustafa |
28 | short_bio: Web developer di MARIMORE Inc. Banyak terlibat dalam pembangunan aplikasi web menggunakan Python/Django (server-side) dan sekarang cuba berjinak-jinak dengan teknologi client-side. |
29 | full_bio_ms: '<a name="Kamal Mustafa" href="http://my.linkedin.com/in/mk4ml" style="font-weight:bold;">Kamal Mustafa</a> Web developer di MARIMORE Inc. Banyak terlibat dalam pembangunan aplikasi web menggunakan Python/Django (server-side) dan sekarang cuba berjinak-jinak dengan teknologi client-side. Aktif menulis di blog peribadi <a href="http://k4ml.github.io/">ImportError</a> dan Twitter <a href="http://twitter.com/k4ml">@k4ml</a>.' |
30 | full_bio_en: '<a href="http://my.linkedin.com/in/mk4ml">Kamal Mustafa</a> is a Web Developer at MARIMORE Inc. Involved in web applications development using Python/Django (server-side) and now looking into client-side technologies. Actively sharing his thought at personal blog <a href="http://k4ml.github.io/">ImportError</a> and Twitter <a href="http://twitter.com/k4ml">@k4ml</a>.' |
31 | gravatar: dab3052b18c86b0884341d9c2c67a4f3 |
32 | pic: http://m.c.lnkd.licdn.com/mpr/pub/image-Xi3rdNhL21LXnFhIZ9ai-2TuhAQVtL47Xi3e-Ut6hszrbxGYXi3eI8yLh7vHUjxRwIF7/mohd-kamal-mustafa.jpg |
33 | disclaimer: All writings here are his own and not necessarily represent his employer's positions, strategies or opinions. |
34 | |
35 | collections: |
36 | tips: |
37 | output: true |
38 |
Built with git-ssb-web