Skip to content

Commit 8817509

Browse files
committed
Initial commit of new stuff
1 parent d7f87ff commit 8817509

11 files changed

+153
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
_site
22
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor

404.html

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
permalink: /404.html
3+
layout: page
4+
title: 404 - Page not found
5+
---
6+
7+
<style type="text/css" media="screen">
8+
.container {
9+
margin: 10px auto;
10+
max-width: 600px;
11+
text-align: center;
12+
}
13+
h1 {
14+
margin: 30px 0;
15+
font-size: 4em;
16+
line-height: 1;
17+
letter-spacing: -1px;
18+
}
19+
</style>
20+
21+
<div class="container">
22+
23+
<p><strong>The requested page could not be found.</strong></p>
24+
<p>Please check your URL, or adjust the quadrature modes and spectrum keying on your uplink.</p>
25+
<img src="/assets/img/logo-horiz.png" alt="logo" />
26+
27+
</div>

Gemfile

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
#gem "jekyll", "~> 4.2.2"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem "minima", "~> 2.5"
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
gem "github-pages", "~> 225", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
gem "jekyll-include-cache"
20+
end
21+
22+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23+
# and associated library.
24+
platforms :mingw, :x64_mingw, :mswin, :jruby do
25+
gem "tzinfo", "~> 1.2"
26+
gem "tzinfo-data"
27+
end
28+
29+
# Performance-booster for watching directories on Windows
30+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
31+
32+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
33+
# do not have a Java counterpart.
34+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

_config.yml

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: YOLODYNE Techsystems
22+
description: >- # this means to ignore newlines until "baseurl:"
23+
Engineering and manufacturing the finest Plücker embeddings in the entire Local Bubble
24+
baseurl: "" # the subpath of your site, e.g. /blog
25+
#url: "yolodyne.org" # the base hostname & protocol for your site, e.g. http://example.com
26+
27+
28+
logo: /assets/img/logo.png
29+
accent_image: /assets/img/sidebar.jpg
30+
accent_color: rgb(6,155,209)
31+
32+
33+
menu:
34+
#- title: Projects
35+
# url: /example/
36+
- title: About
37+
url: /about/
38+
39+
# Build settings
40+
#theme: minima
41+
remote_theme: hydecorp/[email protected]
42+
plugins:
43+
- jekyll-include-cache
44+
45+
# Exclude from processing.
46+
# The following items will not be processed, by default.
47+
# Any item listed under the `exclude:` key here will be automatically added to
48+
# the internal "default list".
49+
#
50+
# Excluded items can be processed by explicitly listing the directories or
51+
# their entries' file path in the `include:` list.
52+
#
53+
# exclude:
54+
# - .sass-cache/
55+
# - .jekyll-cache/
56+
# - gemfiles/
57+
# - Gemfile
58+
# - Gemfile.lock
59+
# - node_modules/
60+
# - vendor/bundle/
61+
# - vendor/cache/
62+
# - vendor/gems/
63+
# - vendor/ruby/

about.markdown

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: page
3+
title: About us
4+
permalink: /about/
5+
---
6+
7+
At YOLODYNE we are proud to call ourselves engineers of the finest Plücker embeddings in the Local Bubble, providing innovative solutions from our Riemannian HQ on the equatorial ridge of Iapetus.
8+
9+
Our designs are provided either directly from our in-house manufacturing facilities in Collinder 285, or delivered as fully integrated bespoke components in our client's systems at the production plants of their choosing.
10+
11+
Whether you're seeking an uncompromising non-degenerate bilinear form, or you are simply concerned with practical solutions that preserve the full Pauli-Lubanski spectrum, look no further than YOLODYNE Techsystems.
12+
13+
![logo](/assets/img/logo-horiz.png)

assets/img/logo-horiz.png

38.7 KB
Loading

assets/img/logo.png

110 KB
Loading

assets/img/sidebar-1.jpg

262 KB
Loading

assets/img/sidebar-2.jpg

318 KB
Loading

assets/img/sidebar.jpg

185 KB
Loading

index.markdown

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: page
3+
title: YOLODYNE Techsystems
4+
permalink: /
5+
---
6+
7+
Welcome to the homepage of YOLODYNE Techsystems.
8+
9+
Currently our facilities and design operations are in closed-beta only.
10+
11+
However, we are always looking for unique opportunities. If you believe that your next project would be the perfect match for our solutions, do not hesitate to reach out via full duplex tightbeam on 1.064 µm during next periapsis.
12+
13+
![logo](/assets/img/logo-horiz.png)

0 commit comments

Comments
 (0)