minimal-jekyll 0.0.1 → 0.0.2

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: 792af2562fd5d8087181212306e72264f20cbc28b00c0aee1b660065d73e0fb4
4
- data.tar.gz: d4c7e34c199b6ab94cfee53aedcc5955cca09a8d860e246386c0d30d85cf0047
3
+ metadata.gz: b676495ec2adc59aedfe1aecb49e6c9b95ff6de22b2028ea9b42ba3aaa2aad7a
4
+ data.tar.gz: e185cebd329101e13d70b89d03644bfe66cb935f93d5f15034db763ab7a32f02
5
5
  SHA512:
6
- metadata.gz: 59f986bbc5a25d597550294980ba4e095ef9f4ada1dc9960aabac2d1af91afb4fc204b82be37daca30fd30f6b4f37dfe16484ac78fdd547b6f6490be12dee90a
7
- data.tar.gz: 7111a8aa6d1f936f67641efd35505f011e0f2d63f4a4a0849ae4268014285008b69546369b5d42eae1eb9c2d49528945586015bd4e5c30454f11139cbf3beb6d
6
+ metadata.gz: 8b5845a150d8d25e3605838b6d10590e1b416021823627e51e0798e940e0b83935bf78a1463345c3cf378fbf23482003fd0b4e33bf3f6b6cbda7e8c4ccd1c844
7
+ data.tar.gz: 9f8afcea0840316fecb7f6ca07a3cad12696f2a924dfc4a655d4db4aa3fc99ef27e057364fbc397d5d4730e412dcb1094552074792df67158f2b253b8e194ba8
data/_data/navigation.yml CHANGED
@@ -6,4 +6,4 @@ main:
6
6
  - title: "splash"
7
7
  url: "/splash"
8
8
  - title: "About"
9
- url: "https://kaijunzhu.com"
9
+ url: "/about/"
data/_pages/about.md ADDED
@@ -0,0 +1,8 @@
1
+ ---
2
+ permalink: /about/
3
+ title: "About"
4
+ ---
5
+
6
+ Tempor velit sint sunt ipsum tempor enim ad qui ullamco. Est dolore anim ad velit duis dolore minim sunt aliquip amet commodo labore. Ut eu pariatur aute ea aute excepteur laborum. Esse ea esse excepteur minim mollit qui cillum excepteur ex dolore magna. Labore deserunt fugiat incididunt incididunt sint ea. Consequat dolore aute laboris quis proident quis non et est consectetur ex eiusmod sit culpa.
7
+
8
+ Cupidatat ea do et in excepteur in. Ad nostrud ut est esse eu duis ea sunt eiusmod. Aliquip tempor veniam sint elit fugiat. Velit incididunt laboris amet incididunt labore dolore irure velit excepteur commodo deserunt laborum. Consectetur eu fugiat veniam veniam Lorem labore magna eiusmod. Ea occaecat reprehenderit pariatur consectetur minim labore ut aliquip.
data/_pages/archive.md ADDED
@@ -0,0 +1,5 @@
1
+ ---
2
+ permalink: /archive/
3
+ title: "Archive"
4
+ layout: archive
5
+ ---
data/_pages/splash.md ADDED
@@ -0,0 +1,5 @@
1
+ ---
2
+ permalink: /splash/
3
+ title: "Splash"
4
+ layout: splash
5
+ ---
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heyya
@@ -50,6 +50,9 @@ files:
50
50
  - _layouts/single.html
51
51
  - _layouts/splash-single.html
52
52
  - _layouts/splash.html
53
+ - _pages/about.md
54
+ - _pages/archive.md
55
+ - _pages/splash.md
53
56
  - _sass/minimal.scss
54
57
  - _sass/minimal/_base.scss
55
58
  - _sass/minimal/_dark.scss