-
Notifications
You must be signed in to change notification settings - Fork 229
/
_config.yml
69 lines (62 loc) · 1.73 KB
/
_config.yml
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
### Welcome to Jekyll Webpack Boilerplate
#
# This config file contains the config of your webpages
# You may also want to update /config/webpack.pwa.js in case you want to generate a Progressive Web App
title: Mobile App Landing Page Template
email: [email protected]
description: Free to use static landing page template to showcase your mobile app
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mobileapplandingpage.learn.uno" # the base hostname & protocol for your site, e.g. http://example.com
theme_color: '#efeeff'
twitter_username: sandochee
github_username: sandoche
author: Sandoche Adittane
logo: assets/images/large-logo.png
twitter:
username: sandochee
social:
name: Sandoche Adittane
links:
- https://twitter.com/sandochee
- https://www.facebook.com/sandoche
- https://www.linkedin.com/in/sandoche
- https://plus.google.com/+SandocheADITTANE
- https://github.com/sandoche
languages: ["en"]
ampdir: amp
github: https://github.com/sandoche/Mobile-app-landingpage-template
### Google webmaster tools, Google Analytics, Doorbell and Cookie consent uncomment and put the API key
#webmaster_verifications:
# google: verification_code
#google_analytics: UA-XXXXXXXXX-X
#doorbell:
# id: doorbell_id
# appKey: doorbell_appKey
#cookie_consent: true
### Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- octopress-minify-html
- amp-jekyll
### Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- _src
- _images
- LICENSE
- package.json
- README.md
- webpack.config.js
- yarn-error.log
- yarn.lock
- config
- optimization-fix
- optimization-fix-this-file-is-ignored.js
- icon.png
- docs