Skip to content

Commit

Permalink
feat: First site stub (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Jul 15, 2018
0 parents commit a97817b
Show file tree
Hide file tree
Showing 13 changed files with 269 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_software/*/docs
_specs/*/docs
parent-hub/*
_site
.sass-cache
.jekyll-metadata
24 changes: 24 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
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>
32 changes: 32 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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", "~> 3.8.3"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "jekyll-theme-open-project", :path => "../jekyll-theme-open-hub"

# 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-seo-tag"
gem "jekyll-data"
gem "git"
gem "jekyll-theme-open-project-helpers", :path => "../jekyll-theme-open-project-helpers"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
91 changes: 91 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
PATH
remote: ../jekyll-theme-open-hub
specs:
jekyll-theme-open-project (1.0.0.rc5)
git (~> 1.4)
jekyll (~> 3.8)
jekyll-data (~> 1.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-open-project-helpers (~> 1.0.0.rc4)

PATH
remote: ../jekyll-theme-open-project-helpers
specs:
jekyll-theme-open-project-helpers (1.0.0.rc5)
git (~> 1.4)
jekyll (~> 3.8)

GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.0.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.9.25)
forwardable-extended (2.6.0)
git (1.4.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-data (1.0.0)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.5.0)
jekyll (~> 3.3)
jekyll-watch (2.0.0)
listen (~> 3.0)
kramdown (1.17.0)
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)
pathutil (0.16.1)
forwardable-extended (~> 2.6)
public_suffix (3.0.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (3.1.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)

PLATFORMS
ruby

DEPENDENCIES
git
jekyll (~> 3.8.3)
jekyll-data
jekyll-seo-tag
jekyll-theme-open-project!
jekyll-theme-open-project-helpers!
tzinfo-data

BUNDLED WITH
1.16.2
30 changes: 30 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
title: Riffol
description: Initialization system in Rust.

tagline: Riffol is an initialization system in Rust
pitch: >-
It’s a supervising process that can run as a traditional daemon on Unix-like systems
or as an init system for containers, such as tini.
social:
links:
- https://twitter.com/riboseinc
- https://github.com/riboseinc/riffol

legal:
name: Riffol
tos_link: https://www.ribose.com/tos
privacy_policy_link: https://www.ribose.com/privacy

parent_hub:
git_repo_url: https://github.com/riboseinc/open.ribose.com
home_url: https://open.ribose.com/

home_calls_to_action:
- { url: "/software/riffol/docs/readme/", title: "Get Started" }
- { url: "https://github.com/riboseinc/riffol/releases/", title: "Download" }

# These are required for the theme to work:

theme: jekyll-theme-open-project
permalink: /blog/:month-:day-:year/:title/
8 changes: 8 additions & 0 deletions _pages/blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Blog
description: >-
Latest announcements and technical how-to’s
about Riffol.
layout: blog-index
hero_include: index-page-hero.html
---
6 changes: 6 additions & 0 deletions _pages/software.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Software
description: Open-source software related to Riffol.
layout: software-index
hero_include: index-page-hero.html
---
6 changes: 6 additions & 0 deletions _pages/specs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Specifications
description: Riffol-related specs.
layout: spec-index
hero_include: index-page-hero.html
---
25 changes: 25 additions & 0 deletions _posts/2018-07-15-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
title: "Welcome to Jekyll!"
date: 2018-07-15 20:37:38 +0700
categories: jekyll update
---
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.

To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

{% highlight ruby %}
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
{% endhighlight %}

Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].

[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
9 changes: 9 additions & 0 deletions _software/riffol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: riffol
repo_url: https://github.com/riboseinc/riffol
description: The open-source Rust package implementing Riffol.
tags: [Rust]
docs:
git_repo_url: https://github.com/strogonoff/riffol
git_repo_subtree: docs
---
8 changes: 8 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
---

@import 'jekyll-theme-open-project';

.site-logo svg path {
fill: white;
}
20 changes: 20 additions & 0 deletions assets/symbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
layout: home
hero_include: home-hero.html
---

0 comments on commit a97817b

Please sign in to comment.