phearzero.github.io 1.0.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a384913589b79657a9cd7c8cab2c4ca4da53b9f02d7ef383acef29a260f7245a
4
+ data.tar.gz: 9fa2fa184cfcae737e0f2c3626a8ea859ec8817e49950df07ae9345f3fe5220c
5
+ SHA512:
6
+ metadata.gz: cd2fb2d73fb6a3c5164db20c30a7164a37d838a79fa09cff312322abebf97ad022f1316bf55a233f789fcba59afb4f4291fcd947d93e1c3e619c32deccd0923d
7
+ data.tar.gz: 48120bbe74596ff951bd50b0ad24584bafbe7ad82108579e2aa29ff717c559d0ca50aae8da00b231ffc691260174f5c0a3e3bc6589d3eadd4f68b36b60b5a894
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Michael J Feher
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,81 @@
1
+ # About
2
+ ![Node.js CI](https://github.com/PhearZero/phearzero.github.io/workflows/Node.js%20CI/badge.svg)
3
+ ![Gem](https://github.com/PhearZero/phearzero.github.io/workflows/Gem/badge.svg)
4
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](code_of_conduct.md)
5
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6
+ [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
7
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
8
+
9
+ Welcome to [@PhearZero](https://phearzero.com), the place where my "fun" projects go. Gaming, networking, and
10
+ "extracurricular" activities. If your into something more professional see the [@NodeJunkie](https://nodejunkie.github.io)
11
+ organization. If your looking for networking specifically, hop on over to [@PhearNet](https://phearnet.github.io).
12
+ Caution, there be dragons here!
13
+
14
+ Each page has a Projects link to everything happening
15
+
16
+ ---
17
+
18
+ # phearzero.github.io
19
+
20
+
21
+ This is a [Jekyll](https://jekyllrb.com/) Theme, based on [jekyll-theme-hacker](https://github.com/pages-themes/hacker),
22
+ used in all of my personal [Github](https://github.com/phearzero) pages.
23
+
24
+ ## Installation
25
+
26
+ Add this line to your Jekyll site's `Gemfile`:
27
+
28
+ ```ruby
29
+ gem "phearzero.github.io"
30
+ ```
31
+
32
+ And add this line to your Jekyll site's `_config.yml`:
33
+
34
+ ```yaml
35
+ theme: phearzero.github.io
36
+ ```
37
+
38
+ And then execute:
39
+
40
+ $ bundle
41
+
42
+ Or install it yourself as:
43
+
44
+ $ gem install phearzero.github.io
45
+
46
+ ## Contributing
47
+
48
+ Bug reports and pull requests are welcome on [GitHub]({{ site.github.issues_url }}). This project is
49
+ intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
50
+ [Contributor Covenant](http://contributor-covenant.org) code of conduct.
51
+
52
+ ## Development
53
+
54
+ To set up your environment to develop this theme, run `bundle install`.
55
+
56
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your
57
+ browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc.
58
+ like normal to test your theme's contents. As you make modifications to your theme and to your content, your site
59
+ will regenerate and you should see the changes in the browser after a refresh, just like normal.
60
+
61
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
62
+ To add a custom directory to your theme-gem, please edit the regexp in `phearzero.github.io.gemspec` accordingly.
63
+
64
+ ## Contributors
65
+
66
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
67
+ <!-- prettier-ignore-start -->
68
+ <!-- markdownlint-disable -->
69
+ <table>
70
+ <tr>
71
+ <td align="center"><a href="http://phearzero.com"><img src="https://avatars1.githubusercontent.com/u/3400442?v=4" width="100px;" alt=""/><br /><sub><b>Michael J Feher</b></sub></a><br /><a href="https://github.com/phearzero/phearzero.github.io/commits?author=PhearZero" title="Code">💻</a> <a href="#business-PhearZero" title="Business development">💼</a> <a href="#content-PhearZero" title="Content">🖋</a> <a href="#blog-PhearZero" title="Blogposts">📝</a> <a href="#platform-PhearZero" title="Packaging/porting to new platform">📦</a></td>
72
+ </tr>
73
+ </table>
74
+
75
+ <!-- markdownlint-enable -->
76
+ <!-- prettier-ignore-end -->
77
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
78
+
79
+ ## License
80
+
81
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,19 @@
1
+ <hr>
2
+ <span>
3
+ <div>
4
+ # include author image if there is an author image
5
+ {% if author.image %}
6
+ <img src="{{author.image}}" class="author-img">
7
+ {% endif %}
8
+ <div>
9
+ <h3> {{author.name}} &nbsp;
10
+ # include link to author's twitter if they have provided a twitter account
11
+ {% if author.twitter %}
12
+ <a href="{{author.twitter}}" class="icon fa-twitter"><span class="label">Twitter</span></a>
13
+ {% endif %}
14
+ </h3>
15
+ </div>
16
+ </div>
17
+ {{ author.bio }}
18
+ </span>
19
+ <br>
@@ -0,0 +1,15 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <h1>{{ page.name }}</h1>
5
+ <h2>{{ page.position }}</h2>
6
+
7
+ {{ content }}
8
+
9
+ <h2>Posts</h2>
10
+ <ul>
11
+ {% assign filtered_posts = site.posts | where: 'author', page.short_name %}
12
+ {% for post in filtered_posts %}
13
+ <li><a href="{{ post.url }}">{{ post.title }}</a></li>
14
+ {% endfor %}
15
+ </ul>
@@ -0,0 +1,74 @@
1
+ <!DOCTYPE html>
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="shortcut icon" href="/assets/imgs/favicon.ico" type="image/x-icon" />
8
+ <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
9
+ {% seo %}
10
+ </head>
11
+
12
+ <body>
13
+
14
+ <header>
15
+ <div class="container">
16
+ <a id="a-title" style="text-decoration: none;" href="{{ '/' | relative_url }}">
17
+ <h1>{{ site.title | default: site.github.repository_name }}</h1>
18
+ </a>
19
+ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
20
+ </div>
21
+ </header>
22
+
23
+ <div class="container">
24
+ <main id="main_content">
25
+ {{ content }}
26
+ </main>
27
+ </div>
28
+
29
+ <footer>
30
+ <div class="footer-wrap container">
31
+ <section id="downloads">
32
+ <h3 class="uline">@PhearZero Projects:</h3>
33
+ {% for repository in site.github.public_repositories %}
34
+ {% if repository.has_pages and repository.has_downloads and repository.name != site.github.project_title %}
35
+ <a href="{{ repository.homepage | default: repository.html_url }}" class="btn btn-package">
36
+ <span class="icon">{% octicon package stroke:white stroke-width:1 stroke-opacity:0.6 %}</span>
37
+ {{ repository.name }}
38
+ </a>
39
+ {% endif %}
40
+ {% endfor %}
41
+ </section>
42
+ <section id="news">
43
+ <h3 class="uline">News:</h3>
44
+ <ul>
45
+ {% for post in site.posts limit:5 %}
46
+ <li>
47
+ <h4>{{ post.date | date_to_long_string }}: <a href="{{ post.url }}">{{ post.title }}</a></h4>
48
+ </li>
49
+ {% endfor %}
50
+ </ul>
51
+ </section>
52
+ </div>
53
+ </footer>
54
+ {% if site.google_analytics %}
55
+ <script>
56
+ (function (i, s, o, g, r, a, m) {
57
+ i['GoogleAnalyticsObject'] = r;
58
+ i[r] = i[r] || function () {
59
+ (i[r].q = i[r].q || []).push(arguments)
60
+ }, i[r].l = 1 * new Date();
61
+ a = s.createElement(o),
62
+ m = s.getElementsByTagName(o)[0];
63
+ a.async = 1;
64
+ a.src = g;
65
+ m.parentNode.insertBefore(a, m)
66
+ })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
67
+ ga('create', '{{ site.google_analytics }}', 'auto');
68
+ ga('send', 'pageview');
69
+ </script>
70
+ {% endif %}
71
+ <script data-href="{{site.github.repository_url}}" data-target="_blank"
72
+ src="https://unpkg.com/github-corners/dist/embed.min.js"></script>
73
+ </body>
74
+ </html>
@@ -0,0 +1,18 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <h1>{{ page.title }}</h1>
6
+
7
+ <p class="view">
8
+ {{ page.date | date_to_string }}
9
+ {% assign author = site.authors | where: 'short_name', page.author | first %}
10
+ {% if author and author.short_name != "owner" %}
11
+ - <a href="{{ author.url }}">{{ author.name }}</a>
12
+ {% endif %}
13
+ {% if author and author.short_name == "owner" %}
14
+ - <a href="{{ author.url }}">{{ site.github.owner_name }}</a>
15
+ {% endif %}
16
+ </p>
17
+
18
+ {{content}}
@@ -0,0 +1,53 @@
1
+ ---
2
+ ---
3
+
4
+ @import "{{ site.theme }}";
5
+ html{
6
+ height: 100%;
7
+ }
8
+ body {
9
+ height: 100%;
10
+ display: flex;
11
+ flex-direction: column;
12
+ min-height: 100vh;
13
+ background-image: url('../imgs/Skull-640.png');
14
+ background-repeat: no-repeat;
15
+ background-attachment: fixed;
16
+ background-position: center;
17
+ }
18
+ .uline {
19
+ border-bottom: 1px dashed #b5e853;
20
+ }
21
+ header {
22
+ background-color: black;
23
+ }
24
+ #main_content{
25
+ border-radius: 25px;
26
+ padding: 30px;
27
+ background-color: rgba(0, 0, 0, 0.25);
28
+ background-opacity: 0.5;
29
+ }
30
+ .container {
31
+ flex: 1
32
+ }
33
+
34
+ footer {
35
+ flex-shrink: 0;
36
+ background-color: black;
37
+ border-top: 1px dashed #b5e853;
38
+ margin: 40px 0px 0px 0px;
39
+ }
40
+
41
+ .footer-wrap {
42
+ display: flex;
43
+ padding: 20px;
44
+ column-count:2;
45
+ }
46
+
47
+ .footer-wrap section {
48
+ border: 1px dashed #b5e853;
49
+ padding: 10px;
50
+ margin: 0px auto 0px auto;
51
+ align-items: start;
52
+ flex: 0 0 28em;
53
+ }
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phearzero.github.io
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - PhearZero
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-12 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 3.8.5
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 3.8.5
27
+ description:
28
+ email:
29
+ - github@phearzero.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - _includes/author_bio.html
37
+ - _layouts/author.html
38
+ - _layouts/default.html
39
+ - _layouts/post.html
40
+ - assets/css/style.scss
41
+ - assets/imgs/Skull-640.png
42
+ - assets/imgs/favicon.ico
43
+ homepage: https://phearzero.com
44
+ licenses:
45
+ - MIT
46
+ metadata: {}
47
+ post_install_message:
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ requirements: []
62
+ rubygems_version: 3.0.3
63
+ signing_key:
64
+ specification_version: 4
65
+ summary: PhearZero Jekyll Theme
66
+ test_files: []