Tento commit je obsažen v:
2018-06-29 12:22:07 -04:00
rodič 3f89136f23
revize 8b8b910b55
22 změnil soubory, kde provedl 34 přidání a 37 odebrání

Zobrazit soubor

@@ -5,7 +5,7 @@
# If you are building a simple GitHub user page (http://username.github.io) then use these settings:
url: "https://bryanroessler.com"
baseurl: "."
baseurl: ""
# If you are building a GitHub project page then use these settings:
#url: "http://username.github.io/projectname"
@@ -23,7 +23,6 @@ description: Ordo ab chao
# List of links in the navigation bar
navbar-links:
Home: "https://bryanroessler.com"
CV: "https://cv.bryanroessler.com"
Repos: "https://git.bryanroessler.com"
Services:
@@ -32,11 +31,11 @@ navbar-links:
# Image to show in the navigation bar - image must be a square (width = height)
# Remove this parameter if you don't want an image in the navbar
#avatar: "/img/spinning_logo.gif"
avatar: "/img/me_square_sepia_small.jpg"
# If you want to have an image logo in the top-left corner instead of the title text,
# then specify the following parameter
# title-img: /path/to/image
#title-img: "./img/me_square_sepia_small.jpg"
# --- Background colour/image options --- #
@@ -160,7 +159,7 @@ defaults:
values:
layout: "post"
comments: true # add comments to all blog posts
social-share: false # add social media sharing buttons to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # all files

Zobrazit soubor

@@ -12,7 +12,7 @@ facebook:
icon: "fa-facebook"
github:
name: "Git"
name: "GitHub"
baseURL: ""
icon: "fa-github"

Zobrazit soubor

@@ -44,8 +44,7 @@
<!--<p class="theme-by text-muted">
Theme by
<a href="http://deanattali.com/beautiful-jekyll/">beautiful-jekyll</a>
</p>
-->
</p>-->
</div>
</div>
</div>

Zobrazit soubor

@@ -6,7 +6,7 @@ subtitle: It can do it!
tags: [vps]
---
The rapidly deflating prices of cloud storage (or other low-end) VPS services means that it is more economical than ever to roll your own off-site backup solution, free from the limitations of third-party backup providers that offer middling workflow integration, questionable security, and expensive bandwidth. As an added bonus, these cheap storage VPS instances can also integrate a variety of lightweight web services, such as dynamic DNS, git repos, filesharing, or **even a web site**!
The rapidly deflating prices of cloud storage (and other low-end) VPS services makes it more economical than ever to roll your own off-site backup solution, free from the limitations of third-party backup providers that offer middling workflow integration, questionable security, and expensive bandwidth. As an added bonus, these cheap storage VPS instances can also integrate a variety of lightweight web services, such as dynamic DNS, git repos, filesharing, or **even a web site**!
VPS deal aggregate sites, such as [lowendbox](lowendbox.com), regularly provide offers on storage VPS services that rival shared web hosting or dedicated cloud backup providers. However, while the costs of cloud storage space have dropped dramatically, the CPU and memory configurations offered with the most storage VPS configurations are usually quite limited. Oftentimes a VPS provider will limit virtualized storage VPS instances to only 1 CPU core and <1GB memory (512MB is also common), since the intended use case is to simply provide enough resources for effective backup and retrieval.

Zobrazit soubor

@@ -1,7 +0,0 @@
---
layout: post
title: Using NGINX as an HTTPS reverse proxy for your VPS
subtitle: Tunnel it all
#bigimg: /img/path.jpg
tags: [web, vps, nginx, https]
---

16
blog.bryanroessler.com/aboutme.md Normální soubor
Zobrazit soubor

@@ -0,0 +1,16 @@
---
layout: page
title: About me
subtitle: Why you'd want to go on a date with me
---
My name is Inigo Montoya. I have the following qualities:
- I rock a great mustache
- I'm extremely loyal to my family
What else do you need?
### my history
To be honest, I'm having some trouble remembering right now, so why don't you just watch [my movie](http://en.wikipedia.org/wiki/The_Princess_Bride_%28film%29) and it will answer **all** your questions.

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 210 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 64 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 41 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 89 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 49 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 25 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 6.5 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 163 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 28 KiB

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 43 KiB

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 285 KiB

Zobrazit soubor

@@ -1,10 +1,11 @@
---
layout: page
title:
subtitle:
<!--title: My website
subtitle: This is where I will tell my friends way too much about me-->
use-site-title: false
---
<div class="posts-list">
{% for post in paginator.posts %}
<article class="post-preview">
@@ -39,7 +40,7 @@ use-site-title: false
</div>
</div>
{% if post.tags.size > 0 %}
<!--{% if post.tags.size > 0 %}
<div class="blog-tags">
Tags:
{% if site.link-tags %}
@@ -53,7 +54,7 @@ use-site-title: false
{% endif %}
</article>
{% endfor %}
{% endfor %}-->
</div>
{% if paginator.total_pages > 1 %}

Zobrazit soubor

@@ -1,3 +0,0 @@
---
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_CLEAN: "true"

Zobrazit soubor

@@ -1,5 +1,4 @@
source "https://rubygems.org"
gem 'github-pages'
gem 'font-awesome-sass'
gem 'rake'

Zobrazit soubor

@@ -27,8 +27,6 @@ GEM
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
font-awesome-sass (5.0.13)
sassc (>= 1.11)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (186)
@@ -82,7 +80,7 @@ GEM
octokit (~> 4.0)
public_suffix (~> 2.0)
typhoeus (~> 1.3)
html-pipeline (2.8.0)
html-pipeline (2.8.2)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
@@ -197,9 +195,7 @@ GEM
kramdown (1.16.2)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.3.0)
minima (2.4.1)
@@ -222,7 +218,6 @@ GEM
rouge (2.2.1)
ruby-enum (0.7.2)
i18n
ruby_dep (1.5.0)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sass (3.5.6)
@@ -230,10 +225,6 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (1.11.4)
bundler
ffi (~> 1.9.6)
sass (>= 3.3.0)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
@@ -250,7 +241,6 @@ PLATFORMS
ruby
DEPENDENCIES
font-awesome-sass
github-pages
rake

Zobrazit soubor

@@ -7,7 +7,6 @@ markdown: kramdown
sass:
load_paths:
- _sass
- _vendor/bundle/ruby/2.5.0/gems/font-awesome-sass-5.0.13/assets/stylesheets
style: compressed
# Resume settings
@@ -25,7 +24,11 @@ resume_contact_address: "St. Petersburg, FL"
resume_header_contact_info: "St. Petersburg, FL • bryanroessler@gmail.com"
display_header_contact_info: "true"
resume_header_intro: "<p>I am a computational biologist specializing in molecular dynamics that is currently seeking a creative and impactful position in the academic, pharmaceutical, or biotechnology sectors.</p>"
resume_header_intro: >
<p>I am a computational biologist specializing in molecular
dynamics that is currently seeking a creative and impactful
position in the academic, pharmaceutical, or biotechnology
sectors.</p>
# use "yes" to display the email contact button,
# "no" to display an "I'm not looking for work" message,