jenstep_theme 0.1.0 → 0.1.1

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: 5d8884bbb5f82857f28e72d35b476a5ebaab1e32e4659653b8cf9203d446a1a0
4
- data.tar.gz: e0575f947b9a3487855329037cfd930814a8bc48dee815c80dc100b5e785fcb9
3
+ metadata.gz: a8c56af4d7fdf3aae1fcd7d5afff4177d6fed7d30880fa0dd7ab91ffb48a762d
4
+ data.tar.gz: 7f9a3e4602f8c16eace75e894f5fbb725821340b312b050282ef668c0a78547f
5
5
  SHA512:
6
- metadata.gz: 7bb0d1e153dd2c1b82363af0e64600ab374bed46e9cd53dfe74e2997f491df82889b946d960054b80de786eade0b68b5ff8369f51401c04c74028fc279d7afe6
7
- data.tar.gz: 1be455da585a4bb8d984a0c3b42bd6e2c2f7105def091ab9496fa31c50bae6965bc242f519df04a62b77a706dd656cfc49da5eb3847608052d2ae24d72e1b5e9
6
+ metadata.gz: 162fed207fcbdb4bad6e199040209169ecf90cad58a541629aba742cd1bb1c35080e5abb8440b1ab87d5b286f0b75b2d551d7773c58e240517410b106efc8b2d
7
+ data.tar.gz: 7dad01bf7c668db946d91ae42c0ed4755b4b5130ec66c52ed9b19603a79a9b0cd2c3aa068a5e02cabdc1adb1028a86ae8c53ede2bc83de3c5f503cee70fa460a
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # jenstep_theme
1
+ # personal-theme
2
2
 
3
- Welcome! jenstep_theme is a simple Jekyll theme for my personal website.
3
+ Welcome! Personal-theme is a simple Jekyll theme for your personal website.
4
4
 
5
5
 
6
6
  ## Installation
@@ -8,13 +8,13 @@ Welcome! jenstep_theme is a simple Jekyll theme for my personal website.
8
8
  Add this line to your Jekyll site's `Gemfile`:
9
9
 
10
10
  ```ruby
11
- gem "jenstep_theme"
11
+ gem "personal-theme"
12
12
  ```
13
13
 
14
14
  And add this line to your Jekyll site's `_config.yml`:
15
15
 
16
16
  ```yaml
17
- theme: jenstep_theme
17
+ theme: personal-theme
18
18
  ```
19
19
 
20
20
  And then execute:
@@ -23,7 +23,7 @@ And then execute:
23
23
 
24
24
  Or install it yourself as:
25
25
 
26
- $ gem install jenstep_theme
26
+ $ gem install personal-theme
27
27
 
28
28
  ## Usage
29
29
 
@@ -33,7 +33,7 @@ Many features are still under development.
33
33
 
34
34
  ## Contributing
35
35
 
36
- Bug reports and pull requests are welcome on GitHub at https://github.com/JenStep/jenstep_theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+ Bug reports and pull requests are welcome on GitHub at https://github.com/JenStep/personal-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
37
37
 
38
38
  This theme was adapted from the jekyll minima theme, which can be found at https://github.com/jekyll/minima.
39
39
 
@@ -44,7 +44,7 @@ To set up your environment to develop this theme, run `bundle install`.
44
44
  Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
45
 
46
46
  When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
- To add a custom directory to your theme-gem, please edit the regexp in `jenstep_theme.gemspec` accordingly.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `personal-theme.gemspec` accordingly.
48
48
 
49
49
  ## License
50
50
 
data/_config.yml CHANGED
@@ -39,7 +39,7 @@ personal-theme:
39
39
  # keybase: jekyll
40
40
 
41
41
  # Build settings
42
- theme: jenstep_theme
42
+ theme: personal-theme
43
43
  plugins:
44
44
  - jekyll-feed
45
45
  - jekyll-seo-tag
@@ -1,4 +1,4 @@
1
- {%- assign social = site.jenstep_theme.social_links -%}
1
+ {%- assign social = site.personal-theme.social_links -%}
2
2
  <footer class="site-footer h-card">
3
3
  <data class="u-url" href="{{ '/' | relative_url }}"></data>
4
4
 
@@ -24,7 +24,7 @@
24
24
  <li>
25
25
  <a rel="me" href="https://github.com/{{ social.github_username | cgi_escape | escape }}" title="{{ social.github_username | escape }}">
