|
1 | | -title: Minimal Mistakes |
2 | | -tagline: Jekyll Theme |
3 | | -description: A responsive Jekyll theme large featured images and solid typography. |
| 1 | +title: Site Title |
| 2 | +tagline: A short tagline |
| 3 | +description: Describe your website. |
4 | 4 | #Comment out url when working locally to resolve base urls correctly |
5 | | -url: http://mmistakes.github.io/minimal-mistakes |
| 5 | +url: http://your-site.com |
6 | 6 |
|
7 | 7 | # Owner/author information |
8 | 8 | owner: |
9 | | - name: Michael Rose |
| 9 | + name: Your Name |
10 | 10 | avatar: bio-photo.jpg |
11 | | - bio: "Just another boring, time traveling, tattooed, designer from Buffalo New York." |
12 | | - email: michael@mademistakes.com |
| 11 | + bio: "Describe your self." |
| 12 | + email: your@email.com |
13 | 13 | # Social networking links are used in author-bio sidebar. Update and remove as you like. |
14 | | - twitter: "mmistakes" |
| 14 | + twitter: |
15 | 15 | facebook: |
16 | | - github: "mmistakes" |
| 16 | + github: |
17 | 17 | linkedin: |
18 | | - instagram: "mmistakes" |
| 18 | + instagram: |
19 | 19 | lastfm: |
20 | 20 | tumblr: |
21 | 21 | # For Google Authorship https://plus.google.com/authorship |
22 | | - google_plus: "http://plus.google.com/118238196859537351707" |
| 22 | + google_plus: |
23 | 23 |
|
24 | 24 | # Analytics and webmaster tools stuff goes here |
25 | | -google_analytics: UA-2011187-3 |
26 | | -google_verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y |
| 25 | +google_analytics: |
| 26 | +google_verify: |
27 | 27 | # https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here |
28 | | -bing_verify: D81F4C18A6CB3018F64D7C827D953DFD |
| 28 | +bing_verify: |
29 | 29 |
|
30 | | -# Internal pages/posts to include in top navigation |
| 30 | +# Links to include in top navigation |
| 31 | +# For external links add external: true |
31 | 32 | links: |
32 | 33 | - title: About |
33 | 34 | url: /about |
34 | 35 | - title: Articles |
35 | 36 | url: /articles |
36 | 37 | - title: Theme Setup |
37 | 38 | url: /theme-setup |
| 39 | + - title: Made Mistakes |
| 40 | + url: http://mademistakes.com |
| 41 | + external: true |
38 | 42 |
|
39 | 43 | # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
40 | 44 | timezone: America/New_York |
|
0 commit comments