flanga 0.1 → 0.1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/_layouts/home.html +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6744e586c2bf6b3f22c2ebc347eee31edbdd4fdc
|
4
|
+
data.tar.gz: fe271c0cf09ce371707c7ef28aca2417c80af991
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e16415c9ce7a5162c582279985caf43f8e45a92cdcb447cda35eaa4ba7ef39a16012e2c0ac0edd0f01e4b69bbad6e60b8879ee96d7761410ff8d93dc7e678f88
|
7
|
+
data.tar.gz: ce6e1325de2a2d9b142b96936e8c7aaa8a7cf96ac2f3a306900a7851e2536ec9f3d936c3f64666717b150219d6a6cc592e6a627253f02290a31ab135a8016877
|
data/README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
# Flanga Jekyll Theme
|
2
2
|
|
3
|
+
[![Build Status](https://travis-ci.org/Flanga/flanga-theme.svg?branch=master)](https://travis-ci.org/Flanga/flanga-theme)
|
4
|
+
|
3
5
|
This theme is not intended for general use.
|
4
6
|
|
5
|
-
All CSS data
|
6
|
-
We will only update the theme if we make changes to the theme itself
|
7
|
+
All CSS and JS data will be delivered over Flanga's CDN and may change at any time.
|
8
|
+
We will only update the theme if we make changes to the theme itself or the website data used to generate the website pages, not CSS or JS scripts in general.
|
7
9
|
|
8
10
|
Licensed under GPLv3.
|
data/_layouts/home.html
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flanga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Moritz Wirth
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-12-
|
11
|
+
date: 2017-12-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -79,7 +79,7 @@ files:
|
|
79
79
|
- _layouts/pki.html
|
80
80
|
homepage: https://www.flanga.io
|
81
81
|
licenses:
|
82
|
-
- GPL
|
82
|
+
- GPL-3.0
|
83
83
|
metadata: {}
|
84
84
|
post_install_message:
|
85
85
|
rdoc_options: []
|