darkhack 1.0.0 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e915b1f7302647ba2315d5e1f31e4d346eb3c4a3133c92166926a5a9191a1126
4
- data.tar.gz: 3f22182a728616d9b2ffa774b7520b562acdcc9c63c0e620c781de805c343ebd
3
+ metadata.gz: b455c01708608585cbf61f31194a51a97dc03c68d568df50a4a8a9c4d63a9809
4
+ data.tar.gz: 1bc9516d33ed0d75a85d8a0f9b942f6387201dc60ff0786977b27dfc98c07417
5
5
  SHA512:
6
- metadata.gz: 70c127b65353d383ee6b8bbe4903738c7297c80ae0cfeada4e070eebcafe46187ab4a4d4aaf072e0aa78c533766cb7f63e794ec3af72de71e671092ef1ce6424
7
- data.tar.gz: 65264e9523bb8ae521b16c026671eaf984a79a2df91c086546e659da3680a1806b2c01d17f563db8d7c7c8586939153ddef8494c558a1a9a2bac30aed3d491ff
6
+ metadata.gz: 92ad97c76551c8d26407ba5b66cfea6d70e8d614078fd0e9ef8d882c27cb4cd76dcb50b72f6f466053f19ec2865c1bc0ec338e3bc0e31b2e5031e6f968988906
7
+ data.tar.gz: 2ae966be9fc532d36762c27d411891383f4154e07137b899c987826de583f76cbdc94dc15d9a0dc3457f33a6037e2490252c1db95d98c6bc289e86c4ac4b6991
data/_layouts/post.html CHANGED
@@ -2,4 +2,8 @@
2
2
  layout: page
3
3
  ---
4
4
 
5
+ {% assign date_format = site.darkhack.date_format | default: "%x" %}
6
+
7
+ <p>$ {{ page.title }} - Updated on {{ page.date | default: site.time | date: date_format }}</p>
8
+
5
9
  {{ content }}
@@ -1,9 +1,10 @@
1
1
  @import "_config";
2
2
 
3
3
  .container {
4
- width: 70%;
4
+ max-width: 50rem;
5
5
  margin-right: auto;
6
6
  margin-left: auto;
7
+ overflow: auto;
7
8
  }
8
9
 
9
10
  .content {
@@ -14,6 +15,8 @@
14
15
  margin-top: 2em;
15
16
  margin-bottom: 2em;
16
17
 
18
+ padding-right: 1em;
19
+
17
20
  overflow-wrap: break-word;
18
21
  }
19
22
 
@@ -5,7 +5,7 @@ $attr-color: #e7c547;
5
5
  $symbol-color: #b9ca4a;
6
6
  $title-color: #7aa6da;
7
7
  $keyword-color: #c397d8;
8
- $background-color: #000;
8
+ $background-color: #0c0c0c;
9
9
  $text-color: #eaeaea;
10
10
 
11
11
  pre code.hljs {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darkhack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul David
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-26 00:00:00.000000000 Z
11
+ date: 2021-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll