ampstart-blog-post 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,70 @@
1
+ /**
2
+ * Syntax highlighting styles
3
+ */
4
+ .highlight {
5
+ background: #fff;
6
+
7
+ .highlighter-rouge & {
8
+ background: #f7f7f7;
9
+ }
10
+
11
+ .c { color: #998; font-style: italic } // Comment
12
+ .err { color: #a61717; background-color: #e3d2d2 } // Error
13
+ .k { font-weight: bold } // Keyword
14
+ .o { font-weight: bold } // Operator
15
+ .cm { color: #998; font-style: italic } // Comment.Multiline
16
+ .cp { color: #999; font-weight: bold } // Comment.Preproc
17
+ .c1 { color: #998; font-style: italic } // Comment.Single
18
+ .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
19
+ .gd { color: #000; background-color: #fdd } // Generic.Deleted
20
+ .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
21
+ .ge { font-style: italic } // Generic.Emph
22
+ .gr { color: #a00 } // Generic.Error
23
+ .gh { color: #999 } // Generic.Heading
24
+ .gi { color: #000; background-color: #dfd } // Generic.Inserted
25
+ .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
26
+ .go { color: #888 } // Generic.Output
27
+ .gp { color: #555 } // Generic.Prompt
28
+ .gs { font-weight: bold } // Generic.Strong
29
+ .gu { color: #aaa } // Generic.Subheading
30
+ .gt { color: #a00 } // Generic.Traceback
31
+ .kc { font-weight: bold } // Keyword.Constant
32
+ .kd { font-weight: bold } // Keyword.Declaration
33
+ .kp { font-weight: bold } // Keyword.Pseudo
34
+ .kr { font-weight: bold } // Keyword.Reserved
35
+ .kt { color: #458; font-weight: bold } // Keyword.Type
36
+ .m { color: #099 } // Literal.Number
37
+ .s { color: #d14 } // Literal.String
38
+ .na { color: #008080 } // Name.Attribute
39
+ .nb { color: #0086B3 } // Name.Builtin
40
+ .nc { color: #458; font-weight: bold } // Name.Class
41
+ .no { color: #008080 } // Name.Constant
42
+ .ni { color: #800080 } // Name.Entity
43
+ .ne { color: #900; font-weight: bold } // Name.Exception
44
+ .nf { color: #900; font-weight: bold } // Name.Function
45
+ .nn { color: #555 } // Name.Namespace
46
+ .nt { color: #000080 } // Name.Tag
47
+ .nv { color: #008080 } // Name.Variable
48
+ .ow { font-weight: bold } // Operator.Word
49
+ .w { color: #bbb } // Text.Whitespace
50
+ .mf { color: #099 } // Literal.Number.Float
51
+ .mh { color: #099 } // Literal.Number.Hex
52
+ .mi { color: #099 } // Literal.Number.Integer
53
+ .mo { color: #099 } // Literal.Number.Oct
54
+ .sb { color: #d14 } // Literal.String.Backtick
55
+ .sc { color: #d14 } // Literal.String.Char
56
+ .sd { color: #d14 } // Literal.String.Doc
57
+ .s2 { color: #d14 } // Literal.String.Double
58
+ .se { color: #d14 } // Literal.String.Escape
59
+ .sh { color: #d14 } // Literal.String.Heredoc
60
+ .si { color: #d14 } // Literal.String.Interpol
61
+ .sx { color: #d14 } // Literal.String.Other
62
+ .sr { color: #009926 } // Literal.String.Regex
63
+ .s1 { color: #d14 } // Literal.String.Single
64
+ .ss { color: #990073 } // Literal.String.Symbol
65
+ .bp { color: #999 } // Name.Builtin.Pseudo
66
+ .vc { color: #008080 } // Name.Variable.Class
67
+ .vg { color: #008080 } // Name.Variable.Global
68
+ .vi { color: #008080 } // Name.Variable.Instance
69
+ .il { color: #099 } // Literal.Number.Integer.Long
70
+ }
metadata ADDED
@@ -0,0 +1,129 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ampstart-blog-post
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Shohei Yamasaki
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-04-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.4'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.4'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.12'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.12'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: jekyll-paginate
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ description:
70
+ email:
71
+ - yamasaki0406@gmail.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - LICENSE.txt
77
+ - README.md
78
+ - _includes/analytics.html
79
+ - _includes/categories.html
80
+ - _includes/footer.html
81
+ - _includes/head.html
82
+ - _includes/header.html
83
+ - _includes/metadata.json
84
+ - _includes/sidebar.html
85
+ - _includes/social.html
86
+ - _includes/styles.scss
87
+ - _layouts/default.html
88
+ - _layouts/page.html
89
+ - _layouts/post.html
90
+ - _sass/_blog.scss
91
+ - _sass/_syntax-highlighting.scss
92
+ - assets/images/amp_favicon.png
93
+ - assets/images/blog/ingredient1.jpg
94
+ - assets/images/blog/ingredient2.jpg
95
+ - assets/images/blog/ingredient3.jpg
96
+ - assets/images/blog/logo.png
97
+ - assets/images/blog/meetloloa.jpg
98
+ - assets/images/blog/popular1.jpg
99
+ - assets/images/blog/popular2.png
100
+ - assets/images/blog/spritzer.jpg
101
+ - assets/images/blog/want1.png
102
+ - assets/images/blog/want2.png
103
+ - assets/images/blog/want3.png
104
+ homepage: https://github.com/shoyan/ampstart-blog-post
105
+ licenses:
106
+ - MIT
107
+ metadata: {}
108
+ post_install_message:
109
+ rdoc_options: []
110
+ require_paths:
111
+ - lib
112
+ required_ruby_version: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: '0'
117
+ required_rubygems_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ requirements: []
123
+ rubyforge_project:
124
+ rubygems_version: 2.5.1
125
+ signing_key:
126
+ specification_version: 4
127
+ summary: A jekyll theme using AMP
128
+ test_files: []
129
+ has_rdoc: