dark-blog-theme 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dark-blog-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Gul Noor
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - gulnoor5233@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - README.md
22
+ - _config.yml
23
+ - _includes/disqus_comments.html
24
+ - _includes/footer.html
25
+ - _includes/google-analytics.html
26
+ - _includes/head.html
27
+ - _includes/header.html
28
+ - _includes/icon-github.html
29
+ - _includes/icon-github.svg
30
+ - _includes/icon-twitter.html
31
+ - _includes/icon-twitter.svg
32
+ - _includes/social.html
33
+ - _layouts/default.html
34
+ - _layouts/home.html
35
+ - _layouts/page.html
36
+ - _layouts/post.html
37
+ - _sass/minima.scss
38
+ - _sass/minima/_base.scss
39
+ - _sass/minima/_layout.scss
40
+ - _sass/minima/_syntax-highlighting.scss
41
+ - assets/main.scss
42
+ - assets/material-theme/colors.module.css
43
+ - assets/material-theme/theme.css
44
+ - assets/material-theme/theme.dark.css
45
+ - assets/material-theme/theme.light.css
46
+ - assets/material-theme/tokens.css
47
+ - assets/material-theme/typography.module.css
48
+ - assets/minima-social-icons.svg
49
+ homepage: https://github.com/gulnoor/jekyll-blog-theme
50
+ licenses:
51
+ - MIT
52
+ metadata: {}
53
+ post_install_message:
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubygems_version: 3.3.7
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: Modern Dark theme for blogs
72
+ test_files: []