|
7 | 7 | * Time: 18:59 |
8 | 8 | */ |
9 | 9 | $config['site_author'] = [ |
10 | | - 'name' => 'Hung Nguyen', |
11 | | - 'job' => [ |
12 | | - 'title' => 'I\'m a software engineer', |
| 10 | + 'name' => 'Hung Nguyen', |
| 11 | + 'job' => [ |
| 12 | + 'title' => 'I\'m a software engineer', |
13 | 13 | 'description' => 'I\'m working for a software development company in Hanoi (Vietnam). I\'m familiar with PHP, MySQL, Python, JavaScript, VAS Service and Team leader ...' |
14 | 14 | ], |
15 | | - 'avatar' => [ |
| 15 | + 'avatar' => [ |
16 | 16 | 'small' => config_item('base_url') . 'assets/images/HungNA.png', |
17 | 17 | 'large' => config_item('base_url') . 'assets/images/HungNA.png', |
18 | 18 | ], |
19 | | - 'url' => 'https://nguyenanhung.com', |
20 | | - 'email' => 'dev@nguyenanhung.com', |
21 | | - 'blog' => 'https://blog.nguyenanhung.com', |
22 | | - 'facebook' => 'https://www.facebook.com/nguyenanhung', |
23 | | - 'instagram' => 'https://instagram.com/nguyenanhung', |
24 | | - 'twitter' => 'https://twitter.com/nguyenanhung', |
25 | | - 'linkedin' => 'https://www.linkedin.com/in/nguyenanhung', |
26 | | - 'github' => 'https://github.com/nguyenanhung', |
27 | | - 'flickr' => 'https://www.flickr.com/people/nguyenanhung/', |
| 19 | + 'url' => 'https://nguyenanhung.com', |
| 20 | + 'email' => 'dev@nguyenanhung.com', |
| 21 | + 'blog' => 'https://blog.nguyenanhung.com', |
| 22 | + 'facebook' => 'https://www.facebook.com/nguyenanhung', |
| 23 | + 'instagram' => 'https://www.instagram.com/iam.hungng', |
| 24 | + 'twitter' => 'https://twitter.com/nguyenanhung', |
| 25 | + 'linkedin' => 'https://www.linkedin.com/in/nguyenanhung', |
| 26 | + 'github' => 'https://github.com/nguyenanhung', |
| 27 | + 'flickr' => 'https://www.flickr.com/people/nguyenanhung/', |
28 | 28 | ]; |
29 | 29 | $config['site_data'] = [ |
30 | | - 'url' => config_item('base_url'), |
31 | | - 'image' => config_item('base_url') . 'assets/images/image_src.jpg', |
32 | | - 'site_name' => 'CodeIgniter v3 Skeleton Application', |
33 | | - 'title' => 'Hung Nguyen', |
| 30 | + 'url' => config_item('base_url'), |
| 31 | + 'image' => config_item('base_url') . 'assets/images/image_src.jpg', |
| 32 | + 'site_name' => 'CodeIgniter v3 Skeleton Application', |
| 33 | + 'title' => 'Hung Nguyen', |
34 | 34 | 'description' => 'CodeIgniter v3 Skeleton Application', |
35 | | - 'keywords' => 'CodeIgniter v3 Skeleton Application', |
36 | | - 'fb_app_id' => '', |
37 | | - 'fb_admins' => '' |
| 35 | + 'keywords' => 'CodeIgniter v3 Skeleton Application', |
| 36 | + 'fb_app_id' => '', |
| 37 | + 'fb_admins' => '' |
38 | 38 | ]; |
39 | 39 | $config['tracking_code'] = [ |
40 | 40 | 'google_analytics_id' => '' |
|
0 commit comments