Skip to content

Commit 402113c

Browse files
Initial Commit
1 parent e81e798 commit 402113c

File tree

28 files changed

+14584
-0
lines changed

28 files changed

+14584
-0
lines changed

.github/FUNDING.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# These are supported funding model platforms
2+
3+
github: [LekoArts]
4+
patreon: lekoarts
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: lekoarts
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
custom: # Replace with a single custom sponsorship URL

.gitignore

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Runtime data
9+
pids
10+
*.pid
11+
*.seed
12+
*.pid.lock
13+
14+
# Directory for instrumented libs generated by jscoverage/JSCover
15+
lib-cov
16+
17+
# Coverage directory used by tools like istanbul
18+
coverage
19+
20+
# nyc test coverage
21+
.nyc_output
22+
23+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24+
.grunt
25+
26+
# Bower dependency directory (https://bower.io/)
27+
bower_components
28+
29+
# node-waf configuration
30+
.lock-wscript
31+
32+
# Compiled binary addons (http://nodejs.org/api/addons.html)
33+
build/Release
34+
35+
# Dependency directories
36+
node_modules
37+
jspm_packages
38+
**/node_modules/**
39+
40+
# Typescript v1 declaration files
41+
typings/
42+
43+
# Optional npm cache directory
44+
.npm
45+
46+
# Optional eslint cache
47+
.eslintcache
48+
49+
# Optional REPL history
50+
.node_repl_history
51+
52+
# Output of 'npm pack'
53+
*.tgz
54+
55+
# Yarn Integrity file
56+
.yarn-integrity
57+
58+
# dotenv environment variables file
59+
.env
60+
.env.*
61+
!.env.example
62+
63+
.cache
64+
**/.cache
65+
public
66+
67+
.idea
68+
.vscode
69+
.DS_Store

CHANGELOG.md

