Skip to content

Commit

Permalink
Slight website refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Jun 6, 2021
1 parent 37c3f22 commit 80921fb
Show file tree
Hide file tree
Showing 17 changed files with 302 additions and 636 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
source 'https://rubygems.org'

gem "jekyll", "~> 3.8"

gem "jekyll-theme-minimal", "~> 0.1.1"
gem "jekyll-theme-minima"

gem "jekyll-feed", "~> 0.11.0"

Expand Down
17 changes: 13 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.11.1)
i18n (~> 0.7)
Expand Down Expand Up @@ -163,6 +164,10 @@ GEM
jekyll-theme-midnight (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-minima (0.1.1)
jekyll (~> 3.8)
jekyll-mentions
minima
jekyll-theme-minimal (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
Expand Down Expand Up @@ -197,20 +202,22 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.4.0)
mini_portile2 (2.5.3)
minima (2.5.0)
jekyll (~> 3.5)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.11.3)
multipart-post (2.1.1)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
racc (1.5.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand Down Expand Up @@ -245,7 +252,9 @@ DEPENDENCIES
jekyll (~> 3.8)
jekyll-feed (~> 0.11.0)
jekyll-sitemap (~> 1.2)
jekyll-theme-minima
jekyll-theme-minimal (~> 0.1.1)
nokogiri (>= 1.10.4)

BUNDLED WITH
1.16.1
1.17.2
7 changes: 2 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
theme: jekyll-theme-minimal
name: Yggdrasil
title: Yggdrasil
title: Yggdrasil Network
description: >
A proof-of-concept IPv6 meshnet, featuring end-to-end encryption, a unique
spanning tree routing algorithm and aiming to implement novel backpressure
routing metrics. It is lightweight, self-arranging and should scale well
beyond the limits of existing mesh networks.
End-to-end encrypted IPv6 networking to connect worlds
plugins:
- jekyll-feed
Expand Down
7 changes: 4 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<div class="wrapper">
<header>
<a href="/"> <h1>{{ site.title | default: site.github.repository_name }}</h1> </a>
<p><a href="/" id="logo"> <img src="assets/images/logo.svg"></a></p>
<p>End-to-end encrypted IPv6 networking to connect worlds</p>

<p>
Expand All @@ -33,8 +33,9 @@

<p>
<a href="https://github.com/yggdrasil-network/yggdrasil-go">GitHub</a><br />
<a href="https://circleci.com/gh/yggdrasil-network/yggdrasil-go">CircleCI</a><br />
<a href="/builds.html">Latest Builds</a><br />
</p>

<p>
<a href="https://github.com/yggdrasil-network/public-peers">Public Peers</a><br />
<a href="/services.html">Public Services</a><br />
</p>
Expand Down
1 change: 1 addition & 0 deletions admin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
tags: dontlink
sitemap: true
---

Expand Down
8 changes: 7 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ tags: dontlink

body {
color: #333333;
font: 14px/1.5 -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img#logo {
width: 80%;
}

div.wrapper {
Expand Down Expand Up @@ -44,7 +49,8 @@ section {
header {
flex: initial;
position: relative;
margin-right: 1em;
margin-right: 4em;
max-width: 200px;
@media screen and (max-width: 768px) {
> p {
padding-right: 20%;
Expand Down
157 changes: 157 additions & 0 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 80921fb

Please sign in to comment.