|
1 |
| -# Site configuration |
2 |
| -# 1. Files excluded from Jekyll builds |
3 |
| -# 2. Installed Gems |
4 |
| -# 3. Gem settings |
5 |
| -# 4. Jekyll settings |
6 |
| -# 5. Collections |
7 |
| -# 6. Jekyll collections settings |
8 |
| -# 7. Site settings |
9 |
| -# 8. Site favicons & manifest icons |
10 |
| -# 9. Site navigation |
11 |
| - |
12 |
| -# 1. Files excluded from Jekyll builds |
13 |
| -#exclude: |
14 |
| -#- README.md |
15 |
| -#- CODE_OF_CONDUCT.md |
16 |
| -#- CONTRIBUTING.md |
17 |
| -#- screenshot.png |
18 |
| -#- LICENSE |
19 |
| -#- CNAME |
20 |
| -#- Gemfile |
21 |
| -#- Gemfile.lock |
22 |
| -#- alembic-jekyll-theme.gemspec |
23 |
| -#- .jekyll-cache |
24 |
| - |
25 |
| -# 2. Installed Gems |
26 |
| -#plugins: |
27 |
| -#- jekyll-sitemap |
28 |
| -#- jekyll-mentions |
29 |
| -#- jekyll-paginate |
30 |
| -#- jekyll-seo-tag |
31 |
| -#- jekyll-redirect-from |
32 |
| -#- jekyll-feed |
33 |
| -#- jekyll-commonmark |
34 |
| -#- jekyll-include-cache |
35 |
| -#- jemoji |
36 |
| - |
37 |
| -# 3. Gem settings |
38 |
| -#paginate: 2 # jekyll-paginate > items per page |
39 |
| -#paginate_path: blog/page:num # jekyll-paginate > blog page |
40 |
| -#jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying |
41 |
| -#twitter: |
42 |
| - # username: DavidDarnes # jekyll-seo-tag > Owners twitter username |
43 |
| -#author: DavidDarnes # jekyll-seo-tag > default author |
44 |
| -#social: # jekyll-seo-tag > social overrides |
45 |
| -# name: David Darnes # jekyll-seo-tag > real name |
46 |
| -# links: # jekyll-seo-tag > social aliases (sameAs) |
47 |
| - # - https://twitter.com/DavidDarnes |
48 |
| - # - https://www.facebook.com/daviddarnes |
49 |
| - # - https://www.linkedin.com/in/daviddarnes |
50 |
| - # - https://github.com/daviddarnes |
51 |
| -# markdown: CommonMark # Markdown parse settings, CommonMark performs slightly better an others in build time |
52 |
| -# commonmark: |
53 |
| - # options: ["SMART", "FOOTNOTES"] |
54 |
| - # extensions: ["s
EDBE
trikethrough", "autolink", "table"] |
55 |
| - |
56 |
| -# 4. Jekyll settings |
57 |
| -sass: |
58 |
| - style: compressed # Style compression |
59 |
| -permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/) |
60 |
| -excerpt_separator: <!-- more --> # Marks end of excerpt in posts |
61 |
| -timezone: United States # Timezone for blog posts and alike |
62 |
| - |
63 |
| -# 5. Collections |
64 |
| -#collections: |
65 |
| -# posts: |
66 |
| -# title: Posts # Needed for Siteleaf |
67 |
| - # output: true |
68 |
| - # description: "My thoughts and ideas" # The post list page content |
69 |
| - # feature_text: | |
70 |
| - # Welcome to the blog |
71 |
| - # feature_image: "https://picsum.photos/2560/600?image=866" |
72 |
| - |
73 |
| -# 6. Jekyll collections settings |
74 |
| -defaults: |
75 |
| - - |
76 |
| - # scope: |
77 |
| - # path: "" |
78 |
| - # values: |
79 |
| - # image: "/assets/default-social-image.png" # Default image for sharing |
80 |
| - - |
81 |
| - # scope: |
82 |
| - # path: "" |
83 |
| - # type: "posts" |
84 |
| - # values: |
85 |
| - # layout: post # Set the default layout for posts |
86 |
| - - |
87 |
| - # scope: |
88 |
| - # path: "" |
89 |
| - # type: "pages" |
90 |
| - # values: |
91 |
| - # layout: page # Set the default layout for pages |
92 |
| - |
93 |
| -# 7. Site settings |
94 |
| -encoding: utf-8 # Make sure the encoding is right |
95 |
| -lang: en-GB # Set the site language |
96 |
| -title: "ARchat" # Site name or title, also used in jekyll-seo-tag |
97 |
| -logo: "/assets/logos/logo.svg" # Site logo, also used in jekyll-seo-tag |
98 |
| -description: "Connect and chat over shared intrests while using AR!" # Site description and default description, also used in jekyll-seo-tag |
99 |
| -#url: "https://alembic.darn.es" # Site url, also used in jekyll-seo-tag |
100 |
| -#baseurl: "" |
101 |
| -#repo: "https://github.com/daviddarnes/alembic" |
102 |
| -#email: "me@daviddarnes.com" |
103 |
| - disqus: "alembic-1" # Blog post comments, uncomment the option and set the site ID from your Disqus account# google_analytics: '' |
104 |
| - google_analytics_anonymize_ip: '' |
105 |
| - service_worker: false # Will turn off the service worker if set to false |
106 |
| -css_inline: true # Will insert all styles into a single <style> block in the <head> element and remove the style <link> reference |
107 |
| - |
108 |
| -# 8. Site favicons & manifest icons |
109 |
| -#favicons: # Favicons are also used in the manifest file. Syntax is 'size: path' |
110 |
| - # 16: '/assets/logos/logo@16px.png' |
111 |
| - # 32: '/assets/logos/logo@32px.png' |
112 |
| - # 96: '/assets/logos/logo@96px.png' |
113 |
| - # 120: '/assets/logos/logo@120px.png' |
114 |
| - # 144: '/assets/logos/logo@144px.png' |
115 |
| - #180: '/assets/logos/logo@180px.png' |
116 |
| - # 512: '/assets/logos/logo@512px.png' |
117 |
| - #1024: '/assets/logos/logo@1024px.png' |
118 |
| - |
119 |
| -# 9. Site navigation |
120 |
| -# navigation_header: |
121 |
| -#- title: Home |
122 |
| -# url: / |
123 |
| -#- title: Elements |
124 |
| -# url: /elements/ |
125 |
| -#- title: Blog |
126 |
| -# url: /blog/ |
127 |
| -#- title: Categories |
128 |
| -# url: /categories/ |
129 |
| -#- title: Search |
130 |
| -# url: /search/ |
131 |
| -#- title: Fork Alembic |
132 |
| - # url: https://github.com/daviddarnes/alembic |
133 |
| - |
134 |
| -navigation_footer: |
135 |
| -- title: Created by Team 5 |
136 |
| - |
137 |
| -#social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired |
138 |
| - # Twitter: https://twitter.com/DavidDarnes |
139 |
| - # LinkedIn: https://www.linkedin.com/in/daviddarnes |
140 |
| - # GitHub: https://github.com/daviddarnes |
141 |
| - #link: https://darn.es |
142 |
| -# RSS: /feed.xml |
143 |
| - |
144 |
| -#sharing_links: # Appear at the bottom of single blog posts, add as desired. The value can be 'true' or the desired button colour |
145 |
| - # Twitter: "#0d94e7" |
146 |
| - # facebook: "#3B5998" |
147 |
| - # Email: true |
| 1 | + # Site configuration |
| 2 | +# 1. Files excluded from Jekyll builds |
| 3 | +# 2. Installed Gems |
| 4 | +# 3. Gem settings |
| 5 | +# 4. Jekyll settings |
| 6 | +# 5. Collections |
| 7 | +# 6. Jekyll collections settings |
| 8 | +# 7. Site settings |
| 9 | +# 8. Site favicons & manifest icons |
| 10 | +# 9. Site navigation |
| 11 | +# 1. Files excluded from Jekyll builds |
| 12 | +exclude: |
| 13 | +- README.md |
| 14 | +- CODE_OF_CONDUCT.md |
| 15 | +- CONTRIBUTING.md |
| 16 | +- screenshot.png |
| 17 | +- LICENSE |
| 18 | +- CNAME |
| 19 | +- Gemfile |
| 20 | +- Gemfile.lock |
| 21 | +- alembic-jekyll-theme.gemspec |
| 22 | +- .jekyll-cache |
| 23 | +# 2. Installed Gems |
| 24 | +plugins: |
| 25 | +- jekyll-sitemap |
| 26 | +- jekyll-mentions |
| 27 | +- jekyll-paginate |
| 28 | +- jekyll-seo-tag |
| 29 | +- jekyll-redirect-from |
| 30 | +- jekyll-feed |
| 31 | +- jekyll-commonmark |
| 32 | +- jekyll-include-cache |
| 33 | +- jemoji |
| 34 | +# 3. Gem settings |
| 35 | +paginate: 2 # jekyll-paginate > items per page |
| 36 | +paginate_path: blog/page:num # jekyll-paginate > blog page |
| 37 | +jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying |
| 38 | +twitter: |
| 39 | + username: DavidDarnes # jekyll-seo-tag > Owners twitter username |
| 40 | +author: DavidDarnes # jekyll-seo-tag > default author |
| 41 | +social: # jekyll-seo-tag > social overrides |
| 42 | + name: David Darnes # jekyll-seo-tag > real name |
| 43 | + links: # jekyll-seo-tag > social aliases (sameAs) |
| 44 | + - https://twitter.com/DavidDarnes |
| 45 | + - https://www.facebook.com/daviddarnes |
| 46 | + - https://www.linkedin.com/in/daviddarnes |
| 47 | + - https://github.com/daviddarnes |
| 48 | +# markdown: CommonMark # Markdown parse settings, CommonMark performs slightly better an others in build time |
| 49 | +# commonmark: |
| 50 | + # options: ["SMART", "FOOTNOTES"] |
| 51 | + # extensions: ["strikethrough", "autolink", "table"] |
| 52 | +# 4. Jekyll settings |
| 53 | +sass: |
| 54 | + style: compressed # Style compression |
| 55 | +permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/) |
| 56 | +excerpt_separator: <!-- more --> # Marks end of excerpt in posts |
| 57 | +timezone: Europe/London # Timezone for blog posts and alike |
| 58 | +# 5. Collections |
| 59 | +collections: |
| 60 | + posts: |
| 61 | + title: Posts # Needed for Siteleaf |
| 62 | + output: true |
| 63 | + description: "My thoughts and ideas" # The post list page content |
| 64 | + feature_text: | |
| 65 | + Welcome to the blog |
| 66 | + feature_image: "https://picsum.photos/2560/600?image=866" |
| 67 | +# 6. Jekyll collections settings |
| 68 | +defaults: |
| 69 | + - |
| 70 | + scope: |
| 71 | + path: "" |
| 72 | + values: |
| 73 | + image: "/assets/default-social-image.png" # Default image for sharing |
| 74 | + - |
| 75 | + scope: |
| 76 | + path: "" |
| 77 | + type: "posts" |
| 78 | + values: |
| 79 | + layout: post # Set the default layout for posts |
| 80 | + - |
| 81 | + scope: |
| 82 | + path: "" |
| 83 | + type: "pages" |
| 84 | + values: |
| 85 | + layout: page # Set the default layout for pages |
| 86 | +# 7. Site settings |
| 87 | +encoding: utf-8 # Make sure the encoding is right |
| 88 | +lang: en-GB # Set the site language |
| 89 | +title: "ARchat" # Site name or title, also used in jekyll-seo-tag |
| 90 | +#logo: "/assets/logos/logo.svg" # Site logo, also used in jekyll-seo-tag |
| 91 | +description: "ARchat is for anyone who wants to efficiently connect with others using the amazing platform of Augmented Reality." # Site description and default description, also used in jekyll-seo-tag |
| 92 | +url: "https://morningfisho.github.io/" # Site url, also used in jekyll-seo-tag |
| 93 | +baseurl: "/codejam.github.io/" |
| 94 | +repo: "https://github.com/daviddarnes/alembic" |
| 95 | +email: "me@daviddarnes.com" |
| 96 | +# disqus: "alembic-1" # Blog post comments, uncomment the option and set the site ID from your Disqus account |
| 97 | +# google_analytics: '' |
| 98 | +# google_analytics_anonymize_ip: '' |
| 99 | +# service_worker: false # Will turn off the service worker if set to false |
| 100 | +css_inline: true # Will insert all styles into a single <style> block in the <head> element and remove the style <link> reference |
| 101 | +# 8. Site favicons & manifest icons |
| 102 | +favicons: # Favicons are also used in the manifest file. Syntax is 'size: path' |
| 103 | + 16: '/assets/logos/logo@16px.png' |
| 104 | + 32: '/assets/logos/logo@32px.png' |
| 105 | + 96: '/assets/logos/logo@96px.png' |
| 106 | + 120: '/assets/logos/logo@120px.png' |
| 107 | + 144: '/assets/logos/logo@144px.png' |
| 108 | + 180: '/assets/logos/logo@180px.png' |
| 109 | + 512: '/assets/logos/logo@512px.png' |
| 110 | + 1024: '/assets/logos/logo@1024px.png' |
| 111 | +# 9. Site navigation |
| 112 | +navigation_header: |
| 113 | +- title: Home |
| 114 | + url: / |
| 115 | +- title: Elements |
| 116 | + url: /elements/ |
| 117 | +- title: Blog |
| 118 | + url: /blog/ |
| 119 | +- title: Categories |
| 120 | + url: /categories/ |
| 121 | +- title: Search |
| 122 | + url: /search/ |
| 123 | +- title: Fork Alembic |
| 124 | + url: https://github.com/daviddarnes/alembic |
| 125 | +navigation_footer: |
| 126 | +- title: Created by David Darnes |
| 127 | + url: https://darn.es |
| 128 | +social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired |
| 129 | + <form action="https://go.echoar.xyz/epPk%22%3E |
| 130 | + <input type="submit" value="Go to Bitmoj
E974
i" /> |
| 131 | +</form> |
| 132 | +<form action="https://go.echoar.xyz/6wDE%22%3E |
| 133 | + <input type="submit" value="Go to Bitmoji" /> |
| 134 | +</form> |
| 135 | +<form action="https://go.echoar.xyz/oMDg%22%3E |
| 136 | + <input type="submit" value="Go to Bitmoji" /> |
| 137 | +</form> |
| 138 | +<form action="https://go.echoar.xyz/oKwg%22%3E |
| 139 | + <input type="submit" value="Go to Bitmoji" /> |
| 140 | +</form> |
| 141 | +<form action="https://go.echoar.xyz/2XBW%22%3E |
| 142 | + <input type="submit" value="Go to Bitmoji" /> |
| 143 | +</form> |
| 144 | +<form action="https://go.echoar.xyz/Jb1E%22%3E |
| 145 | + <input type="submit" value="Go to Bitmoji" /> |
| 146 | +</form> |
| 147 | +<form action="https://go.echoar.xyz/KSdh%22%3E |
| 148 | + <input type="submit" value="Go to Bitmoji" /> |
| 149 | +</form> |
| 150 | +<form action="https://go.echoar.xyz/k7n1%22%3E |
| 151 | + <input type="submit" value="Go to Bitmoji" /> |
| 152 | +</form> |
| 153 | +<form action="https://go.echoar.xyz/n31S%22%3E |
| 154 | + <input type="submit" value="Go to Bitmoji" /> |
| 155 | +</form> |
| 156 | +<form action="https://go.echoar.xyz/xw8V%22%3E |
| 157 | + <input type="submit" value="Go to Bitmoji" /> |
| 158 | +</form> |
| 159 | +sharing_links: # Appear at the bottom of single blog posts, add as desired. The value can be 'true' or the desired button colour |
| 160 | + Twitter: "#0d94e7" |
| 161 | + facebook: "#3B5998" |
| 162 | + Email: true |
0 commit comments