Skip to content

Commit

Permalink
jekyll build from Action f207f19
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRandoo committed Apr 3, 2024
0 parents commit 694e9f6
Show file tree
Hide file tree
Showing 141 changed files with 40,399 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
39 changes: 39 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<!--
Type on Strap jekyll theme v2.4.9
Theme free for personal and commercial use under the MIT license
https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
-->
<html lang="en">

<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=5"> <!-- Theme Mode--> <script> const darkBtn = "Dark"; const lightBtn = "Light"; const isAutoTheme = false; const preferredTheme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'; if (isAutoTheme) { document.documentElement.setAttribute('data-theme', sessionStorage.getItem('theme') ?? preferredTheme); } else { document.documentElement.setAttribute('data-theme', "light"); } </script> <!-- Main JS (navbar.js, katex_init.js and masonry_init.js)--> <script defer src="/itemlist/assets/js/main.min.js"></script> <!-- CSS --> <link rel="stylesheet" href="/itemlist/assets/css/main.css"> <!--Favicon--> <link rel="shortcut icon" href="/itemlist/assets/img/favicon.png" type="image/x-icon"> <!-- KaTeX 0.16.9 --> <!-- Mermaid 10.8.0 --> <!-- Simple Jekyll Search 1.10.0 --> <script src="/itemlist/assets/js/vendor/simple-jekyll-search.min.js" type="text/javascript"></script> <!-- Google Analytics / Cookie Consent --> <script> const cookieName = 'cookie-notice-dismissed-'; const isCookieConsent = ''; const analyticsName = ''; const analyticsNameGA4 = ''; </script> <!-- seo tags --> <meta property="og:image" content="/itemlist/"> <meta property="og:type" content="website" /> <!-- Begin Jekyll SEO tag v2.8.0 --> <title>SirRandoo’s Purchase List | A custom version of Toolkit’s item list to support all the latest features of Utils.</title> <meta name="generator" content="Jekyll v4.0.1" /> <meta property="og:title" content="SirRandoo’s Purchase List" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="A custom version of Toolkit’s item list to support all the latest features of Utils." /> <meta property="og:description" content="A custom version of Toolkit’s item list to support all the latest features of Utils." /> <link rel="canonical" href="/itemlist/404.html" /> <meta property="og:url" content="/itemlist/404.html" /> <meta property="og:site_name" content="SirRandoo’s Purchase List" /> <meta property="og:type" content="website" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="SirRandoo’s Purchase List" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebPage","description":"A custom version of Toolkit’s item list to support all the latest features of Utils.","headline":"SirRandoo’s Purchase List","url":"/itemlist/404.html"}</script> <!-- End Jekyll SEO tag --> <!-- RSS --> <link rel="alternate" type="application/atom+xml" title="SirRandoo's Purchase List" href="/itemlist/feed.xml"/> <link type="application/atom+xml" rel="alternate" href="/itemlist/feed.xml" title="SirRandoo&apos;s Purchase List" /> <!-- Twitter Cards --> <meta name="twitter:title" content="SirRandoo's Purchase List"> <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="/itemlist/"> <meta name="twitter:image:alt" content="SirRandoo's Purchase List"> </head>
<body>

<header class="site-header"> <!-- Logo and title --> <div class="branding"> <a class="site-title" aria-label="SirRandoo's Purchase List" href="/itemlist/"> SirRandoo's Purchase List </a> </div> <!-- Toggle menu --> <nav class="clear"> <a aria-label="pull" id="pull" class="toggle" href="#"> <i class="fas fa-bars fa-lg"></i> </a> <!-- Menu --> <ul class="hide"> <li class="separator"> | </li> <li> <a class="clear" aria-label="Commands" title="Commands" href="/itemlist/commands"> <span class="navbar-label ">Commands</span> </a> </li> <li class="separator"> | </li> <li> <a class="clear" aria-label="Store" title="Store" href="/itemlist/"> <span class="navbar-label ">Store</span> </a> </li> <li class="separator"> | </li> <li> <a class="clear" aria-label="Info" title="Info" href="/itemlist/info"> <span class="navbar-label ">Info</span> </a> </li> <li class="separator"> | </li> <li> <a class="clear" aria-label="Mod List" title="Mod List" href="/itemlist/modlist"> <span class="navbar-label ">Mod List</span> </a> </li> </ul> </nav> </header>
<div class="content">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>

</div>

<footer class="site-footer"> <p class="text"> Powered by <a href='https://jekyllrb.com/'>Jekyll</a> with <a href='https://github.com/sylhare/Type-on-Strap'>Type on Strap</a></p> <div class="footer-icons"> <ul> <!-- Social icons from Font Awesome, if enabled --> </ul> </div> </footer>
</body>
</html>
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 SirRandoo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Item List

Please refer to the [documentation](https://sirrandoo.github.io/toolkit-utils/itemlist)
for instructions on how to set up your item list.
15 changes: 15 additions & 0 deletions assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM sylhare/jekyll:latest
LABEL maintainer="sylhare"
LABEL image="sylhare/type-on-strap"

# Create Type-on-strap Gemfile
RUN echo "source \"https://rubygems.org\"" >> Gemfile
RUN echo "gem 'type-on-strap', '>= 2.4.9', '< 3.0'" >> Gemfile
RUN echo "Adding the Gemfile" >> cat Gemfile

# Install the theme
RUN bundle install

# Make it accessible from outside
EXPOSE 4000

12 changes: 12 additions & 0 deletions assets/css/bootstrap-iso.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
To create an isolated version of Bootstrap
Use Gulp (npm install) in order to compile it:
gulp isolate-bootstrap-css
*/

.bootstrap-iso {
@import (less) 'vendor/bootstrap.css';
/*@import (less) 'vendor/bootstrap-theme.css'; //optional */
}
116 changes: 116 additions & 0 deletions assets/css/core.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
.tab {
overflow: hidden;
border: 1px solid #cccccc;
background-color: #f1f1f1;
}

.tab button {
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
padding: 12px 12px;
transition: 0.3s;
font-size: 0.75em;
}

.tab button:hover {
background-color: #cccccc;
}

.tabContent {
display: none;
animation: fadeEffect 320ms;
border-top: none;
}

@keyframes fadeEffect {
from {
opacity: 0;
}

to {
opacity: 1;
}
}

.search {
width: 100%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #dddddd;
margin-bottom: 12px;
}

table {
display: table;
}

th {
font-size: 0.9em;
}

th.priceWithData {
width: 20%;
}
th.karmaType {
width: 20%;
}
th.price {
width: 15%;
}
th.author {
width: 30%;
}
th.version {
width: 20%;
}
td.description {
font-size: 0.8em;
}
span.eventRedirect {
cursor: pointer;
text-decoration: underline;
color:#22527b;;
}
span.metadata {
font-size: 0.8em;
padding: 0px;
font-style: italic;
color: #5a5454;
}

@media screen and (max-width: break) {
th.priceWithData {
font-size: 0.9em;
}
th.price {
font-size: 0.9em;
}
td.description {
font-size: 0.8em;
}
span.metadata {
font-size: 0.8em;
padding: 0px;
font-style: italic;
color: #5a5454;
}
}

@media screen and (max-width: sm-break) {
th.priceWithData {
font-size: 0.85em;
}
th.price {
font-size: 0.85em;
}
td.description {
font-size: 0.8em;
}
span.metadata {
font-size: 0.85em;
font-style: italic;
color: #5a5454;
}
}
34 changes: 34 additions & 0 deletions assets/css/main.css

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions assets/css/main.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 694e9f6

Please sign in to comment.