26
26
  <svg class="svg-icon grey">
27
- <use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#github' | relative_url }}"></use>
27
+ <use xlink:href="{{ '/assets/personal-theme-social-icons.svg#github' | relative_url }}"></use>
28
28
  </svg>
29
29
  {{ social.github_username | escape }}
30
30
  </a>
@@ -35,7 +35,7 @@
35
35
  <li>
36
36
  <a rel="me" href="https://www.linkedin.com/in/{{ social.linkedin_username | cgi_escape | escape }}" title="{{ social.linkedin | escape }}">
37
37
  <svg class="svg-icon grey">
38
- <use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#linkedin' | relative_url }}"></use>
38
+ <use xlink:href="{{ '/assets/personal-theme-social-icons.svg#linkedin' | relative_url }}"></use>
39
39
  </svg>
40
40
  {{ social.linkedin_username | escape }}
41
41
  </a>
@@ -1,21 +1,21 @@
1
- {%- assign social = site.jenstep_theme.social_links -%}
1
+ {%- assign social = site.personal-theme.social_links -%}
2
2
 
3
3
  <ul class="social-media-list">
4
- {%- for glb in social.gitlab -%}{%- if glb.username and glb.instance -%}<li><a rel="me" href="https://{{ glb.instance | cgi_escape | escape}}/{{glb.username}}" title="{{ glb.username | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#gitlab' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
5
- {%- if social.dribbble -%}<li><a rel="me" href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="{{ social.dribbble | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#dribbble' | relative_url }}"></use></svg></a></li>{%- endif -%}
6
- {%- if social.facebook -%}<li><a rel="me" href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="{{ social.facebook | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#facebook' | relative_url }}"></use></svg></a></li>{%- endif -%}
7
- {%- if social.flickr -%}<li><a rel="me" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="{{ social.flickr | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#flickr' | relative_url }}"></use></svg></a></li>{%- endif -%}
8
- {%- if social.github -%}<li><a rel="me" href="https://github.com/{{ social.github | cgi_escape | escape }}" title="{{ social.github | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#github' | relative_url }}"></use></svg></a></li>{%- endif -%}
9
- {%- if social.stackoverflow -%}<li><a rel="me" href="https://stackoverflow.com/users/{{ social.stackoverflow | cgi_escape | escape }}" title="{{ social.stackoverflow | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#stackoverflow' | relative_url }}"></use></svg></a></li>{%- endif -%}
10
- {%- if social.instagram -%}<li><a rel="me" href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="{{ social.instagram | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#instagram' | relative_url }}"></use></svg></a></li>{%- endif -%}
11
- {%- if social.linkedin -%}<li><a rel="me" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="{{ social.linkedin | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#linkedin' | relative_url }}"></use></svg></a></li>{%- endif -%}
12
- {%- if social.pinterest -%}<li><a rel="me" href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}" title="{{ social.pinterest | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#pinterest' | relative_url }}"></use></svg></a></li>{%- endif -%}
13
- {%- for mst in social.mastodon -%}{%- if mst.username and mst.instance -%}<li><a rel="me" href="https://{{ mst.instance | cgi_escape | escape}}/@{{mst.username}}" title="{{ mst.username | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#mastodon' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
14
- {%- if social.twitter -%}<li><a rel="me" href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="{{ social.twitter | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#twitter' | relative_url }}"></use></svg></a></li>{%- endif -%}
15
- {%- if social.youtube -%}<li><a rel="me" href="https://www.youtube.com/{{ social.youtube | cgi_escape | escape }}" title="{{ social.youtube | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
16
- {%- if social.youtube_channel -%}<li><a rel="me" href="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape | escape }}" title="{{ social.youtube_channel_name | escape | default: 'YouTube' }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
17
- {%- if social.telegram -%}<li><a rel="me" href="https://t.me/{{ social.telegram | cgi_escape | escape }}" title="{{ social.telegram | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#telegram' | relative_url }}"></use></svg></a></li>{%- endif -%}
18
- {%- if social.keybase -%}<li><a rel="me" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" title="{{ social.keybase | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#keybase' | relative_url }}"></use></svg></a></li>{%- endif -%}
19
- {%- if social.microdotblog -%}<li><a rel="me" href="https://micro.blog/{{ social.microdotblog | cgi_escape | escape }}" title="{{ social.microdotblog | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#microdotblog' | relative_url }}"></use></svg></a></li>{%- endif -%}
20
- {%- if social.devto -%}<li><a href="https://dev.to/{{ social.devto | cgi_escape | escape }}" title="{{ social.devto | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#devto' | relative_url }}"></use></svg></a></li>{%- endif -%}
4
+ {%- for glb in social.gitlab -%}{%- if glb.username and glb.instance -%}<li><a rel="me" href="https://{{ glb.instance | cgi_escape | escape}}/{{glb.username}}" title="{{ glb.username | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#gitlab' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
5
+ {%- if social.dribbble -%}<li><a rel="me" href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="{{ social.dribbble | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#dribbble' | relative_url }}"></use></svg></a></li>{%- endif -%}
6
+ {%- if social.facebook -%}<li><a rel="me" href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="{{ social.facebook | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#facebook' | relative_url }}"></use></svg></a></li>{%- endif -%}
7
+ {%- if social.flickr -%}<li><a rel="me" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="{{ social.flickr | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#flickr' | relative_url }}"></use></svg></a></li>{%- endif -%}
8
+ {%- if social.github -%}<li><a rel="me" href="https://github.com/{{ social.github | cgi_escape | escape }}" title="{{ social.github | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#github' | relative_url }}"></use></svg></a></li>{%- endif -%}
9
+ {%- if social.stackoverflow -%}<li><a rel="me" href="https://stackoverflow.com/users/{{ social.stackoverflow | cgi_escape | escape }}" title="{{ social.stackoverflow | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#stackoverflow' | relative_url }}"></use></svg></a></li>{%- endif -%}
10
+ {%- if social.instagram -%}<li><a rel="me" href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="{{ social.instagram | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#instagram' | relative_url }}"></use></svg></a></li>{%- endif -%}
11
+ {%- if social.linkedin -%}<li><a rel="me" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="{{ social.linkedin | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#linkedin' | relative_url }}"></use></svg></a></li>{%- endif -%}
12
+ {%- if social.pinterest -%}<li><a rel="me" href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}" title="{{ social.pinterest | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#pinterest' | relative_url }}"></use></svg></a></li>{%- endif -%}
13
+ {%- for mst in social.mastodon -%}{%- if mst.username and mst.instance -%}<li><a rel="me" href="https://{{ mst.instance | cgi_escape | escape}}/@{{mst.username}}" title="{{ mst.username | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#mastodon' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
14
+ {%- if social.twitter -%}<li><a rel="me" href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="{{ social.twitter | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#twitter' | relative_url }}"></use></svg></a></li>{%- endif -%}
15
+ {%- if social.youtube -%}<li><a rel="me" href="https://www.youtube.com/{{ social.youtube | cgi_escape | escape }}" title="{{ social.youtube | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
16
+ {%- if social.youtube_channel -%}<li><a rel="me" href="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape | escape }}" title="{{ social.youtube_channel_name | escape | default: 'YouTube' }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
17
+ {%- if social.telegram -%}<li><a rel="me" href="https://t.me/{{ social.telegram | cgi_escape | escape }}" title="{{ social.telegram | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#telegram' | relative_url }}"></use></svg></a></li>{%- endif -%}
18
+ {%- if social.keybase -%}<li><a rel="me" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" title="{{ social.keybase | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#keybase' | relative_url }}"></use></svg></a></li>{%- endif -%}
19
+ {%- if social.microdotblog -%}<li><a rel="me" href="https://micro.blog/{{ social.microdotblog | cgi_escape | escape }}" title="{{ social.microdotblog | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#microdotblog' | relative_url }}"></use></svg></a></li>{%- endif -%}
20
+ {%- if social.devto -%}<li><a href="https://dev.to/{{ social.devto | cgi_escape | escape }}" title="{{ social.devto | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/personal-theme-social-icons.svg#devto' | relative_url }}"></use></svg></a></li>{%- endif -%}
21
21
  </ul>
data/_layouts/home.html CHANGED
@@ -5,7 +5,7 @@ layout: default
5
5
  <div class="home">
6
6
 
7
7
  <main class="page-content" aria-label="Content">
8
- <div class="wrapper">
8
+ <div class="page-content-wrapper">
9
9
  {{ content }}
10
10
  </div>
11
11
  <div class="widget-wrapper">
data/_layouts/post.html CHANGED
@@ -7,7 +7,7 @@ layout: default
7
7
  <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
8
8
  <p class="post-meta">
9
9
  <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
10
- {%- assign date_format = site.jenstep_theme.date_format | default: "%b %-d, %Y" -%}
10
+ {%- assign date_format = site.personal-theme.date_format | default: "%b %-d, %Y" -%}
11
11
  {{ page.date | date: date_format }}
12
12
  </time>
13
13
  {%- if page.author -%}
@@ -21,7 +21,7 @@ layout: default
21
21
 
22
22
  {%- if site.disqus.shortname -%}
23
23
  {%- include disqus_comments.html -%}
24
- {%- endif -%}
24
+ {%- endfor -%}
25
25
 
26
26
  <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
27
27
  </article>
@@ -11,7 +11,7 @@ $base-line-height: 1.5 !default;
11
11
  $spacing-unit: 30px !default;
12
12
 
13
13
  $text-color: #111 !default;
14
- $background-color: #fdfdfd !default;
14
+ $background-color: #4b4b4b !default;
15
15
  $brand-color: #2a7ae2 !default;
16
16
 
17
17
  $grey-color: #828282 !default;
@@ -21,10 +21,10 @@ $grey-color-dark: darken($grey-color, 25%) !default;
21
21
  $table-text-align: left !default;
22
22
 
23
23
  // Width of the content area
24
- $content-width: 800px !default;
24
+ $content-width: 1000px !default;
25
25
 
26
26
  $on-palm: 600px !default;
27
- $on-laptop: 800px !default;
27
+ $on-laptop: 1000px !default;
28
28
 
29
29
  // Use media queries like this:
30
30
  // @include media-query($on-palm) {
@@ -45,7 +45,7 @@ $on-laptop: 800px !default;
45
45
 
46
46
  // Import partials.
47
47
  @import
48
- "jenstep_theme/base",
49
- "jenstep_theme/layout",
50
- "jenstep_theme/syntax-highlighting"
48
+ "personal-theme/base",
49
+ "personal-theme/layout",
50
+ "personal-theme/syntax-highlighting"
51
51
  ;
File without changes
@@ -2,7 +2,7 @@
2
2
  * Site header
3
3
  */
4
4
  .site-header {
5
- border-top: 5px solid $grey-color-dark;
5
+ border-top: 10px solid $grey-color-dark;
6
6
  background-color: #999999;
7
7
  min-height: $spacing-unit * 1.865;
8
8
 
@@ -106,7 +106,7 @@
106
106
  * Site footer
107
107
  */
108
108
  .site-footer {
109
- border-top: 1px solid $grey-color-light;
109
+ border-top: 5px solid $grey-color;
110
110
  padding: $spacing-unit 0;
111
111
  background-color: #333333;
112
112
  }
@@ -147,8 +147,8 @@
147
147
  .page-content {
148
148
  padding: $spacing-unit 0;
149
149
  flex: 1;
150
- border-radius: 10px;
151
150
  background-color: #EBEBEB;
151
+ width: 100%;
152
152
  margin: auto;
153
153
  }
154
154
 
data/assets/main.scss CHANGED
@@ -2,4 +2,4 @@
2
2
  # Only the main Sass file needs front matter (the dashes are enough)
3
3
  ---
4
4
 
5
- @import "jenstep_theme";
5
+ @import "personal-theme";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jenstep_theme
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
  - Jenna Stephens
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-27 00:00:00.000000000 Z
11
+ date: 2021-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -45,12 +45,12 @@ files:
45
45
  - _layouts/page.html
46
46
  - _layouts/post.html
47
47
  - _layouts/widget.html
48
- - _sass/jenstep_theme.scss
49
- - _sass/jenstep_theme/_base.scss
50
- - _sass/jenstep_theme/_layout.scss
51
- - _sass/jenstep_theme/_syntax-highlighting.scss
52
- - assets/jenstep_theme_social_icons.svg
48
+ - _sass/personal-theme.scss
49
+ - _sass/personal-theme/_base.scss
50
+ - _sass/personal-theme/_layout.scss
51
+ - _sass/personal-theme/_syntax-highlighting.scss
53
52
  - assets/main.scss
53
+ - assets/personal-theme-social-icons.svg
54
54
  homepage: https://github.com/JenStep/personal-theme.git
55
55
  licenses:
56
56
  - MIT