quickstand 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f7996d79ae0c7c4bc7d0432c2ee5727ba41d81350521cdaed1418df1c8b4bd6
4
- data.tar.gz: 13026083256665b493314a632d217904ac56533153602010a118ee2dde6de202
3
+ metadata.gz: ef9dc396c7b4d446ffe7368049ca13e60bf089f8ce303542868a172bdc23a39e
4
+ data.tar.gz: 69aabdab088212232b091ad3d6a6e5cf9da90fbc5f3992f33d3849b5dadb0775
5
5
  SHA512:
6
- metadata.gz: '0868b46874f316c215261a99e5fec0a79272869304d2d5b977dc0e0e51fb7872cd8fee4bf8c44f23041116a01ea565a6cffd77f5553ea12ba50f539f338082c9'
7
- data.tar.gz: 8a5724862b66a494a474619038b2b1f43a87091d90d56acfe6d627ce136268995b6ca953a31f4631bb7caf2bf945a856d8b7e1920a0bc7e74c1acf82436c1f49
6
+ metadata.gz: 3f9b9ac0fc843f33441a7a46748936915fcaf1c24415d72bb4c92b2bfaa3a9685c2e1d38c7f00bb7239e4a32e874f47463d65436e5dee98cd0b01ca432adeb9e
7
+ data.tar.gz: fde749f9ee5f514258cadc8aec66936d48a5f970bd970a8b041abe039d25516662aeae3f90b987ddd50ad184b13413caa5b43466b0af0608d28a16ab70a43c31
data/_includes/head.html CHANGED
@@ -2,15 +2,11 @@
2
2
  <meta charset="UTF-8">
3
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
4
 
5
- {% seo %}
6
-
7
5
  <!-- CSS -->
8
6
  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
9
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700">
7
+ <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700"> -->
10
8
 
11
9
  <!-- Favicon -->
12
10
  <link rel="icon" href="{{ " site.company.path.favicon | relative_url }}">
13
11
 
14
- <!-- RSS -->
15
- {% feed_meta %}
16
12
  </head>
data/assets/main.scss CHANGED
@@ -2,4 +2,4 @@
2
2
  # Only the main Sass file needs front matter (the dashes are enough)
3
3
  ---
4
4
 
5
- @import 'tale';
5
+ @import 'quickstand';
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickstand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prashant Khanduri