jekyll-theme-satellite 1.0.0 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/_config.yml DELETED
@@ -1,82 +0,0 @@
1
- # Welcome to Jekyll!
2
- #
3
- # This config file is meant for settings that affect your whole blog, values
4
- # which you are expected to set up once and rarely edit after that. If you find
5
- # yourself editing this file very often, consider using Jekyll's data files
6
- # feature for the data you need to update frequently.
7
- #
8
- # For technical reasons, this file is *NOT* reloaded automatically when you use
9
- # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10
- #
11
- # If you need help with YAML syntax, here are some quick references for you:
12
- # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13
- # https://learnxinyminutes.com/docs/yaml/
14
- #
15
- # Site settings
16
- # These are used to personalize your new site. If you look in the HTML files,
17
- # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18
- # You can create any custom variable you would like, and they will be accessible
19
- # in the templates via {{ site.myvariable }}.
20
-
21
- title: Example.com
22
- username: username
23
- email: example@gmail.com
24
- github_username: github
25
- twitter_username: twitter
26
- instagram_username: instagram
27
- linkedin_username: linkedin
28
- facebook_username: facebook
29
- description: "Satellite - jekyll blog theme"
30
- baseurl: "" # the subpath of your site, e.g. /blog
31
- url: "localhost:4000" # the base hostname & protocol for your site, e.g. http://example.com
32
- repo_url: "https://github.com/byanko55/jekyll-theme-satellite"
33
- goatcounter_code:
34
- google_analytics:
35
-
36
- # Build settings
37
- plugins:
38
- - jekyll-feed
39
- - jekyll-sitemap
40
- - jekyll-seo-tag
41
-
42
- exclude:
43
- - guide/
44
-
45
- collections:
46
- pages:
47
- output: true
48
- permalink: /:path.html
49
-
50
- defaults:
51
- -
52
- scope:
53
- path: ""
54
- type: "pages"
55
- values:
56
- layout: "default"
57
- date: "1900-01-01"
58
-
59
- # Markdown newline activator
60
- kramdown:
61
- input: GFM
62
- hard_wrap: true
63
-
64
- # Exclude from processing.
65
- # The following items will not be processed, by default.
66
- # Any item listed under the `exclude:` key here will be automatically added to
67
- # the internal "default list".
68
- #
69
- # Excluded items can be processed by explicitly listing the directories or
70
- # their entries' file path in the `include:` list.
71
- #
72
- # exclude:
73
- # - .sass-cache/
74
- # - .jekyll-cache/
75
- # - gemfiles/
76
- # - Gemfile
77
- # - Gemfile.lock
78
- # - node_modules/
79
- # - vendor/bundle/
80
- # - vendor/cache/
81
- # - vendor/gems/
82
- # - vendor/ruby/