Commit 7c14a1adcdb3651f0177a0a4d08bbfe10c59c56f
Merge branch 'master' of https://github.com/mydevcommunity/mydevcommunity.github.io
Kamal Bin Mustafa committed on 1/20/2015, 10:18:09 AMParent: 447f2139b26e52abd58320d654b9e1e8eecc9875
Parent: e55a1525fe7bf59564361af676ae8fd464b57987
Files changed
_config.yml | changed |
_layouts/default.html | changed |
public/css/custom.css | changed |
_config.yml | ||
---|---|---|
@@ -17,8 +17,11 @@ | ||
17 | 17 | baseurl: '' |
18 | 18 | paginate: 5 |
19 | 19 | excerpt_separator: '<!--more-->' |
20 | 20 | |
21 | +analytics: | |
22 | + ga: 'UA-41580964-1' | |
23 | + | |
21 | 24 | authors: |
22 | 25 | kamalmustafa: |
23 | 26 | name: Kamal Mustafa |
24 | 27 | short_bio: Seorang web developer dengan lebih 10 tahun pengalaman dalam bidang pembangunan aplikasi web (PHP/Python) dan IT secara umum. |
_layouts/default.html | ||
---|---|---|
@@ -23,6 +23,16 @@ | ||
23 | 23 | $('#toc').toggle(); |
24 | 24 | }) |
25 | 25 | }); |
26 | 26 | </script> |
27 | + <script> | |
28 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
29 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
30 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
31 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
32 | + | |
33 | + ga('create', '{{ site.analytics.ga }}', 'auto'); | |
34 | + ga('send', 'pageview'); | |
35 | + | |
36 | + </script> | |
27 | 37 | </body> |
28 | 38 | </html> |
public/css/custom.css | ||
---|---|---|
@@ -36,9 +36,9 @@ | ||
36 | 36 | .pic { |
37 | 37 | float: left; |
38 | 38 | width: 120px; |
39 | 39 | padding-right: 0 !important; |
40 | - padding-top: 20px !important; | |
40 | + padding-top: 10px !important; | |
41 | 41 | } |
42 | 42 | |
43 | 43 | .pic img { |
44 | 44 | border-radius: 50% !important; |
@@ -49,10 +49,9 @@ | ||
49 | 49 | |
50 | 50 | } |
51 | 51 | |
52 | 52 | .bio { |
53 | - float: left; | |
54 | - width: 558px; | |
53 | + margin-left: 125px; | |
55 | 54 | padding-left: 0 !important; |
56 | 55 | text-align: justify; |
57 | 56 | } |
58 | 57 |
Built with git-ssb-web