catgirl 0.1.0 → 0.1.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: 7b3e4b26dfe490fa4b1f5b2e5106a95476230976945a854551cdd9bb5252fe8f
4
- data.tar.gz: 75489a3da903e0f31734e7e112521b21cadbef7d5fcd08526c2b27ffa7fc0420
3
+ metadata.gz: 58981ec86a6778a30411db552c77038302fe77c4a36457e5dc5a780e2ad9ae63
4
+ data.tar.gz: 50fa5b5f96c192cc912429f3b6612f3f64cc456e6df23ecebda7e308a1f04066
5
5
  SHA512:
6
- metadata.gz: 9da7b2272bc32d771df94d646b8b65fe02094486cb7301f62064dd8881de08e5c006a44ac1d5b125c6806a811cf0c06df683177bef2d8c46ec0a83ce87fc1985
7
- data.tar.gz: 2acec2ba66eb37a54ddf82913b325aee172c7dc70d770977655c8e7ee6db3423561f973a1c9369e904366906ab133ca3d9264fa4cdc186905bef1a9b0e5b28de
6
+ metadata.gz: 59d780226cd1335db0993e69083101f6f727687c367a59d83bf601a14cbdc589775dfacd6e40a93e41f52c2746714e74fbaac1dd0af5d3e134143db462248e6c
7
+ data.tar.gz: d29799aa331f6488cb4cb3a89052df6f57203639abdee54cf67cf84bf99034eca2bc32731dedd40fcd45aad3128178d6c4c40ff7a2b555db2e1042824f718559
data/README.md CHANGED
@@ -7,19 +7,23 @@ a simple Jekyll theme, made for my personal usage.
7
7
 
8
8
  add this line to your Jekyll site's `Gemfile`:
9
9
 
10
- ```ruby gem "catgirl" ```
10
+ ```ruby
11
+ gem "catgirl"
12
+ ```
11
13
 
12
14
  and add this line to your Jekyll site's `_config.yml`:
13
15
 
14
- ```yaml theme: catgirl ```
16
+ ```yaml
17
+ theme: catgirl
18
+ ```
15
19
 
16
20
  and then execute:
17
21
 
18
- $ bundle
22
+ $ bundle
19
23
 
20
- Or install it yourself as:
24
+ or install it yourself as:
21
25
 
22
- $ gem install catgirl
26
+ $ gem install catgirl
23
27
 
24
28
  ## usage
25
29
 
@@ -50,7 +54,7 @@ conduct.
50
54
 
51
55
  to set up your environment to develop this theme, run `bundle install`.
52
56
 
53
- your theme is setup just like a normal Jekyll site! To test your theme, run
57
+ your theme is setup just like a normal Jekyll site! to test your theme, run
54
58
  `bundle exec jekyll serve` and open your browser at `http://localhost:4000`.
55
59
  this starts a Jekyll server using your theme. add pages, documents, data, etc.
56
60
  like normal to test your theme's contents. as you make modifications to your
@@ -0,0 +1,18 @@
1
+ <head>
2
+ <meta charset="UTF-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ {%- if page.layout == "home" -%}
6
+ <link rel="stylesheet" href="/assets/css/home.css">
7
+ <script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
8
+ {%- else -%}
9
+ <link rel="stylesheet" href="/assets/css/styles.css">
10
+ {%- endif -%}
11
+ <title>
12
+ {%- unless page.layout == "home" -%}
13
+ {{ page.title | append: " | " }}
14
+ {%- endunless -%}
15
+ {{ site.title }}
16
+ </title>
17
+ {% include favicons.html %}
18
+ </head>
@@ -1,19 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="{{ site.lang | default: "en-US" }}">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <meta name="viewport" content="width=device-width, initial-scale=1">
7
- <link rel="stylesheet" href="/assets/css/styles.css">
8
- <title>
9
- {%- unless page.layout == "home" -%}
10
- {{ page.title | append: " | " }}
11
- {%- endunless -%}
12
- {{ site.title }}
13
- </title>
14
- {% include favicons.html %}
15
- </head>
16
-
3
+ {% include head.html %}
17
4
  <body>
