Initial commit
This commit is contained in:
commit
4da31f0ccd
20 changed files with 2383 additions and 0 deletions
25
404.html
Normal file
25
404.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
permalink: /404.html
|
||||
layout: default
|
||||
---
|
||||
|
||||
<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>
|
34
Gemfile
Normal file
34
Gemfile
Normal file
|
@ -0,0 +1,34 @@
|
|||
source "https://rubygems.org"
|
||||
# Hello! This is where you manage which Jekyll version is used to run.
|
||||
# When you want to use a different version, change it below, save the
|
||||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
||||
#
|
||||
# bundle exec jekyll serve
|
||||
#
|
||||
# This will help ensure the proper Jekyll version is running.
|
||||
# Happy Jekylling!
|
||||
gem "jekyll", "~> 4.3.4"
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "minima", "~> 2.5"
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
# gem "github-pages", group: :jekyll_plugins
|
||||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.12"
|
||||
end
|
||||
|
||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
# and associated library.
|
||||
platforms :mingw, :x64_mingw, :mswin, :jruby do
|
||||
gem "tzinfo", ">= 1", "< 3"
|
||||
gem "tzinfo-data"
|
||||
end
|
||||
|
||||
# Performance-booster for watching directories on Windows
|
||||
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||
|
||||
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
|
||||
# do not have a Java counterpart.
|
||||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
|
||||
gem "jekyll-theme-console"
|
185
Gemfile.lock
Normal file
185
Gemfile.lock
Normal file
|
@ -0,0 +1,185 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
bigdecimal (3.1.8)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.3.4)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.17.0)
|
||||
ffi (1.17.0-aarch64-linux-gnu)
|
||||
ffi (1.17.0-aarch64-linux-musl)
|
||||
ffi (1.17.0-arm-linux-gnu)
|
||||
ffi (1.17.0-arm-linux-musl)
|
||||
ffi (1.17.0-arm64-darwin)
|
||||
ffi (1.17.0-x86-linux-gnu)
|
||||
ffi (1.17.0-x86-linux-musl)
|
||||
ffi (1.17.0-x86_64-darwin)
|
||||
ffi (1.17.0-x86_64-linux-gnu)
|
||||
ffi (1.17.0-x86_64-linux-musl)
|
||||
forwardable-extended (2.6.0)
|
||||
google-protobuf (4.29.2)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.29.2-aarch64-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.29.2-arm64-darwin)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.29.2-x86-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.29.2-x86_64-darwin)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.29.2-x86_64-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.3.4)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
i18n (~> 1.0)
|
||||
jekyll-sass-converter (>= 2.0, < 4.0)
|
||||
jekyll-watch (~> 2.0)
|
||||
kramdown (~> 2.3, >= 2.3.1)
|
||||
kramdown-parser-gfm (~> 1.0)
|
||||
liquid (~> 4.0)
|
||||
mercenary (>= 0.3.6, < 0.5)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 3.0, < 5.0)
|
||||
safe_yaml (~> 1.0)
|
||||
terminal-table (>= 1.8, < 4.0)
|
||||
webrick (~> 1.7)
|
||||
jekyll-feed (0.17.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-sass-converter (3.0.0)
|
||||
sass-embedded (~> 1.54)
|
||||
jekyll-seo-tag (2.8.0)
|
||||
jekyll (>= 3.8, < 5.0)
|
||||
jekyll-theme-console (0.4.0)
|
||||
jekyll (>= 3.5)
|
||||
jekyll-seo-tag
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (2.5.1)
|
||||
rexml (>= 3.3.9)
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
liquid (4.0.4)
|
||||
listen (3.9.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
mercenary (0.4.0)
|
||||
minima (2.5.2)
|
||||
jekyll (>= 3.5, < 5.0)
|
||||
jekyll-feed (~> 0.9)
|
||||
jekyll-seo-tag (~> 2.1)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (6.0.1)
|
||||
rake (13.2.1)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.11.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.4.0)
|
||||
rouge (4.5.1)
|
||||
safe_yaml (1.0.5)
|
||||
sass-embedded (1.83.0)
|
||||
google-protobuf (~> 4.28)
|
||||
rake (>= 13)
|
||||
sass-embedded (1.83.0-aarch64-linux-android)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-aarch64-linux-gnu)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-aarch64-linux-musl)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-aarch64-mingw-ucrt)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-arm-linux-androideabi)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-arm-linux-gnueabihf)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-arm-linux-musleabihf)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-arm64-darwin)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-riscv64-linux-android)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-riscv64-linux-gnu)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-riscv64-linux-musl)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86-cygwin)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86-linux-android)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86-linux-gnu)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86-linux-musl)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86-mingw-ucrt)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86_64-cygwin)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86_64-darwin)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86_64-linux-android)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86_64-linux-gnu)
|
||||
google-protobuf (~> 4.28)
|
||||
sass-embedded (1.83.0-x86_64-linux-musl)
|
||||
google-protobuf (~> 4.28)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
unicode-display_width (2.6.0)
|
||||
webrick (1.9.1)
|
||||
|
||||
PLATFORMS
|
||||
aarch64-linux-android
|
||||
aarch64-linux-gnu
|
||||
aarch64-linux-musl
|
||||
aarch64-mingw-ucrt
|
||||
arm-linux-androideabi
|
||||
arm-linux-gnu
|
||||
arm-linux-gnueabihf
|
||||
arm-linux-musl
|
||||
arm-linux-musleabihf
|
||||
arm64-darwin
|
||||
riscv64-linux-android
|
||||
riscv64-linux-gnu
|
||||
riscv64-linux-musl
|
||||
ruby
|
||||
x86-cygwin
|
||||
x86-linux
|
||||
x86-linux-android
|
||||
x86-linux-gnu
|
||||
x86-linux-musl
|
||||
x86-mingw-ucrt
|
||||
x86_64-cygwin
|
||||
x86_64-darwin
|
||||
x86_64-linux
|
||||
x86_64-linux-android
|
||||
x86_64-linux-gnu
|
||||
x86_64-linux-musl
|
||||
|
||||
DEPENDENCIES
|
||||
http_parser.rb (~> 0.6.0)
|
||||
jekyll (~> 4.3.4)
|
||||
jekyll-feed (~> 0.12)
|
||||
jekyll-theme-console
|
||||
minima (~> 2.5)
|
||||
tzinfo (>= 1, < 3)
|
||||
tzinfo-data
|
||||
wdm (~> 0.1)
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.1
|
59
_config.yml
Normal file
59
_config.yml
Normal file
|
@ -0,0 +1,59 @@
|
|||
# Welcome to Jekyll!
|
||||
#
|
||||
# This config file is meant for settings that affect your whole blog, values
|
||||
# which you are expected to set up once and rarely edit after that. If you find
|
||||
# yourself editing this file very often, consider using Jekyll's data files
|
||||
# feature for the data you need to update frequently.
|
||||
#
|
||||
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
||||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
||||
#
|
||||
# If you need help with YAML syntax, here are some quick references for you:
|
||||
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
||||
# https://learnxinyminutes.com/docs/yaml/
|
||||
#
|
||||
# Site settings
|
||||
# These are used to personalize your new site. If you look in the HTML files,
|
||||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
||||
# You can create any custom variable you would like, and they will be accessible
|
||||
# in the templates via {{ site.myvariable }}.
|
||||
|
||||
title: pauljako's Blog
|
||||
email: paulifey18@proton.me
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
My own Blog
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
footer: '<a href="https://gitlab.com/pauljako">/gitlab/</a> <a href="https://github.com/pauljako">/github/</a> <a href="https://www.reddit.com/user/7pauljako7">/reddit/</a>'
|
||||
|
||||
|
||||
listen_for_clients_preferred_style: true
|
||||
|
||||
# Build settings
|
||||
theme: "jekyll-theme-console"
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
||||
header_pages:
|
||||
- index.markdown
|
||||
- about.markdown
|
||||
|
||||
# Exclude from processing.
|
||||
# The following items will not be processed, by default.
|
||||
# Any item listed under the `exclude:` key here will be automatically added to
|
||||
# the internal "default list".
|
||||
#
|
||||
# Excluded items can be processed by explicitly listing the directories or
|
||||
# their entries' file path in the `include:` list.
|
||||
#
|
||||
# exclude:
|
||||
# - .sass-cache/
|
||||
# - .jekyll-cache/
|
||||
# - gemfiles/
|
||||
# - Gemfile
|
||||
# - Gemfile.lock
|
||||
# - node_modules/
|
||||
# - vendor/bundle/
|
||||
# - vendor/cache/
|
||||
# - vendor/gems/
|
||||
# - vendor/ruby/
|
10
_posts/2024-12-21-welcome-to-my-blog.markdown
Normal file
10
_posts/2024-12-21-welcome-to-my-blog.markdown
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Welcome to my Blog!"
|
||||
date: 2024-12-21 07:59:20 +0100
|
||||
categories: general
|
||||
---
|
||||
Hello All,
|
||||
This is my new Blog. I don't know how long I will do this, but I hope You can Stay Updated for now.
|
||||
I have some big projects upcoming so stay tuned!
|
||||
That's all for now. I wish you Merry Christmas and I hope, that we will see us soon
|
58
_site/404.html
Normal file
58
_site/404.html
Normal file
|
@ -0,0 +1,58 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; style-src 'self' https://fonts.googleapis.com; img-src 'self'; font-src 'self' https://fonts.gstatic.com; connect-src 'self'; media-src 'self'; object-src 'self'; child-src 'self'; form-action 'none'; base-uri 'self'" />
|
||||
<meta http-equiv="X-XSS-Protection" content="1;mode=block" always>
|
||||
<meta http-equiv="Referrer-Policy" content="no-referrer, strict-origin-when-cross-origin"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title></title><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="pauljako’s Blog" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." />
|
||||
<meta property="og:description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." />
|
||||
<link rel="canonical" href="http://0.0.0.0:4000/404.html" />
|
||||
<meta property="og:url" content="http://0.0.0.0:4000/404.html" />
|
||||
<meta property="og:site_name" content="pauljako’s Blog" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="pauljako’s Blog" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","description":"Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.","headline":"pauljako’s Blog","url":"http://0.0.0.0:4000/404.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" type="text/css" href="/assets/main.css"></head>
|
||||
<body>
|
||||
<div class="container"><header>
|
||||
<div class="menu">
|
||||
<ul><li><a href="/">Home</a></li><li><a href="/about/">About</a></li></ul>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<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>
|
||||
|
||||
</main><footer>
|
||||
<a href="https://gitlab.com/pauljako">/gitlab/</a> <a href="https://github.com/pauljako">/github/</a> <a href="https://www.reddit.com/user/7pauljako7">/reddit/</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
49
_site/about/index.html
Normal file
49
_site/about/index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; style-src 'self' https://fonts.googleapis.com; img-src 'self'; font-src 'self' https://fonts.gstatic.com; connect-src 'self'; media-src 'self'; object-src 'self'; child-src 'self'; form-action 'none'; base-uri 'self'" />
|
||||
<meta http-equiv="X-XSS-Protection" content="1;mode=block" always>
|
||||
<meta http-equiv="Referrer-Policy" content="no-referrer, strict-origin-when-cross-origin"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title>About</title><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="About" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." />
|
||||
<meta property="og:description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." />
|
||||
<link rel="canonical" href="http://0.0.0.0:4000/about/" />
|
||||
<meta property="og:url" content="http://0.0.0.0:4000/about/" />
|
||||
<meta property="og:site_name" content="pauljako’s Blog" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="About" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebSite","description":"Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.","headline":"About","name":"pauljako’s Blog","url":"http://0.0.0.0:4000/about/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" type="text/css" href="/assets/main.css"></head>
|
||||
<body>
|
||||
<div class="container"><header>
|
||||
<div class="menu">
|
||||
<ul><li><a href="/">Home</a></li><li><a href="/about/">About</a></li></ul>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p>
|
||||
|
||||
<p>You can find the source code for Minima at GitHub:
|
||||
<a href="https://github.com/jekyll">jekyll</a> /
|
||||
<a href="https://github.com/jekyll/minima">minima</a></p>
|
||||
|
||||
<p>You can find the source code for Jekyll at GitHub:
|
||||
<a href="https://github.com/jekyll">jekyll</a> /
|
||||
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>
|
||||
|
||||
|
||||
|
||||
</main><footer>
|
||||
<a href="https://gitlab.com/pauljako">/gitlab/</a> <a href="https://github.com/pauljako">/github/</a> <a href="https://www.reddit.com/user/7pauljako7">/reddit/</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
453
_site/assets/main-dark.css
Normal file
453
_site/assets/main-dark.css
Normal file
|
@ -0,0 +1,453 @@
|
|||
/**
|
||||
* Dark theme variables
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700");
|
||||
:root {
|
||||
--base-color: #DBDBDB;
|
||||
--border: dashed 1px rgba(219, 219, 219, 0.9);
|
||||
--selection-background: rgba(219, 219, 219, 0.99);
|
||||
--selection-text: #000;
|
||||
--background-color: #000;
|
||||
--text-color: var(--base-color);
|
||||
--placeholder-color: var(--base-color);
|
||||
--link-color: var(--base-color);
|
||||
--code-color-1: #aaaaaa;
|
||||
--code-color-2: #ffffcc;
|
||||
--code-color-3: #F00000;
|
||||
--code-color-4: #F0A0A0;
|
||||
--code-color-5: #b38aff;
|
||||
--code-color-6: #5ba711;
|
||||
--code-color-7: #e4e477;
|
||||
--code-color-8: #000080;
|
||||
--code-color-9: #05ca05;
|
||||
--code-color-10: #888888;
|
||||
--code-color-11: #555555;
|
||||
--code-color-12: #800080;
|
||||
--code-color-13: #00d4d4;
|
||||
--code-color-14: #00c1c1;
|
||||
--code-color-15: #ed9d13;
|
||||
--code-color-16: #1e90ff;
|
||||
--code-color-17: #800000;
|
||||
--code-color-18: #bbbbbb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Style variables
|
||||
*/
|
||||
/**
|
||||
* Global
|
||||
*/
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 12.5px;
|
||||
color: var(--text-color);
|
||||
text-align: left;
|
||||
line-height: 1.5 !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 12.5px;
|
||||
margin: 0px;
|
||||
margin-top: 22px;
|
||||
font-weight: bold;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
p, ul, ol {
|
||||
margin: 0px;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 500px) {
|
||||
* {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Layout
|
||||
*/
|
||||
.container {
|
||||
width: 90%;
|
||||
max-width: 600px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: var(--text-color);
|
||||
border-top: var(--border);
|
||||
margin: 20px auto 15px;
|
||||
padding-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
header {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
header p {
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Highlight/Markup
|
||||
*/
|
||||
::selection {
|
||||
background: var(--selection-background);
|
||||
color: var(--selection-text);
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: var(--selection-background);
|
||||
color: var(--selection-text);
|
||||
}
|
||||
|
||||
/**
|
||||
* Lists
|
||||
*/
|
||||
:not(.menu) > ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
:not(.menu) > ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
:not(.menu) > ul > li:before {
|
||||
content: "-";
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Header/Navigation
|
||||
*/
|
||||
.menu {
|
||||
border-top: var(--border);
|
||||
border-bottom: var(--border);
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.menu ul {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
padding-left: 0px;
|
||||
list-style-type: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.menu ul li {
|
||||
display: inline;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.menu ul li a {
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.menu ul li a:hover {
|
||||
text-decoration: none;
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
/**
|
||||
* Form
|
||||
*/
|
||||
input, select, textarea {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
-webkit-border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input[type=text], select, textarea {
|
||||
width: 100%;
|
||||
resize: none;
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-color);
|
||||
caret-color: var(--text-color);
|
||||
font-size: 12.5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
input, select, textarea, textarea::-webkit-input-placeholder {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: var(--placeholder-color);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: var(--placeholder-color);
|
||||
}
|
||||
|
||||
::-ms-input-placeholder {
|
||||
color: var(--placeholder-color);
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
font-size: 12.5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
line-height: 1.5;
|
||||
cursor: pointer;
|
||||
color: var(--link-color);
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
input[type=submit]:hover {
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/**
|
||||
* Code and syntax highlighting
|
||||
*/
|
||||
.lineno {
|
||||
color: var(--code-color-1);
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
figure.highlight {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: var(--background-color);
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
font-size: 12.5px;
|
||||
color: var(--text-color);
|
||||
line-height: 1.7 !important;
|
||||
font-family: "Source Code Pro", monospace !important;
|
||||
}
|
||||
|
||||
.highlight .hll {
|
||||
background-color: var(--code-color-2);
|
||||
}
|
||||
|
||||
.highlight .c {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment */
|
||||
.highlight .err {
|
||||
color: var(--code-color-3);
|
||||
background-color: var(--code-color-4);
|
||||
} /* Error */
|
||||
.highlight .k {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword */
|
||||
.highlight .cm {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment.Multiline */
|
||||
.highlight .cp {
|
||||
color: var(--code-color-6);
|
||||
} /* Comment.Preproc */
|
||||
.highlight .c1 {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment.Single */
|
||||
.highlight .cs {
|
||||
color: var(--code-color-5);
|
||||
font-style: italic;
|
||||
} /* Comment.Special */
|
||||
.highlight .gd {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Deleted */
|
||||
.highlight .ge {
|
||||
font-style: italic;
|
||||
} /* Generic.Emph */
|
||||
.highlight .gr {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Error */
|
||||
.highlight .gh {
|
||||
color: var(--code-color-8);
|
||||
font-weight: bold;
|
||||
} /* Generic.Heading */
|
||||
.highlight .gi {
|
||||
color: var(--code-color-9);
|
||||
} /* Generic.Inserted */
|
||||
.highlight .go {
|
||||
color: var(--code-color-10);
|
||||
} /* Generic.Output */
|
||||
.highlight .gp {
|
||||
color: var(--code-color-11);
|
||||
} /* Generic.Prompt */
|
||||
.highlight .gs {
|
||||
font-weight: bold;
|
||||
} /* Generic.Strong */
|
||||
.highlight .gu {
|
||||
color: var(--code-color-12);
|
||||
font-weight: bold;
|
||||
} /* Generic.Subheading */
|
||||
.highlight .gt {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Traceback */
|
||||
.highlight .kc {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Constant */
|
||||
.highlight .kd {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Declaration */
|
||||
.highlight .kn {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Namespace */
|
||||
.highlight .kp {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Pseudo */
|
||||
.highlight .kr {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Reserved */
|
||||
.highlight .kt {
|
||||
color: var(--code-color-13);
|
||||
} /* Keyword.Type */
|
||||
.highlight .m {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number */
|
||||
.highlight .s {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String */
|
||||
.highlight .na {
|
||||
color: var(--code-color-16);
|
||||
} /* Name.Attribute */
|
||||
.highlight .nb {
|
||||
color: var(--code-color-13);
|
||||
} /* Name.Builtin */
|
||||
.highlight .nc {
|
||||
color: var(--code-color-9);
|
||||
text-decoration: underline;
|
||||
} /* Name.Class */
|
||||
.highlight .no {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Constant */
|
||||
.highlight .nd {
|
||||
color: var(--code-color-10);
|
||||
} /* Name.Decorator */
|
||||
.highlight .ni {
|
||||
color: var(--code-color-17);
|
||||
font-weight: bold;
|
||||
} /* Name.Entity */
|
||||
.highlight .nf {
|
||||
color: var(--code-color-9);
|
||||
} /* Name.Function */
|
||||
.highlight .nn {
|
||||
color: var(--code-color-13);
|
||||
text-decoration: underline;
|
||||
} /* Name.Namespace */
|
||||
.highlight .nt {
|
||||
color: var(--code-color-16);
|
||||
font-weight: bold;
|
||||
} /* Name.Tag */
|
||||
.highlight .nv {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable */
|
||||
.highlight .ow {
|
||||
color: var(--code-color-5);
|
||||
} /* Operator.Word */
|
||||
.highlight .w {
|
||||
color: var(--code-color-18);
|
||||
} /* Text.Whitespace */
|
||||
.highlight .mf {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Float */
|
||||
.highlight .mh {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Hex */
|
||||
.highlight .mi {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Integer */
|
||||
.highlight .mo {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Oct */
|
||||
.highlight .sb {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Backtick */
|
||||
.highlight .sc {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Char */
|
||||
.highlight .sd {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Doc */
|
||||
.highlight .s2 {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Double */
|
||||
.highlight .se {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Escape */
|
||||
.highlight .sh {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Heredoc */
|
||||
.highlight .si {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Interpol */
|
||||
.highlight .sx {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Other */
|
||||
.highlight .sr {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.String.Regex */
|
||||
.highlight .s1 {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Single */
|
||||
.highlight .ss {
|
||||
color: var(--code-color-5);
|
||||
} /* Literal.String.Symbol */
|
||||
.highlight .bp {
|
||||
color: var(--code-color-13);
|
||||
} /* Name.Builtin.Pseudo */
|
||||
.highlight .vc {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Class */
|
||||
.highlight .vg {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Global */
|
||||
.highlight .vi {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Instance */
|
||||
.highlight .il {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Integer.Long */
|
||||
|
||||
/*# sourceMappingURL=main-dark.css.map */
|
1
_site/assets/main-dark.css.map
Normal file
1
_site/assets/main-dark.css.map
Normal file
File diff suppressed because one or more lines are too long
453
_site/assets/main-hacker.css
Normal file
453
_site/assets/main-hacker.css
Normal file
|
@ -0,0 +1,453 @@
|
|||
/**
|
||||
* Hacker theme variables
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700");
|
||||
:root {
|
||||
--base-color: #00ff00;
|
||||
--border: dashed 1px rgba(0, 255, 0, 0.9);
|
||||
--selection-background: rgba(0, 255, 0, 0.99);
|
||||
--selection-text: #000;
|
||||
--background-color: #000;
|
||||
--text-color: var(--base-color);
|
||||
--placeholder-color: var(--base-color);
|
||||
--link-color: var(--base-color);
|
||||
--code-color-1: #aaaaaa;
|
||||
--code-color-2: #ffffcc;
|
||||
--code-color-3: #F00000;
|
||||
--code-color-4: #F0A0A0;
|
||||
--code-color-5: #b38aff;
|
||||
--code-color-6: #5ba711;
|
||||
--code-color-7: #e4e477;
|
||||
--code-color-8: #000080;
|
||||
--code-color-9: #05ca05;
|
||||
--code-color-10: #888888;
|
||||
--code-color-11: #555555;
|
||||
--code-color-12: #800080;
|
||||
--code-color-13: #00d4d4;
|
||||
--code-color-14: #00c1c1;
|
||||
--code-color-15: #ed9d13;
|
||||
--code-color-16: #1e90ff;
|
||||
--code-color-17: #800000;
|
||||
--code-color-18: #bbbbbb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Style variables
|
||||
*/
|
||||
/**
|
||||
* Global
|
||||
*/
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 12.5px;
|
||||
color: var(--text-color);
|
||||
text-align: left;
|
||||
line-height: 1.5 !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 12.5px;
|
||||
margin: 0px;
|
||||
margin-top: 22px;
|
||||
font-weight: bold;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
p, ul, ol {
|
||||
margin: 0px;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 500px) {
|
||||
* {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Layout
|
||||
*/
|
||||
.container {
|
||||
width: 90%;
|
||||
max-width: 600px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: var(--text-color);
|
||||
border-top: var(--border);
|
||||
margin: 20px auto 15px;
|
||||
padding-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
header {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
header p {
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Highlight/Markup
|
||||
*/
|
||||
::selection {
|
||||
background: var(--selection-background);
|
||||
color: var(--selection-text);
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: var(--selection-background);
|
||||
color: var(--selection-text);
|
||||
}
|
||||
|
||||
/**
|
||||
* Lists
|
||||
*/
|
||||
:not(.menu) > ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
:not(.menu) > ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
:not(.menu) > ul > li:before {
|
||||
content: "-";
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Header/Navigation
|
||||
*/
|
||||
.menu {
|
||||
border-top: var(--border);
|
||||
border-bottom: var(--border);
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.menu ul {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
padding-left: 0px;
|
||||
list-style-type: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.menu ul li {
|
||||
display: inline;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.menu ul li a {
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.menu ul li a:hover {
|
||||
text-decoration: none;
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
/**
|
||||
* Form
|
||||
*/
|
||||
input, select, textarea {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
-webkit-border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input[type=text], select, textarea {
|
||||
width: 100%;
|
||||
resize: none;
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-color);
|
||||
caret-color: var(--text-color);
|
||||
font-size: 12.5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
input, select, textarea, textarea::-webkit-input-placeholder {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: var(--placeholder-color);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: var(--placeholder-color);
|
||||
}
|
||||
|
||||
::-ms-input-placeholder {
|
||||
color: var(--placeholder-color);
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
font-size: 12.5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
line-height: 1.5;
|
||||
cursor: pointer;
|
||||
color: var(--link-color);
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
input[type=submit]:hover {
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/**
|
||||
* Code and syntax highlighting
|
||||
*/
|
||||
.lineno {
|
||||
color: var(--code-color-1);
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
figure.highlight {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: var(--background-color);
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
font-size: 12.5px;
|
||||
color: var(--text-color);
|
||||
line-height: 1.7 !important;
|
||||
font-family: "Source Code Pro", monospace !important;
|
||||
}
|
||||
|
||||
.highlight .hll {
|
||||
background-color: var(--code-color-2);
|
||||
}
|
||||
|
||||
.highlight .c {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment */
|
||||
.highlight .err {
|
||||
color: var(--code-color-3);
|
||||
background-color: var(--code-color-4);
|
||||
} /* Error */
|
||||
.highlight .k {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword */
|
||||
.highlight .cm {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment.Multiline */
|
||||
.highlight .cp {
|
||||
color: var(--code-color-6);
|
||||
} /* Comment.Preproc */
|
||||
.highlight .c1 {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment.Single */
|
||||
.highlight .cs {
|
||||
color: var(--code-color-5);
|
||||
font-style: italic;
|
||||
} /* Comment.Special */
|
||||
.highlight .gd {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Deleted */
|
||||
.highlight .ge {
|
||||
font-style: italic;
|
||||
} /* Generic.Emph */
|
||||
.highlight .gr {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Error */
|
||||
.highlight .gh {
|
||||
color: var(--code-color-8);
|
||||
font-weight: bold;
|
||||
} /* Generic.Heading */
|
||||
.highlight .gi {
|
||||
color: var(--code-color-9);
|
||||
} /* Generic.Inserted */
|
||||
.highlight .go {
|
||||
color: var(--code-color-10);
|
||||
} /* Generic.Output */
|
||||
.highlight .gp {
|
||||
color: var(--code-color-11);
|
||||
} /* Generic.Prompt */
|
||||
.highlight .gs {
|
||||
font-weight: bold;
|
||||
} /* Generic.Strong */
|
||||
.highlight .gu {
|
||||
color: var(--code-color-12);
|
||||
font-weight: bold;
|
||||
} /* Generic.Subheading */
|
||||
.highlight .gt {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Traceback */
|
||||
.highlight .kc {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Constant */
|
||||
.highlight .kd {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Declaration */
|
||||
.highlight .kn {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Namespace */
|
||||
.highlight .kp {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Pseudo */
|
||||
.highlight .kr {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Reserved */
|
||||
.highlight .kt {
|
||||
color: var(--code-color-13);
|
||||
} /* Keyword.Type */
|
||||
.highlight .m {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number */
|
||||
.highlight .s {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String */
|
||||
.highlight .na {
|
||||
color: var(--code-color-16);
|
||||
} /* Name.Attribute */
|
||||
.highlight .nb {
|
||||
color: var(--code-color-13);
|
||||
} /* Name.Builtin */
|
||||
.highlight .nc {
|
||||
color: var(--code-color-9);
|
||||
text-decoration: underline;
|
||||
} /* Name.Class */
|
||||
.highlight .no {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Constant */
|
||||
.highlight .nd {
|
||||
color: var(--code-color-10);
|
||||
} /* Name.Decorator */
|
||||
.highlight .ni {
|
||||
color: var(--code-color-17);
|
||||
font-weight: bold;
|
||||
} /* Name.Entity */
|
||||
.highlight .nf {
|
||||
color: var(--code-color-9);
|
||||
} /* Name.Function */
|
||||
.highlight .nn {
|
||||
color: var(--code-color-13);
|
||||
text-decoration: underline;
|
||||
} /* Name.Namespace */
|
||||
.highlight .nt {
|
||||
color: var(--code-color-16);
|
||||
font-weight: bold;
|
||||
} /* Name.Tag */
|
||||
.highlight .nv {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable */
|
||||
.highlight .ow {
|
||||
color: var(--code-color-5);
|
||||
} /* Operator.Word */
|
||||
.highlight .w {
|
||||
color: var(--code-color-18);
|
||||
} /* Text.Whitespace */
|
||||
.highlight .mf {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Float */
|
||||
.highlight .mh {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Hex */
|
||||
.highlight .mi {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Integer */
|
||||
.highlight .mo {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Oct */
|
||||
.highlight .sb {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Backtick */
|
||||
.highlight .sc {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Char */
|
||||
.highlight .sd {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Doc */
|
||||
.highlight .s2 {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Double */
|
||||
.highlight .se {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Escape */
|
||||
.highlight .sh {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Heredoc */
|
||||
.highlight .si {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Interpol */
|
||||
.highlight .sx {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Other */
|
||||
.highlight .sr {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.String.Regex */
|
||||
.highlight .s1 {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Single */
|
||||
.highlight .ss {
|
||||
color: var(--code-color-5);
|
||||
} /* Literal.String.Symbol */
|
||||
.highlight .bp {
|
||||
color: var(--code-color-13);
|
||||
} /* Name.Builtin.Pseudo */
|
||||
.highlight .vc {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Class */
|
||||
.highlight .vg {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Global */
|
||||
.highlight .vi {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Instance */
|
||||
.highlight .il {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Integer.Long */
|
||||
|
||||
/*# sourceMappingURL=main-hacker.css.map */
|
1
_site/assets/main-hacker.css.map
Normal file
1
_site/assets/main-hacker.css.map
Normal file
File diff suppressed because one or more lines are too long
453
_site/assets/main-light.css
Normal file
453
_site/assets/main-light.css
Normal file
|
@ -0,0 +1,453 @@
|
|||
/**
|
||||
* Light theme variables
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700");
|
||||
:root {
|
||||
--base-color: #000;
|
||||
--border: dashed 1px rgba(0, 0, 0, 1);
|
||||
--selection-background: rgba(0, 0, 0, 0.99);
|
||||
--selection-text: #FFF;
|
||||
--background-color: #FFF;
|
||||
--text-color: var(--base-color);
|
||||
--placeholder-color: var(--base-color);
|
||||
--link-color: var(--base-color);
|
||||
--code-color-1: #aaaaaa;
|
||||
--code-color-2: #ffffcc;
|
||||
--code-color-3: #F00000;
|
||||
--code-color-4: #F0A0A0;
|
||||
--code-color-5: #0000aa;
|
||||
--code-color-6: #4c8317;
|
||||
--code-color-7: #aa0000;
|
||||
--code-color-8: #000080;
|
||||
--code-color-9: #00aa00;
|
||||
--code-color-10: #888888;
|
||||
--code-color-11: #555555;
|
||||
--code-color-12: #800080;
|
||||
--code-color-13: #00aaaa;
|
||||
--code-color-14: #009999;
|
||||
--code-color-15: #aa5500;
|
||||
--code-color-16: #1e90ff;
|
||||
--code-color-17: #800000;
|
||||
--code-color-18: #bbbbbb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Style variables
|
||||
*/
|
||||
/**
|
||||
* Global
|
||||
*/
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 12.5px;
|
||||
color: var(--text-color);
|
||||
text-align: left;
|
||||
line-height: 1.5 !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 12.5px;
|
||||
margin: 0px;
|
||||
margin-top: 22px;
|
||||
font-weight: bold;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
p, ul, ol {
|
||||
margin: 0px;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 500px) {
|
||||
* {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Layout
|
||||
*/
|
||||
.container {
|
||||
width: 90%;
|
||||
max-width: 600px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: var(--text-color);
|
||||
border-top: var(--border);
|
||||
margin: 20px auto 15px;
|
||||
padding-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
header {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
header p {
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Highlight/Markup
|
||||
*/
|
||||
::selection {
|
||||
background: var(--selection-background);
|
||||
color: var(--selection-text);
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: var(--selection-background);
|
||||
color: var(--selection-text);
|
||||
}
|
||||
|
||||
/**
|
||||
* Lists
|
||||
*/
|
||||
:not(.menu) > ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
:not(.menu) > ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
:not(.menu) > ul > li:before {
|
||||
content: "-";
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Header/Navigation
|
||||
*/
|
||||
.menu {
|
||||
border-top: var(--border);
|
||||
border-bottom: var(--border);
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.menu ul {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
padding-left: 0px;
|
||||
list-style-type: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.menu ul li {
|
||||
display: inline;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.menu ul li a {
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.menu ul li a:hover {
|
||||
text-decoration: none;
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
/**
|
||||
* Form
|
||||
*/
|
||||
input, select, textarea {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
-webkit-border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input[type=text], select, textarea {
|
||||
width: 100%;
|
||||
resize: none;
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-color);
|
||||
caret-color: var(--text-color);
|
||||
font-size: 12.5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
input, select, textarea, textarea::-webkit-input-placeholder {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: var(--placeholder-color);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: var(--placeholder-color);
|
||||
}
|
||||
|
||||
::-ms-input-placeholder {
|
||||
color: var(--placeholder-color);
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
font-size: 12.5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
line-height: 1.5;
|
||||
cursor: pointer;
|
||||
color: var(--link-color);
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
input[type=submit]:hover {
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/**
|
||||
* Code and syntax highlighting
|
||||
*/
|
||||
.lineno {
|
||||
color: var(--code-color-1);
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
figure.highlight {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: var(--background-color);
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
font-size: 12.5px;
|
||||
color: var(--text-color);
|
||||
line-height: 1.7 !important;
|
||||
font-family: "Source Code Pro", monospace !important;
|
||||
}
|
||||
|
||||
.highlight .hll {
|
||||
background-color: var(--code-color-2);
|
||||
}
|
||||
|
||||
.highlight .c {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment */
|
||||
.highlight .err {
|
||||
color: var(--code-color-3);
|
||||
background-color: var(--code-color-4);
|
||||
} /* Error */
|
||||
.highlight .k {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword */
|
||||
.highlight .cm {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment.Multiline */
|
||||
.highlight .cp {
|
||||
color: var(--code-color-6);
|
||||
} /* Comment.Preproc */
|
||||
.highlight .c1 {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment.Single */
|
||||
.highlight .cs {
|
||||
color: var(--code-color-5);
|
||||
font-style: italic;
|
||||
} /* Comment.Special */
|
||||
.highlight .gd {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Deleted */
|
||||
.highlight .ge {
|
||||
font-style: italic;
|
||||
} /* Generic.Emph */
|
||||
.highlight .gr {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Error */
|
||||
.highlight .gh {
|
||||
color: var(--code-color-8);
|
||||
font-weight: bold;
|
||||
} /* Generic.Heading */
|
||||
.highlight .gi {
|
||||
color: var(--code-color-9);
|
||||
} /* Generic.Inserted */
|
||||
.highlight .go {
|
||||
color: var(--code-color-10);
|
||||
} /* Generic.Output */
|
||||
.highlight .gp {
|
||||
color: var(--code-color-11);
|
||||
} /* Generic.Prompt */
|
||||
.highlight .gs {
|
||||
font-weight: bold;
|
||||
} /* Generic.Strong */
|
||||
.highlight .gu {
|
||||
color: var(--code-color-12);
|
||||
font-weight: bold;
|
||||
} /* Generic.Subheading */
|
||||
.highlight .gt {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Traceback */
|
||||
.highlight .kc {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Constant */
|
||||
.highlight .kd {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Declaration */
|
||||
.highlight .kn {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Namespace */
|
||||
.highlight .kp {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Pseudo */
|
||||
.highlight .kr {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Reserved */
|
||||
.highlight .kt {
|
||||
color: var(--code-color-13);
|
||||
} /* Keyword.Type */
|
||||
.highlight .m {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number */
|
||||
.highlight .s {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String */
|
||||
.highlight .na {
|
||||
color: var(--code-color-16);
|
||||
} /* Name.Attribute */
|
||||
.highlight .nb {
|
||||
color: var(--code-color-13);
|
||||
} /* Name.Builtin */
|
||||
.highlight .nc {
|
||||
color: var(--code-color-9);
|
||||
text-decoration: underline;
|
||||
} /* Name.Class */
|
||||
.highlight .no {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Constant */
|
||||
.highlight .nd {
|
||||
color: var(--code-color-10);
|
||||
} /* Name.Decorator */
|
||||
.highlight .ni {
|
||||
color: var(--code-color-17);
|
||||
font-weight: bold;
|
||||
} /* Name.Entity */
|
||||
.highlight .nf {
|
||||
color: var(--code-color-9);
|
||||
} /* Name.Function */
|
||||
.highlight .nn {
|
||||
color: var(--code-color-13);
|
||||
text-decoration: underline;
|
||||
} /* Name.Namespace */
|
||||
.highlight .nt {
|
||||
color: var(--code-color-16);
|
||||
font-weight: bold;
|
||||
} /* Name.Tag */
|
||||
.highlight .nv {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable */
|
||||
.highlight .ow {
|
||||
color: var(--code-color-5);
|
||||
} /* Operator.Word */
|
||||
.highlight .w {
|
||||
color: var(--code-color-18);
|
||||
} /* Text.Whitespace */
|
||||
.highlight .mf {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Float */
|
||||
.highlight .mh {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Hex */
|
||||
.highlight .mi {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Integer */
|
||||
.highlight .mo {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Oct */
|
||||
.highlight .sb {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Backtick */
|
||||
.highlight .sc {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Char */
|
||||
.highlight .sd {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Doc */
|
||||
.highlight .s2 {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Double */
|
||||
.highlight .se {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Escape */
|
||||
.highlight .sh {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Heredoc */
|
||||
.highlight .si {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Interpol */
|
||||
.highlight .sx {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Other */
|
||||
.highlight .sr {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.String.Regex */
|
||||
.highlight .s1 {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Single */
|
||||
.highlight .ss {
|
||||
color: var(--code-color-5);
|
||||
} /* Literal.String.Symbol */
|
||||
.highlight .bp {
|
||||
color: var(--code-color-13);
|
||||
} /* Name.Builtin.Pseudo */
|
||||
.highlight .vc {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Class */
|
||||
.highlight .vg {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Global */
|
||||
.highlight .vi {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Instance */
|
||||
.highlight .il {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Integer.Long */
|
||||
|
||||
/*# sourceMappingURL=main-light.css.map */
|
1
_site/assets/main-light.css.map
Normal file
1
_site/assets/main-light.css.map
Normal file
File diff suppressed because one or more lines are too long
486
_site/assets/main.css
Normal file
486
_site/assets/main.css
Normal file
|
@ -0,0 +1,486 @@
|
|||
/**
|
||||
* Light theme variables
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700");
|
||||
:root {
|
||||
--base-color: #000;
|
||||
--border: dashed 1px rgba(0, 0, 0, 1);
|
||||
--selection-background: rgba(0, 0, 0, 0.99);
|
||||
--selection-text: #FFF;
|
||||
--background-color: #FFF;
|
||||
--text-color: var(--base-color);
|
||||
--placeholder-color: var(--base-color);
|
||||
--link-color: var(--base-color);
|
||||
--code-color-1: #aaaaaa;
|
||||
--code-color-2: #ffffcc;
|
||||
--code-color-3: #F00000;
|
||||
--code-color-4: #F0A0A0;
|
||||
--code-color-5: #0000aa;
|
||||
--code-color-6: #4c8317;
|
||||
--code-color-7: #aa0000;
|
||||
--code-color-8: #000080;
|
||||
--code-color-9: #00aa00;
|
||||
--code-color-10: #888888;
|
||||
--code-color-11: #555555;
|
||||
--code-color-12: #800080;
|
||||
--code-color-13: #00aaaa;
|
||||
--code-color-14: #009999;
|
||||
--code-color-15: #aa5500;
|
||||
--code-color-16: #1e90ff;
|
||||
--code-color-17: #800000;
|
||||
--code-color-18: #bbbbbb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Style variables
|
||||
*/
|
||||
/**
|
||||
* Global
|
||||
*/
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 12.5px;
|
||||
color: var(--text-color);
|
||||
text-align: left;
|
||||
line-height: 1.5 !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 12.5px;
|
||||
margin: 0px;
|
||||
margin-top: 22px;
|
||||
font-weight: bold;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
p, ul, ol {
|
||||
margin: 0px;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 500px) {
|
||||
* {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Layout
|
||||
*/
|
||||
.container {
|
||||
width: 90%;
|
||||
max-width: 600px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: var(--text-color);
|
||||
border-top: var(--border);
|
||||
margin: 20px auto 15px;
|
||||
padding-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
header {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
header p {
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Highlight/Markup
|
||||
*/
|
||||
::selection {
|
||||
background: var(--selection-background);
|
||||
color: var(--selection-text);
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: var(--selection-background);
|
||||
color: var(--selection-text);
|
||||
}
|
||||
|
||||
/**
|
||||
* Lists
|
||||
*/
|
||||
:not(.menu) > ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
:not(.menu) > ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
:not(.menu) > ul > li:before {
|
||||
content: "-";
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Header/Navigation
|
||||
*/
|
||||
.menu {
|
||||
border-top: var(--border);
|
||||
border-bottom: var(--border);
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.menu ul {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
padding-left: 0px;
|
||||
list-style-type: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.menu ul li {
|
||||
display: inline;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.menu ul li a {
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.menu ul li a:hover {
|
||||
text-decoration: none;
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
/**
|
||||
* Form
|
||||
*/
|
||||
input, select, textarea {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
-webkit-border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input[type=text], select, textarea {
|
||||
width: 100%;
|
||||
resize: none;
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-color);
|
||||
caret-color: var(--text-color);
|
||||
font-size: 12.5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
input, select, textarea, textarea::-webkit-input-placeholder {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: var(--placeholder-color);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: var(--placeholder-color);
|
||||
}
|
||||
|
||||
::-ms-input-placeholder {
|
||||
color: var(--placeholder-color);
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
font-size: 12.5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
line-height: 1.5;
|
||||
cursor: pointer;
|
||||
color: var(--link-color);
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
input[type=submit]:hover {
|
||||
color: var(--background-color);
|
||||
background-color: var(--base-color);
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/**
|
||||
* Code and syntax highlighting
|
||||
*/
|
||||
.lineno {
|
||||
color: var(--code-color-1);
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
figure.highlight {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: var(--background-color);
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
font-size: 12.5px;
|
||||
color: var(--text-color);
|
||||
line-height: 1.7 !important;
|
||||
font-family: "Source Code Pro", monospace !important;
|
||||
}
|
||||
|
||||
.highlight .hll {
|
||||
background-color: var(--code-color-2);
|
||||
}
|
||||
|
||||
.highlight .c {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment */
|
||||
.highlight .err {
|
||||
color: var(--code-color-3);
|
||||
background-color: var(--code-color-4);
|
||||
} /* Error */
|
||||
.highlight .k {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword */
|
||||
.highlight .cm {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment.Multiline */
|
||||
.highlight .cp {
|
||||
color: var(--code-color-6);
|
||||
} /* Comment.Preproc */
|
||||
.highlight .c1 {
|
||||
color: var(--code-color-1);
|
||||
font-style: italic;
|
||||
} /* Comment.Single */
|
||||
.highlight .cs {
|
||||
color: var(--code-color-5);
|
||||
font-style: italic;
|
||||
} /* Comment.Special */
|
||||
.highlight .gd {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Deleted */
|
||||
.highlight .ge {
|
||||
font-style: italic;
|
||||
} /* Generic.Emph */
|
||||
.highlight .gr {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Error */
|
||||
.highlight .gh {
|
||||
color: var(--code-color-8);
|
||||
font-weight: bold;
|
||||
} /* Generic.Heading */
|
||||
.highlight .gi {
|
||||
color: var(--code-color-9);
|
||||
} /* Generic.Inserted */
|
||||
.highlight .go {
|
||||
color: var(--code-color-10);
|
||||
} /* Generic.Output */
|
||||
.highlight .gp {
|
||||
color: var(--code-color-11);
|
||||
} /* Generic.Prompt */
|
||||
.highlight .gs {
|
||||
font-weight: bold;
|
||||
} /* Generic.Strong */
|
||||
.highlight .gu {
|
||||
color: var(--code-color-12);
|
||||
font-weight: bold;
|
||||
} /* Generic.Subheading */
|
||||
.highlight .gt {
|
||||
color: var(--code-color-7);
|
||||
} /* Generic.Traceback */
|
||||
.highlight .kc {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Constant */
|
||||
.highlight .kd {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Declaration */
|
||||
.highlight .kn {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Namespace */
|
||||
.highlight .kp {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Pseudo */
|
||||
.highlight .kr {
|
||||
color: var(--code-color-5);
|
||||
} /* Keyword.Reserved */
|
||||
.highlight .kt {
|
||||
color: var(--code-color-13);
|
||||
} /* Keyword.Type */
|
||||
.highlight .m {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number */
|
||||
.highlight .s {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String */
|
||||
.highlight .na {
|
||||
color: var(--code-color-16);
|
||||
} /* Name.Attribute */
|
||||
.highlight .nb {
|
||||
color: var(--code-color-13);
|
||||
} /* Name.Builtin */
|
||||
.highlight .nc {
|
||||
color: var(--code-color-9);
|
||||
text-decoration: underline;
|
||||
} /* Name.Class */
|
||||
.highlight .no {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Constant */
|
||||
.highlight .nd {
|
||||
color: var(--code-color-10);
|
||||
} /* Name.Decorator */
|
||||
.highlight .ni {
|
||||
color: var(--code-color-17);
|
||||
font-weight: bold;
|
||||
} /* Name.Entity */
|
||||
.highlight .nf {
|
||||
color: var(--code-color-9);
|
||||
} /* Name.Function */
|
||||
.highlight .nn {
|
||||
color: var(--code-color-13);
|
||||
text-decoration: underline;
|
||||
} /* Name.Namespace */
|
||||
.highlight .nt {
|
||||
color: var(--code-color-16);
|
||||
font-weight: bold;
|
||||
} /* Name.Tag */
|
||||
.highlight .nv {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable */
|
||||
.highlight .ow {
|
||||
color: var(--code-color-5);
|
||||
} /* Operator.Word */
|
||||
.highlight .w {
|
||||
color: var(--code-color-18);
|
||||
} /* Text.Whitespace */
|
||||
.highlight .mf {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Float */
|
||||
.highlight .mh {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Hex */
|
||||
.highlight .mi {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Integer */
|
||||
.highlight .mo {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Oct */
|
||||
.highlight .sb {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Backtick */
|
||||
.highlight .sc {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Char */
|
||||
.highlight .sd {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Doc */
|
||||
.highlight .s2 {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Double */
|
||||
.highlight .se {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Escape */
|
||||
.highlight .sh {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Heredoc */
|
||||
.highlight .si {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Interpol */
|
||||
.highlight .sx {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Other */
|
||||
.highlight .sr {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.String.Regex */
|
||||
.highlight .s1 {
|
||||
color: var(--code-color-15);
|
||||
} /* Literal.String.Single */
|
||||
.highlight .ss {
|
||||
color: var(--code-color-5);
|
||||
} /* Literal.String.Symbol */
|
||||
.highlight .bp {
|
||||
color: var(--code-color-13);
|
||||
} /* Name.Builtin.Pseudo */
|
||||
.highlight .vc {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Class */
|
||||
.highlight .vg {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Global */
|
||||
.highlight .vi {
|
||||
color: var(--code-color-7);
|
||||
} /* Name.Variable.Instance */
|
||||
.highlight .il {
|
||||
color: var(--code-color-14);
|
||||
} /* Literal.Number.Integer.Long */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
/**
|
||||
* Dark theme variables
|
||||
*/
|
||||
:root {
|
||||
--base-color: #DBDBDB;
|
||||
--border: dashed 1px rgba(219, 219, 219, 0.9);
|
||||
--selection-background: rgba(219, 219, 219, 0.99);
|
||||
--selection-text: #000;
|
||||
--background-color: #000;
|
||||
--text-color: var(--base-color);
|
||||
--placeholder-color: var(--base-color);
|
||||
--link-color: var(--base-color);
|
||||
--code-color-1: #aaaaaa;
|
||||
--code-color-2: #ffffcc;
|
||||
--code-color-3: #F00000;
|
||||
--code-color-4: #F0A0A0;
|
||||
--code-color-5: #b38aff;
|
||||
--code-color-6: #5ba711;
|
||||
--code-color-7: #e4e477;
|
||||
--code-color-8: #000080;
|
||||
--code-color-9: #05ca05;
|
||||
--code-color-10: #888888;
|
||||
--code-color-11: #555555;
|
||||
--code-color-12: #800080;
|
||||
--code-color-13: #00d4d4;
|
||||
--code-color-14: #00c1c1;
|
||||
--code-color-15: #ed9d13;
|
||||
--code-color-16: #1e90ff;
|
||||
--code-color-17: #800000;
|
||||
--code-color-18: #bbbbbb;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
1
_site/assets/main.css.map
Normal file
1
_site/assets/main.css.map
Normal file
File diff suppressed because one or more lines are too long
4
_site/feed.xml
Normal file
4
_site/feed.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://0.0.0.0:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4000/" rel="alternate" type="text/html" /><updated>2024-12-21T08:29:06+00:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">pauljako’s Blog</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">Welcome to my Blog!</title><link href="http://0.0.0.0:4000/general/2024/12/21/welcome-to-my-blog.html" rel="alternate" type="text/html" title="Welcome to my Blog!" /><published>2024-12-21T06:59:20+00:00</published><updated>2024-12-21T06:59:20+00:00</updated><id>http://0.0.0.0:4000/general/2024/12/21/welcome-to-my-blog</id><content type="html" xml:base="http://0.0.0.0:4000/general/2024/12/21/welcome-to-my-blog.html"><![CDATA[<p>Hello All,
|
||||
This is my new Blog. I don’t know how long I will do this, but I hope You can Stay Updated for now.
|
||||
I have some big projects upcoming so stay tuned!
|
||||
That’s all for now. I wish you Merry Christmas and I hope, that we will see us soon</p>]]></content><author><name></name></author><category term="general" /><summary type="html"><![CDATA[Hello All, This is my new Blog. I don’t know how long I will do this, but I hope You can Stay Updated for now. I have some big projects upcoming so stay tuned! That’s all for now. I wish you Merry Christmas and I hope, that we will see us soon]]></summary></entry></feed>
|
44
_site/general/2024/12/21/welcome-to-my-blog.html
Normal file
44
_site/general/2024/12/21/welcome-to-my-blog.html
Normal file
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; style-src 'self' https://fonts.googleapis.com; img-src 'self'; font-src 'self' https://fonts.gstatic.com; connect-src 'self'; media-src 'self'; object-src 'self'; child-src 'self'; form-action 'none'; base-uri 'self'" />
|
||||
<meta http-equiv="X-XSS-Protection" content="1;mode=block" always>
|
||||
<meta http-equiv="Referrer-Policy" content="no-referrer, strict-origin-when-cross-origin"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title>Welcome to my Blog!</title><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="Welcome to my Blog!" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Hello All, This is my new Blog. I don’t know how long I will do this, but I hope You can Stay Updated for now. I have some big projects upcoming so stay tuned! That’s all for now. I wish you Merry Christmas and I hope, that we will see us soon" />
|
||||
<meta property="og:description" content="Hello All, This is my new Blog. I don’t know how long I will do this, but I hope You can Stay Updated for now. I have some big projects upcoming so stay tuned! That’s all for now. I wish you Merry Christmas and I hope, that we will see us soon" />
|
||||
<link rel="canonical" href="http://0.0.0.0:4000/general/2024/12/21/welcome-to-my-blog.html" />
|
||||
<meta property="og:url" content="http://0.0.0.0:4000/general/2024/12/21/welcome-to-my-blog.html" />
|
||||
<meta property="og:site_name" content="pauljako’s Blog" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-12-21T06:59:20+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Welcome to my Blog!" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-12-21T06:59:20+00:00","datePublished":"2024-12-21T06:59:20+00:00","description":"Hello All, This is my new Blog. I don’t know how long I will do this, but I hope You can Stay Updated for now. I have some big projects upcoming so stay tuned! That’s all for now. I wish you Merry Christmas and I hope, that we will see us soon","headline":"Welcome to my Blog!","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/general/2024/12/21/welcome-to-my-blog.html"},"url":"http://0.0.0.0:4000/general/2024/12/21/welcome-to-my-blog.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" type="text/css" href="/assets/main.css"></head>
|
||||
<body>
|
||||
<div class="container"><header>
|
||||
<div class="menu">
|
||||
<ul><li><a href="/">Home</a></li><li><a href="/about/">About</a></li></ul>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<p>Hello All,
|
||||
This is my new Blog. I don’t know how long I will do this, but I hope You can Stay Updated for now.
|
||||
I have some big projects upcoming so stay tuned!
|
||||
That’s all for now. I wish you Merry Christmas and I hope, that we will see us soon</p>
|
||||
|
||||
|
||||
</main><footer>
|
||||
<a href="https://gitlab.com/pauljako">/gitlab/</a> <a href="https://github.com/pauljako">/github/</a> <a href="https://www.reddit.com/user/7pauljako7">/reddit/</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
41
_site/index.html
Normal file
41
_site/index.html
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; style-src 'self' https://fonts.googleapis.com; img-src 'self'; font-src 'self' https://fonts.gstatic.com; connect-src 'self'; media-src 'self'; object-src 'self'; child-src 'self'; form-action 'none'; base-uri 'self'" />
|
||||
<meta http-equiv="X-XSS-Protection" content="1;mode=block" always>
|
||||
<meta http-equiv="Referrer-Policy" content="no-referrer, strict-origin-when-cross-origin"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title>Home</title><!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<meta name="generator" content="Jekyll v4.3.4" />
|
||||
<meta property="og:title" content="Home" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." />
|
||||
<meta property="og:description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." />
|
||||
<link rel="canonical" href="http://0.0.0.0:4000/" />
|
||||
<meta property="og:url" content="http://0.0.0.0:4000/" />
|
||||
<meta property="og:site_name" content="pauljako’s Blog" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Home" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebSite","description":"Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.","headline":"Home","name":"pauljako’s Blog","url":"http://0.0.0.0:4000/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
<link rel="stylesheet" type="text/css" href="/assets/main.css"></head>
|
||||
<body>
|
||||
<div class="container"><header>
|
||||
<div class="menu">
|
||||
<ul><li><a href="/">Home</a></li><li><a href="/about/">About</a></li></ul>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
|
||||
<!-- add line break if there is any content --><ul><li>[ 2024-12-21 ] <a href="/general/2024/12/21/welcome-to-my-blog.html">Welcome to my Blog!</a>
|
||||
</li></ul>
|
||||
</main><footer>
|
||||
<a href="https://gitlab.com/pauljako">/gitlab/</a> <a href="https://github.com/pauljako">/github/</a> <a href="https://www.reddit.com/user/7pauljako7">/reddit/</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
18
about.markdown
Normal file
18
about.markdown
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: page
|
||||
title: About
|
||||
permalink: /about/
|
||||
---
|
||||
|
||||
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
|
||||
|
||||
You can find the source code for Minima at GitHub:
|
||||
[jekyll][jekyll-organization] /
|
||||
[minima](https://github.com/jekyll/minima)
|
||||
|
||||
You can find the source code for Jekyll at GitHub:
|
||||
[jekyll][jekyll-organization] /
|
||||
[jekyll](https://github.com/jekyll/jekyll)
|
||||
|
||||
|
||||
[jekyll-organization]: https://github.com/jekyll
|
7
index.markdown
Normal file
7
index.markdown
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# Feel free to add content and custom Front Matter to this file.
|
||||
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
||||
|
||||
title: Home
|
||||
layout: home
|
||||
---
|
Loading…
Add table
Reference in a new issue