ictusrye 0.1.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 +7 -0
- data/LICENSE.txt +13 -0
- data/README.md +48 -0
- data/_includes/foot.html +3 -0
- data/_includes/head.html +14 -0
- data/_includes/header.html +20 -0
- data/_layouts/default.html +21 -0
- data/_layouts/home.html +28 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +5 -0
- data/_sass/ictusrye/_style.scss +102 -0
- data/_sass/ictusrye.scss +11 -0
- data/assets/main.scss +5 -0
- metadata +98 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: e9d5c3fa378bc93e6dc43f603f4419fa00a91bf5
|
4
|
+
data.tar.gz: 24f131d164ad50d460b2b3edcb77ca407a00e748
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 961f31858e667504bbf171f3af5cce2b49ca51125c3751a8ae6d1805bb6458418dbd921e1f0c88deb7c276ab9ad863345ccf75e556e16d3dd3bf2879f2855804
|
7
|
+
data.tar.gz: 39e91c5fdc401598da5eb050ce647a4fb671dc66831dd54152f913a0ca8c580af0493863b39bf8cba9559ac228c36e25c75a15fe52f02b6e4095f2f9f597aa5d
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
Copyright (c) 2017, Nicklaus McClendon <nicklaus@kulinacs.com>
|
2
|
+
|
3
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
4
|
+
purpose with or without fee is hereby granted, provided that the above
|
5
|
+
copyright notice and this permission notice appear in all copies.
|
6
|
+
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
8
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
9
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
10
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
11
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
12
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
13
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
# ictusrye
|
2
|
+
|
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` and your sass in `_sass`. 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
|
+
|
5
|
+
TODO: Delete this and the text above, and describe your gem
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
Add this line to your Jekyll site's Gemfile:
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
gem "ictusrye"
|
13
|
+
```
|
14
|
+
|
15
|
+
And add this line to your Jekyll site's `_config.yml`:
|
16
|
+
|
17
|
+
```yaml
|
18
|
+
theme: ictusrye
|
19
|
+
```
|
20
|
+
|
21
|
+
And then execute:
|
22
|
+
|
23
|
+
$ bundle
|
24
|
+
|
25
|
+
Or install it yourself as:
|
26
|
+
|
27
|
+
$ gem install ictusrye
|
28
|
+
|
29
|
+
## Usage
|
30
|
+
|
31
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
|
32
|
+
|
33
|
+
## Contributing
|
34
|
+
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. 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
|
+
|
37
|
+
## Development
|
38
|
+
|
39
|
+
To set up your environment to develop this theme, run `bundle install`.
|
40
|
+
|
41
|
+
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.
|
42
|
+
|
43
|
+
When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
|
44
|
+
|
45
|
+
## License
|
46
|
+
|
47
|
+
The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
48
|
+
|
data/_includes/foot.html
ADDED
@@ -0,0 +1,3 @@
|
|
1
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script>
|
2
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js" integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" crossorigin="anonymous"></script>
|
3
|
+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" crossorigin="anonymous"></script>
|
data/_includes/head.html
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8">
|
3
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
4
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
5
|
+
|
6
|
+
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
7
|
+
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
8
|
+
|
9
|
+
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
10
|
+
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
11
|
+
|
12
|
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous">
|
13
|
+
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
14
|
+
</head>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<header>
|
2
|
+
<nav class="navbar">
|
3
|
+
<button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#navbar-header" aria-controls="navbar-header" aria-expanded="false" aria-label="Toggle navigation"></button>
|
4
|
+
<div class="collapse navbar-toggleable-xs" id="navbar-header">
|
5
|
+
<ul class="nav navbar-nav">
|
6
|
+
{% for page in site.pages %}
|
7
|
+
{% if page.title %}
|
8
|
+
<li class="nav-item">
|
9
|
+
<a class="nav-link" href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
|
10
|
+
</li>
|
11
|
+
{% endif %}
|
12
|
+
{% endfor %}
|
13
|
+
</ul>
|
14
|
+
</div>
|
15
|
+
</nav>
|
16
|
+
<hr class="header-hr"></hr>
|
17
|
+
<div class="header-main">
|
18
|
+
<a class="site-title-link" href="{{ "/" | relative_url }}"><h1 class="site-title">{{ site.title | escape }}</h1></a>
|
19
|
+
</div>
|
20
|
+
</header>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
3
|
+
|
4
|
+
{% include head.html %}
|
5
|
+
|
6
|
+
<body>
|
7
|
+
<div class="container">
|
8
|
+
{% include header.html %}
|
9
|
+
|
10
|
+
<main class="page-content" aria-label="Content">
|
11
|
+
<div class="wrapper">
|
12
|
+
|
13
|
+
{{ content }}
|
14
|
+
|
15
|
+
</div>
|
16
|
+
</main>
|
17
|
+
|
18
|
+
{% include foot.html %}
|
19
|
+
</div>
|
20
|
+
</body>
|
21
|
+
</html>
|
data/_layouts/home.html
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<div class="home">
|
6
|
+
|
7
|
+
<div class="jumbotron jumbotron-fluid">
|
8
|
+
<div class="container">
|
9
|
+
{{ site.description | escape }}
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
|
13
|
+
{% for post in site.posts limit:10 %}
|
14
|
+
<h2 class="listing-title"><a href="{{ post.url | relative_url }}" class="listing-link">{{ post.title | escape }}</a></h2>
|
15
|
+
<p class="meta text-muted">
|
16
|
+
<span class="date">{{ post.date | date_to_long_string }}</span>
|
17
|
+
</p>
|
18
|
+
<div class="excerpt">
|
19
|
+
{{ post.excerpt }}
|
20
|
+
</div>
|
21
|
+
{% unless forloop.last %}
|
22
|
+
<hr class="listing-hr"></hr>
|
23
|
+
{% endunless %}
|
24
|
+
{% endfor %}
|
25
|
+
|
26
|
+
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
|
27
|
+
|
28
|
+
</div>
|
data/_layouts/page.html
ADDED
data/_layouts/post.html
ADDED
@@ -0,0 +1,102 @@
|
|
1
|
+
html {
|
2
|
+
font-size: 16px;
|
3
|
+
}
|
4
|
+
|
5
|
+
body {
|
6
|
+
background-color: $background-color;
|
7
|
+
color: $font-color;
|
8
|
+
}
|
9
|
+
|
10
|
+
.jumbotron {
|
11
|
+
background-color: lighten($background-color, 5%);
|
12
|
+
border: 1px solid;
|
13
|
+
border-color: lighten($background-color, 15%);
|
14
|
+
border-radius: 4px;
|
15
|
+
font-size: 1rem;
|
16
|
+
padding-bottom: 1rem;
|
17
|
+
padding-top: 1rem;
|
18
|
+
}
|
19
|
+
|
20
|
+
.navbar {
|
21
|
+
padding-bottom: 0;
|
22
|
+
}
|
23
|
+
|
24
|
+
.navbar-brand {
|
25
|
+
color: $font-color;
|
26
|
+
font-size: 1.5rem;
|
27
|
+
text-decoration: none;
|
28
|
+
}
|
29
|
+
|
30
|
+
.navbar-brand:hover {
|
31
|
+
color: darken($font-color, 20%);
|
32
|
+
}
|
33
|
+
|
34
|
+
.navbar-nav .nav-link {
|
35
|
+
color: $font-color;
|
36
|
+
font-size: 1.2rem;
|
37
|
+
padding-bottom: .4rem;
|
38
|
+
padding-top: .4rem;
|
39
|
+
text-decoration: none;
|
40
|
+
}
|
41
|
+
|
42
|
+
.navbar-nav .nav-link:hover {
|
43
|
+
color: darken($font-color, 20%);
|
44
|
+
}
|
45
|
+
|
46
|
+
.header-hr {
|
47
|
+
background: $font-color;
|
48
|
+
background-image: linear-gradient(to right, $background-color,
|
49
|
+
lighten($background-color, 20%),
|
50
|
+
$background-color);
|
51
|
+
border: 0;
|
52
|
+
height: 1px;
|
53
|
+
margin-top: 0;
|
54
|
+
}
|
55
|
+
|
56
|
+
.header-main {
|
57
|
+
margin: auto;
|
58
|
+
padding-bottom: .5rem;
|
59
|
+
}
|
60
|
+
|
61
|
+
.site-title {
|
62
|
+
color: $font-color;
|
63
|
+
font-size: 4rem;
|
64
|
+
text-align: center;
|
65
|
+
}
|
66
|
+
|
67
|
+
.site-title:hover {
|
68
|
+
color: darken($font-color, 20%);
|
69
|
+
}
|
70
|
+
|
71
|
+
.site-title-link:hover {
|
72
|
+
text-decoration: none;
|
73
|
+
}
|
74
|
+
|
75
|
+
.listing-title {
|
76
|
+
margin-bottom: .25rem;
|
77
|
+
}
|
78
|
+
|
79
|
+
.listing-link {
|
80
|
+
color: $font-color;
|
81
|
+
margin-bottom: .25rem;
|
82
|
+
text-decoration: none;
|
83
|
+
}
|
84
|
+
|
85
|
+
.listing-link:hover {
|
86
|
+
color: darken($font-color, 20%);
|
87
|
+
text-decoration: none;
|
88
|
+
}
|
89
|
+
|
90
|
+
.listing-hr {
|
91
|
+
background: $font-color;
|
92
|
+
background-image: linear-gradient(to right, $background-color,
|
93
|
+
lighten($background-color, 5%),
|
94
|
+
$background-color);
|
95
|
+
border: 0;
|
96
|
+
height: 1px;
|
97
|
+
margin-top: 0;
|
98
|
+
}
|
99
|
+
|
100
|
+
.meta {
|
101
|
+
margin-bottom: .25rem;
|
102
|
+
}
|
data/_sass/ictusrye.scss
ADDED
data/assets/main.scss
ADDED
metadata
ADDED
@@ -0,0 +1,98 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: ictusrye
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Nicklaus McClendon
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-01-21 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.3'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '3.3'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: bundler
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.12'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.12'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rake
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '10.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '10.0'
|
55
|
+
description:
|
56
|
+
email:
|
57
|
+
- nicklaus@kulinacs.com
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- LICENSE.txt
|
63
|
+
- README.md
|
64
|
+
- _includes/foot.html
|
65
|
+
- _includes/head.html
|
66
|
+
- _includes/header.html
|
67
|
+
- _layouts/default.html
|
68
|
+
- _layouts/home.html
|
69
|
+
- _layouts/page.html
|
70
|
+
- _layouts/post.html
|
71
|
+
- _sass/ictusrye.scss
|
72
|
+
- _sass/ictusrye/_style.scss
|
73
|
+
- assets/main.scss
|
74
|
+
homepage: https://csg.utdallas.edu
|
75
|
+
licenses:
|
76
|
+
- ISC
|
77
|
+
metadata: {}
|
78
|
+
post_install_message:
|
79
|
+
rdoc_options: []
|
80
|
+
require_paths:
|
81
|
+
- lib
|
82
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
83
|
+
requirements:
|
84
|
+
- - ">="
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: '0'
|
87
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
|
+
requirements:
|
89
|
+
- - ">="
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
version: '0'
|
92
|
+
requirements: []
|
93
|
+
rubyforge_project:
|
94
|
+
rubygems_version: 2.6.8
|
95
|
+
signing_key:
|
96
|
+
specification_version: 4
|
97
|
+
summary: Jekyll theme for UTD Computer Security Group
|
98
|
+
test_files: []
|