18
5
  <div id="main-wrapper">
19
6
  <div id="wrapper">
data/_layouts/home.html CHANGED
@@ -1,4 +1,31 @@
1
- ---
2
- layout: default
3
- # home page layout
4
- ---
1
+ {% include head.html %}
2
+
3
+ <body>
4
+ <main>
5
+ <h1>j1nxie | Rylie | Lumine</h1>
6
+ <p id="bio">
7
+ catgirl developer on the Internet • hoshiyomi ☄ • i like anime,
8
+ programming and video games
9
+ </p>
10
+ <ul>
11
+ <li><a href="/socials">socials</a></li>
12
+ <li><a href="/archives">blog</a></li>
13
+ <li><a href="/projects">projects</a></li>
14
+ </ul>
15
+ <img src="/assets/img/suiseistupid.png">
16
+ </main>
17
+ <div id="space"></div>
18
+ <p id="quote-text">
19
+ "I want to do what I can for the people who need me. That way, I might
20
+ remain in the memories of that person, right?"
21
+ </p>
22
+ <p id="quote-name">
23
+ - Chisato Nishikigi
24
+ </p>
25
+
26
+ <script>
27
+ twemoji.parse(
28
+ document.body,
29
+ { base: "https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/" });
30
+ </script>
31
+ </body>
@@ -0,0 +1,67 @@
1
+ @import "colors";
2
+ @import "fonts";
3
+
4
+ #bio,
5
+ #quote-text {
6
+ margin: 0 auto;
7
+ max-width: 300pt;
8
+ }
9
+
10
+ #quote-name {
11
+ margin: 1em auto;
12
+ max-width: 300pt;
13
+ text-align: right;
14
+ }
15
+
16
+ #space {
17
+ height: 120px;
18
+ }
19
+
20
+ * {
21
+ box-sizing: border-box;
22
+ }
23
+
24
+ body {
25
+ background: $dark-bg;
26
+ color: $dark-text;
27
+ margin: 0;
28
+ padding: 0;
29
+ text-align: center;
30
+ }
31
+
32
+ h1 {
33
+ margin-top: 100px;
34
+ }
35
+
36
+ hr {
37
+ max-width: 300pt;
38
+ }
39
+
40
+ p {
41
+ img {
42
+ display: inline-block;
43
+ height: 1em;
44
+ transform: translate(0, 0.1em);
45
+ }
46
+ }
47
+
48
+ a {
49
+ color: $dark-text;
50
+ }
51
+
52
+ a:visited {
53
+ color: silver;
54
+ }
55
+
56
+ ul {
57
+ padding: 0;
58
+ }
59
+
60
+ li {
61
+ display: inline;
62
+ list-style-type: none;
63
+ }
64
+
65
+ li:not(:last-child)::after {
66
+ content: " • ";
67
+ }
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "homepage";
@@ -1,3 +1,4 @@
1
1
  ---
2
2
  ---
3
+
3
4
  @import "catgirl";
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catgirl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - j1nxie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -49,6 +49,7 @@ files:
49
49
  - README.md
50
50
  - _config.yml
51
51
  - _includes/favicons.html
52
+ - _includes/head.html
52
53
  - _layouts/archives.html
53
54
  - _layouts/categories.html
54
55
  - _layouts/default.html
@@ -60,6 +61,8 @@ files:
60
61
  - _sass/catgirl.scss
61
62
  - _sass/colors.scss
62
63
  - _sass/fonts.scss
64
+ - _sass/homepage.scss
65
+ - assets/css/home.scss
63
66
  - assets/css/styles.scss
64
67
  - assets/img/favicons/android-chrome-192x192.png
65
68
  - assets/img/favicons/apple-touch-icon.png
@@ -69,6 +72,7 @@ files:
69
72
  - assets/img/favicons/mstile-150x150.png
70
73
  - assets/img/favicons/safari-pinned-tab.svg
71
74
  - assets/img/suisei.png
75
+ - assets/img/suiseistupid.png
72
76
  homepage: https://github.com/j1nxie/catgirl
73
77
  licenses:
74
78
  - MIT