simple-gh-pages-theme 0.1.9 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +7 -6
  3. data/_layouts/default.html +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7560ec876ffab0aad336a497faf48dbd14b9c3e0b37041cf1fa36fbb83b9427
4
- data.tar.gz: 7187831dc7b4490d06e06d4e1a15fb066fa3233cdc5f6a1e78f31bdb2c92c113
3
+ metadata.gz: c6409e85adc1107fcdd51c3419d03bf8b14230ba071692042a207cb0eca16efb
4
+ data.tar.gz: 5c518fe8a7a7dc67fddc175dfa1b866003d0415baae54e54bbdb50e5602a5879
5
5
  SHA512:
6
- metadata.gz: a6c1531b6af603a3c9f7157263768e227768cacffb5005c3a47446cc9e7d9f3af4b37f5e1e49926dd3f15f10a23820c87387cc354130d042e583e905e8f6cd6d
7
- data.tar.gz: bce651688cb95c37249e55b7d561594c1fe0001d956bdb67046601edaa11bc9df870fec6e4b182eb9ebbcadc877feca287417be68031e2238876a9e82e624bfe
6
+ metadata.gz: 3c41e962cba30fcc11442a35acc5ef45d39b247c321670b37c1a82c8fd0264dc2ad5ff6f26b170d0ec91ea3fda78f69ad310ff0e1c3ccffbf00ffb7e6bee2c90
7
+ data.tar.gz: bffaf8ec7f8006c417cb1a11e69650f5210e8003fa16ca8c691f37dd3a1042a905b4a6ddda9781ec3a6835722be8696498d6bbb3d6ea6817e33c86ae5a5d9adf
data/_config.yml CHANGED
@@ -12,12 +12,13 @@ about:
12
12
  avatar: assets/images/image.png
13
13
  email: example@example.com
14
14
  socials:
15
- twitter: https://twitter.com/example
16
- linkedin: https://www.linkedin.com/in/example/
17
- github: https://github.com/example
18
- keybase: https://keybase.io/example
19
- medium: https://medium.com/@example
20
- stack-overflow: https://stackoverflow.com/users/xxxxxx/example
15
+ # example. Enable what you like
16
+ # github: https://github.com/example
17
+ # x-twitter: https://x.com/example
18
+ # linkedin: https://www.linkedin.com/in/example/
19
+ # keybase: https://keybase.io/example
20
+ # medium: https://medium.com/@example
21
+ # stack-overflow: https://stackoverflow.com/users/xxxxxx/example
21
22
 
22
23
  plugins:
23
24
  - jekyll-archives
@@ -24,7 +24,7 @@
24
24
  <link rel="stylesheet" href="/assets/css/main.css" />
25
25
  <link
26
26
  rel="stylesheet"
27
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
27
+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
28
28
  />
29
29
  <link
30
30
  href="https://fonts.googleapis.com/css?family=Lora:400,400i,700"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-gh-pages-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - LiveNL
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-30 00:00:00.000000000 Z
11
+ date: 2023-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-archives