soju-jekyll 0.1.0 → 0.1.1

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: 47dda6bcce6c854b51eb5f7d9150dce5eaf2256a76382531806e50ea881e05c0
4
- data.tar.gz: 9d92e3d95b661e79194919cf8f4d0a93269ef86b8ce664a7e9e2cb63ffa0d84c
3
+ metadata.gz: e2c94f2ba81d537d57c1f7cf3817500a9a179ac86293e2b21919fd6b322580da
4
+ data.tar.gz: d1c598e740588cd521b44f72785bd8fea2433d99f63987903755ee0ebfad4412
5
5
  SHA512:
6
- metadata.gz: c3c3d95781837d35392290fde413a276a1cb0808e4658646090f62332d9b306285fb812825af3082ad6f8af5b31622a421738af29eca59263a3cbdf7303a38a0
7
- data.tar.gz: e8e89cba3871fc3b8143536fde82210dd86ca8a2e99a7c53ef808bd80b48443b5ca7c6e0d06b62803a5d6b10252b7441a522103c8e1a12e2291112b323de44d8
6
+ metadata.gz: 7261546cd2a501a629d13d4ef8c66ef90cc86be58835575bfeb50b8dab620af79a8dbbd304dfecc83d9ced7b28ce206fc1c0cc6d6d04a9b98b4f670f3de682bf
7
+ data.tar.gz: 9a593ea70654a35f96df35edd22bca58ca10c11ec592bff940068db2f14e72db5307cceb98039a79971bf73395ca07c08f99f0fd1f05b72e32c97c8a5f83c10c
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # soju
2
+ Simple, Minimal Landing Page with TailwindCSS.
2
3
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
4
+ It was meant to be for general-purpose but then, the font made it look like a website for a **`code package`**.
6
5
 
7
- TODO: Delete this and the text above, and describe your gem
6
+ ### Info:
7
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
8
8
 
9
9
 
10
10
  ## Installation
@@ -12,13 +12,13 @@ TODO: Delete this and the text above, and describe your gem
12
12
  Add this line to your Jekyll site's `Gemfile`:
13
13
 
14
14
  ```ruby
15
- gem "soju"
15
+ gem "soju-jekyll"
16
16
  ```
17
17
 
18
18
  And add this line to your Jekyll site's `_config.yml`:
19
19
 
20
20
  ```yaml
21
- theme: soju
21
+ theme: soju-jekyll
22
22
  ```
23
23
 
24
24
  And then execute:
@@ -27,7 +27,22 @@ And then execute:
27
27
 
28
28
  Or install it yourself as:
29
29
 
30
- $ gem install soju
30
+ $ gem install soju-jekyll
31
+
32
+ ### TailwindCSS
33
+ Install `node` packages:
34
+
35
+ $ yarn install
36
+
37
+ Create Development CSS:
38
+
39
+ $ yarn dev
40
+
41
+ Build CSS for Production:
42
+
43
+ $ yarn build
44
+
45
+
31
46
 
32
47
  ## Usage
33
48
 
data/_includes/head.html CHANGED
@@ -3,7 +3,4 @@
3
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
4
  {%- seo -%}
5
5
  <link rel="stylesheet" href="/assets/main.css">
6
- <!-- google fonts -->
7
- <link rel="preconnect" href="https://fonts.gstatic.com">
8
- <link href="https://fonts.googleapis.com/css2?family=Recursive:wght@300;400;600;700;800;900&display=swap" rel="stylesheet">
9
6
  </head>
@@ -5,9 +5,9 @@
5
5
 
6
6
  <nav>
7
7
  <ul class="inline-flex text-lg">
8
- <li class="mx-4"><a href="">Home</a></li>
9
- <li class="mx-4">
10
- <a class="py-3 px-8 bg-coolGray-700 hover:bg-coolGray-800 text-white rounded-full" href="">Pre-Order</a>
8
+ <li class="mx-2 sm:mx-4"><a href="">Home</a></li>
9
+ <li class="ml-2 sm:ml-4">
10
+ <a class="py-3 px-8 bg-coolGray-700 hover:bg-coolGray-800 text-white rounded-full truncate" href="">Documentation</a>
11
11
  </li>
12
12
  </ul>
13
13
  </nav>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soju-jekyll
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
  - TheBoringDude
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-12 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -88,5 +88,5 @@ requirements: []
88
88
  rubygems_version: 3.1.2
89
89
  signing_key:
90
90
  specification_version: 4
91
- summary: Write a short summary, because Rubygems requires one.
91
+ summary: Simple and Minimal Landing Page | Jekyll Theme
92
92
  test_files: []