-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (141 loc) · 6.94 KB
/
index.html
File metadata and controls
150 lines (141 loc) · 6.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html class="no-js" lang="en-us">
<head>
<meta name="generator" content="Hugo 0.55.2" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SharingApples</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="SharingApples">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body class="body">
<div class="container container--outer">
<header class="header">
<div class="container">
<div class="logo">
<a class="logo__link" href="/" title="SharingApples" rel="home">
<div class="logo__title">SharingApples</div>
</a>
</div>
<div class="divider"></div>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main list" role="main">
<article class="list__item post">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/posts/2019-06-16-developer-tips/" rel="bookmark">
Developer Tips
</a>
</h3>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg>
<time class="meta__text" datetime="2019-06-16T00:00:00">June 16, 2019</time>
</div>
</div>
</header>
<div class="content list__excerpt post__content clearfix">
Commands and tips for developers (mac)
</div>
</article><article class="list__item post">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/posts/2019-04-24-react-native-pitfalls/" rel="bookmark">
Curated list of pitfalls in React Native
</a>
</h3>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg>
<time class="meta__text" datetime="2019-04-24T00:00:00">April 24, 2019</time>
</div>
</div>
</header>
<div class="content list__excerpt post__content clearfix">
A list of common pitfalls in react-native and inconsistency between android and ios
</div>
</article><article class="list__item post">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/posts/2019-04-18-react-native-ios-configurable-dev-server/" rel="bookmark">
Configurable Development Server for iOS in React Native
</a>
</h3>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg>
<time class="meta__text" datetime="2019-04-18T00:00:00">April 18, 2019</time>
</div>
</div>
</header>
<div class="content list__excerpt post__content clearfix">
Change your react-native development server in iOS devices on the fly
</div>
</article>
</main>
</div>
<aside class="sidebar">
<div class="widget-recent widget">
<h4 class="widget__title">Recent Posts</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item"><a class="widget__link" href="/posts/2019-06-16-developer-tips/">Developer Tips</a></li>
<li class="widget__item"><a class="widget__link" href="/posts/2019-04-24-react-native-pitfalls/">Curated list of pitfalls in React Native</a></li>
<li class="widget__item"><a class="widget__link" href="/posts/2019-04-18-react-native-ios-configurable-dev-server/">Configurable Development Server for iOS in React Native</a></li>
</ul>
</div>
</div>
<div class="widget-categories widget">
<h4 class="widget__title">Categories</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item"><a class="widget__link" href="/categories/developers">Developers</a></li>
<li class="widget__item"><a class="widget__link" href="/categories/react-native">React native</a></li>
</ul>
</div>
</div>
<div class="widget-taglist widget">
<h4 class="widget__title">Tags</h4>
<div class="widget__content">
<a class="widget-taglist__link widget__link btn" href="/tags/commands" title="Commands">Commands</a>
<a class="widget-taglist__link widget__link btn" href="/tags/ios" title="Ios">Ios</a>
<a class="widget-taglist__link widget__link btn" href="/tags/iphone" title="Iphone">Iphone</a>
<a class="widget-taglist__link widget__link btn" href="/tags/mac" title="Mac">Mac</a>
<a class="widget-taglist__link widget__link btn" href="/tags/react-native" title="React native">React native</a>
<a class="widget-taglist__link widget__link btn" href="/tags/tips" title="Tips">Tips</a>
</div>
</div>
<div class="widget-social widget">
<h4 class="widget-social__title widget__title">Social</h4>
<div class="widget-social__content widget__content">
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="GitHub" rel="noopener noreferrer" href="https://github.com/sharingapples" target="_blank">
<svg class="widget-social__link-icon icon icon-github" width="24" height="24" viewBox="0 0 384 374"><path d="m192 0c-106.1 0-192 85.8-192 191.7 0 84.7 55 156.6 131.3 181.9 9.6 1.8 13.1-4.2 13.1-9.2 0-4.6-.2-16.6-.3-32.6-53.4 11.6-64.7-25.7-64.7-25.7-8.7-22.1-21.3-28-21.3-28-17.4-11.9 1.3-11.6 1.3-11.6 19.3 1.4 29.4 19.8 29.4 19.8 17.1 29.3 44.9 20.8 55.9 15.9 1.7-12.4 6.7-20.8 12.2-25.6-42.6-4.8-87.5-21.3-87.5-94.8 0-20.9 7.5-38 19.8-51.4-2-4.9-8.6-24.3 1.9-50.7 0 0 16.1-5.2 52.8 19.7 15.3-4.2 31.7-6.4 48.1-6.5 16.3.1 32.7 2.2 48.1 6.5 36.7-24.8 52.8-19.7 52.8-19.7 10.5 26.4 3.9 45.9 1.9 50.7 12.3 13.4 19.7 30.5 19.7 51.4 0 73.7-44.9 89.9-87.7 94.6 6.9 5.9 13 17.6 13 35.5 0 25.6-.2 46.3-.2 52.6 0 5.1 3.5 11.1 13.2 9.2 76.2-25.5 131.2-97.3 131.2-182 0-105.9-86-191.7-192-191.7z"/></svg>
<span>GitHub</span>
</a>
</div>
</div>
</div>
</aside>
</div>
<footer class="footer">
<div class="container footer__container flex">
<div class="footer__copyright">
© 2019 SharingApples.
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
</div>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script></body>
</html>