+310
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,310 @@
1+
# Change Log
2+
3+
## 1.3.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1598dd6`](https://github.com/LekoArts/gatsby-themes/commit/1598dd660e3ba795b50c4aeb11550806e0b7b6ba)]:
8+
- @lekoarts/gatsby-theme-minimal-blog@4.0.0
9+
10+
## 1.3.11
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`1785dcf`](https://github.com/LekoArts/gatsby-themes/commit/1785dcfad131ab9270c401e6a3bb450f7cb01288)]:
15+
- @lekoarts/gatsby-theme-minimal-blog@3.0.0
16+
17+
## 1.3.10
18+
19+
### Patch Changes
20+
21+
- [`716fde2`](https://github.com/LekoArts/gatsby-themes/commit/716fde287d20e80e834d451825b55af249e0168a) [#579](https://github.com/LekoArts/gatsby-themes/pull/579) Thanks [@LekoArts](https://github.com/LekoArts)! - chore: Add gatsby-plugin-gatsby-cloud to starters
22+
23+
All notable changes to this project will be documented in this file.
24+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
25+
26+
## [1.3.9](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.9) (2020-11-11)
27+
28+
**Note:** Version bump only for package minimal-blog
29+
30+
## [1.3.8](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.8) (2020-11-04)
31+
32+
**Note:** Version bump only for package minimal-blog
33+
34+
## [1.3.7](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.7) (2020-11-02)
35+
36+
**Note:** Version bump only for package minimal-blog
37+
38+
## [1.3.6](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.6) (2020-11-01)
39+
40+
**Note:** Version bump only for package minimal-blog
41+
42+
## [1.3.5](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.5) (2020-10-25)
43+
44+
**Note:** Version bump only for package minimal-blog
45+
46+
## [1.3.4](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.4) (2020-10-25)
47+
48+
**Note:** Version bump only for package minimal-blog
49+
50+
## [1.3.3](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.3) (2020-10-25)
51+
52+
**Note:** Version bump only for package minimal-blog
53+
54+
## [1.3.2](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.2) (2020-10-10)
55+
56+
**Note:** Version bump only for package minimal-blog
57+
58+
## [1.3.1](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.1) (2020-09-25)
59+
60+
**Note:** Version bump only for package minimal-blog
61+
62+
# [1.3.0](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.3.0) (2020-09-25)
63+
64+
### Features
65+
66+
- **minimal-blog:** Add Canonical URL support ([#494](https://github.com/LekoArts/gatsby-themes/issues/494)) ([0e9d7ac](https://github.com/LekoArts/gatsby-themes/commit/0e9d7ac04fdf9a7d30cca8c7ccf7565d3955502f))
67+
68+
## [1.2.7](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.2.7) (2020-09-25)
69+
70+
**Note:** Version bump only for package minimal-blog
71+
72+
## [1.2.6](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.2.6) (2020-09-16)
73+
74+
**Note:** Version bump only for package minimal-blog
75+
76+
## [1.2.5](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.2.5) (2020-09-10)
77+
78+
**Note:** Version bump only for package minimal-blog
79+
80+
## [1.2.4](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.2.4) (2020-08-28)
81+
82+
**Note:** Version bump only for package minimal-blog
83+
84+
## [1.2.3](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.2.3) (2020-08-27)
85+
86+
**Note:** Version bump only for package minimal-blog
87+
88+
## [1.2.2](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.2.2) (2020-08-27)
89+
90+
**Note:** Version bump only for package minimal-blog
91+
92+
## [1.2.1](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.2.1) (2020-08-27)
93+
94+
**Note:** Version bump only for package minimal-blog
95+
96+
# [1.2.0](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.2.0) (2020-07-09)
97+
98+
### Bug Fixes
99+
100+
- **minimal-blog:** Use function for SpotifyPlayer example component ([bd2c343](https://github.com/LekoArts/gatsby-themes/commit/bd2c343580c041383a98822de2c622a7d944d93d))
101+
102+
### Features
103+
104+
- Add bundle-analyzer and lazy-load react-live ([#450](https://github.com/LekoArts/gatsby-themes/issues/450)) ([667fd33](https://github.com/LekoArts/gatsby-themes/commit/667fd33ce6af546cf2250af1e22395a26f45d6a2))
105+
106+
## [1.1.13](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.13) (2020-07-09)
107+
108+
**Note:** Version bump only for package minimal-blog
109+
110+
## [1.1.12](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.12) (2020-07-04)
111+
112+
**Note:** Version bump only for package minimal-blog
113+
114+
## [1.1.11](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.11) (2020-07-03)
115+
116+
**Note:** Version bump only for package minimal-blog
117+
118+
## [1.1.10](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.10) (2020-07-02)
119+
120+
**Note:** Version bump only for package minimal-blog
121+
122+
## [1.1.9](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.9) (2020-06-11)
123+
124+
### Bug Fixes
125+
126+
- Normalize CSS in themes & examples ([#422](https://github.com/LekoArts/gatsby-themes/issues/422)) ([9a2600c](https://github.com/LekoArts/gatsby-themes/commit/9a2600cc45d0f6729799183116f1b87d3c943749))
127+
128+
## [1.1.8](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.8) (2020-06-11)
129+
130+
### Bug Fixes
131+
132+
- **gatsby-theme-minimal-blog:** font-size on mobile iOS ([#421](https://github.com/LekoArts/gatsby-themes/issues/421)) ([ab65ecc](https://github.com/LekoArts/gatsby-themes/commit/ab65ecceaabefc0f2f77c6f9602280a7214c34d1))
133+
134+
## [1.1.7](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.7) (2020-06-08)
135+
136+
**Note:** Version bump only for package minimal-blog
137+
138+
## [1.1.6](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.6) (2020-05-29)
139+
140+
**Note:** Version bump only for package minimal-blog
141+
142+
## [1.1.5](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.5) (2020-05-12)
143+
144+
**Note:** Version bump only for package minimal-blog
145+
146+
## [1.1.4](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.4) (2020-05-04)
147+
148+
**Note:** Version bump only for package minimal-blog
149+
150+
## [1.1.3](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.3) (2020-05-02)
151+
152+
**Note:** Version bump only for package minimal-blog
153+
154+
## [1.1.2](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.2) (2020-05-02)
155+
156+
**Note:** Version bump only for package minimal-blog
157+
158+
## [1.1.1](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.1) (2020-04-28)
159+
160+
**Note:** Version bump only for package minimal-blog
161+
162+
# [1.1.0](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.1.0) (2020-04-27)
163+
164+
### Features
165+
166+
- Update theme-ui to v0.3.x ([#371](https://github.com/LekoArts/gatsby-themes/issues/371)) ([67a05ac](https://github.com/LekoArts/gatsby-themes/commit/67a05ac3e1deaddfe38591739e7f50f56d49d109)), closes [/theme-ui.com/migrating#v03](https://github.com//theme-ui.com/migrating/issues/v03) [#262](https://github.com/LekoArts/gatsby-themes/issues/262)
167+
168+
## [1.0.17](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.17) (2020-04-24)
169+
170+
**Note:** Version bump only for package minimal-blog
171+
172+
## [1.0.16](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.16) (2020-04-24)
173+
174+
**Note:** Version bump only for package minimal-blog
175+
176+
## [1.0.15](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.15) (2020-04-13)
177+
178+
**Note:** Version bump only for package minimal-blog
179+
180+
## [1.0.14](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.14) (2020-04-13)
181+
182+
**Note:** Version bump only for package minimal-blog
183+
184+
## [1.0.13](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.13) (2020-04-12)
185+
186+
**Note:** Version bump only for package minimal-blog
187+
188+
## [1.0.12](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.12) (2020-04-12)
189+
190+
**Note:** Version bump only for package minimal-blog
191+
192+
## [1.0.11](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.11) (2020-04-12)
193+
194+
**Note:** Version bump only for package minimal-blog
195+
196+
## [1.0.10](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.10) (2020-04-01)
197+
198+
**Note:** Version bump only for package minimal-blog
199+
200+
## [1.0.9](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.9) (2020-03-31)
201+
202+
**Note:** Version bump only for package minimal-blog
203+
204+
## [1.0.8](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.8) (2020-03-04)
205+
206+
**Note:** Version bump only for package minimal-blog
207+
208+
## [1.0.7](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.7) (2020-03-04)
209+
210+
**Note:** Version bump only for package minimal-blog
211+
212+
## [1.0.6](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.6) (2020-02-29)
213+
214+
**Note:** Version bump only for package minimal-blog
215+
216+
## [1.0.5](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.5) (2020-02-29)
217+
218+
### Bug Fixes
219+
220+
- Add table styles to minimal-blog ([6e3d750](https://github.com/LekoArts/gatsby-themes/commit/6e3d750b01d0398fc2dd5b3d043754389a0f46ff))
221+
222+
## [1.0.4](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.4) (2020-02-27)
223+
224+
**Note:** Version bump only for package minimal-blog
225+
226+
## [1.0.3](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.3) (2020-02-27)
227+
228+
**Note:** Version bump only for package minimal-blog
229+
230+
## [1.0.2](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.2) (2020-02-16)
231+
232+
**Note:** Version bump only for package minimal-blog
233+
234+
## [1.0.1](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.1) (2020-01-23)
235+
236+
**Note:** Version bump only for package minimal-blog
237+
238+
# [1.0.0](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@1.0.0) (2020-01-23)
239+
240+
### Features
241+
242+
- Change config format on minimal-blog theme ([#234](https://github.com/LekoArts/gatsby-themes/issues/234)) ([bdeb670](https://github.com/LekoArts/gatsby-themes/commit/bdeb670797da5faa2d4084c3c128f0e38dbbf582))
243+
244+
### BREAKING CHANGES
245+
246+
- The navigation and externalLinks options are no longer on the siteMetadata but now in the theme options itself.
247+
248+
## [0.2.1](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.2.1) (2020-01-17)
249+
250+
**Note:** Version bump only for package minimal-blog
251+
252+
# [0.2.0](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.2.0) (2020-01-07)
253+
254+
### Features
255+
256+
- **gatsby-theme-minimal-blog-core:** Custom slug for blog posts via frontmatter ([05cff1e](https://github.com/LekoArts/gatsby-themes/commit/05cff1ec0bcd2ba2fb3b7cfbb8a55f626ab9abd8)), closes [#217](https://github.com/LekoArts/gatsby-themes/issues/217)
257+
258+
## [0.1.8](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.8) (2020-01-06)
259+
260+
### Bug Fixes
261+
262+
- **gatsby-theme-minimal-blog:** Styling fixes ([240571e](https://github.com/LekoArts/gatsby-themes/commit/240571e39a4b12d6b6585c89062579dd2dc03a0f))
263+
264+
## [0.1.7](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.7) (2020-01-04)
265+
266+
**Note:** Version bump only for package minimal-blog
267+
268+
## [0.1.6](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.6) (2020-01-03)
269+
270+
**Note:** Version bump only for package minimal-blog
271+
272+
## [0.1.5](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.5) (2019-12-31)
273+
274+
**Note:** Version bump only for package minimal-blog
275+
276+
## [0.1.4](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.4) (2019-12-03)
277+
278+
**Note:** Version bump only for package minimal-blog
279+
280+
## [0.1.3](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.3) (2019-12-01)
281+
282+
**Note:** Version bump only for package minimal-blog
283+
284+
## [0.1.2](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.2) (2019-11-27)
285+
286+
**Note:** Version bump only for package minimal-blog
287+
288+
## [0.1.1](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.1) (2019-11-26)
289+
290+
**Note:** Version bump only for package minimal-blog
291+
292+
# [0.1.0](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.1.0) (2019-11-25)
293+
294+
### Features
295+
296+
- **gatsby-theme-minimal-blog:** Lazy load code component ([#167](https://github.com/LekoArts/gatsby-themes/issues/167)) ([fbfedee](https://github.com/LekoArts/gatsby-themes/commit/fbfedee5988636d2e4a3a2ea817e8bdf8628d4f5)), closes [#161](https://github.com/LekoArts/gatsby-themes/issues/161) [#163](https://github.com/LekoArts/gatsby-themes/issues/163) [#164](https://github.com/LekoArts/gatsby-themes/issues/164) [#165](https://github.com/LekoArts/gatsby-themes/issues/165) [#166](https://github.com/LekoArts/gatsby-themes/issues/166)
297+
298+
## [0.0.4](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.0.4) (2019-11-16)
299+
300+
**Note:** Version bump only for package minimal-blog
301+
302+
## [0.0.3](https://github.com/LekoArts/gatsby-themes/compare/[email protected]@0.0.3) (2019-11-16)
303+
304+
**Note:** Version bump only for package minimal-blog
305+
306+
## 0.0.2 (2019-11-16)
307+
308+
### Features
309+
310+
- Add gatsby-theme-minimal-blog ([#151](https://github.com/LekoArts/gatsby-themes/issues/151)) ([344a52c](https://github.com/LekoArts/gatsby-themes/commit/344a52c))

0 commit comments

Comments
 (0)