Browse Source

Initial commit

Hein-Pieter van Braam 8 years ago
commit
3afa843517
10 changed files with 201 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 24 0
      Gemfile
  3. 53 0
      Gemfile.lock
  4. 30 0
      _config.yml
  5. 15 0
      _includes/footer.html
  6. 33 0
      _includes/head.html
  7. 20 0
      _includes/header.html
  8. BIN
      _layouts/.home.html.swp
  9. 23 0
      _layouts/default.html
  10. 0 0
      _layouts/home.html

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+_site
+.sass-cache
+.jekyll-metadata

+ 24 - 0
Gemfile

@@ -0,0 +1,24 @@
+source "https://rubygems.org"
+ruby RUBY_VERSION
+
+# 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.3.0"
+
+# This is the default theme for new Jekyll sites. You may change this to anything you like.
+gem "minima", "~> 2.0"
+
+# 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.6"
+end

+ 53 - 0
Gemfile.lock

@@ -0,0 +1,53 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    addressable (2.5.1)
+      public_suffix (~> 2.0, >= 2.0.2)
+    colorator (1.1.0)
+    ffi (1.9.18)
+    forwardable-extended (2.6.0)
+    jekyll (3.3.0)
+      addressable (~> 2.4)
+      colorator (~> 1.0)
+      jekyll-sass-converter (~> 1.0)
+      jekyll-watch (~> 1.1)
+      kramdown (~> 1.3)
+      liquid (~> 3.0)
+      mercenary (~> 0.3.3)
+      pathutil (~> 0.9)
+      rouge (~> 1.7)
+      safe_yaml (~> 1.0)
+    jekyll-feed (0.9.2)
+      jekyll (~> 3.3)
+    jekyll-sass-converter (1.5.0)
+      sass (~> 3.4)
+    jekyll-watch (1.5.0)
+      listen (~> 3.0, < 3.1)
+    kramdown (1.13.2)
+    liquid (3.0.6)
+    listen (3.0.8)
+      rb-fsevent (~> 0.9, >= 0.9.4)
+      rb-inotify (~> 0.9, >= 0.9.7)
+    mercenary (0.3.6)
+    minima (2.1.0)
+      jekyll (~> 3.3)
+    pathutil (0.14.0)
+      forwardable-extended (~> 2.6)
+    public_suffix (2.0.5)
+    rb-fsevent (0.9.8)
+    rb-inotify (0.9.8)
+      ffi (>= 0.5.0)
+    rouge (1.11.1)
+    safe_yaml (1.0.4)
+    sass (3.4.23)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  jekyll (= 3.3.0)
+  jekyll-feed (~> 0.6)
+  minima (~> 2.0)
+
+BUNDLED WITH
+   1.10.6

+ 30 - 0
_config.yml

@@ -0,0 +1,30 @@
+# 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 these 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.
+
+# 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: NotABug.org - Status blog
+email: [email protected]
+description: > # this means to ignore newlines until "baseurl:"
+  NotABug.org status blog.
+baseurl: "" # the subpath of your site, e.g. /blog
+url: "https://blog.notabug.org" # the base hostname & protocol for your site, e.g. http://example.com
+
+# Build settings
+markdown: kramdown
+theme: minima
+gems:
+  - jekyll-feed
+exclude:
+  - Gemfile
+  - Gemfile.lock

+ 15 - 0
_includes/footer.html

@@ -0,0 +1,15 @@
+<footer>
+	<div class="ui container">
+		<div class="ui left">
+
+			<a href="/tos">Terms of Service</a>
+			&bull;
+			<a href="/fingerprints">SSH Fingerprints</a>
+			&bull;
+			<a href="{{ "/feed.xml" | relative_url }}">Subscribe via RSS</a></p>
+
+		</div>
+		<div class="ui right links">
+		</div>
+	</div>
+</footer>

+ 33 - 0
_includes/head.html

@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+<head data-suburl="">
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+        
+        <meta property="og:url" content="https://notabug.org/" />
+        <meta property="og:type" content="website" />
+        <meta property="og:title" content="NotABug.org: Free code hosting">
+        <meta property="og:description" content="Gogs is a painless self-hosted Git service.">
+        <meta property="og:image" content="https://notabug.org/img/gogs-lg.png" />
+        <meta property="og:site_name" content="Gogs">
+
+        <link rel="shortcut icon" href="/img/favicon.png" />
+
+        <link href="/assets/img/icon-48.ico" rel="icon" type="image/x-icon" />
+        <link href="/assets/img/icon-60.png" rel="apple-touch-icon">
+        <link href="/assets/img/icon-76.png" rel="apple-touch-icon" sizes="76x76">
+        <link href="/assets/img/icon-120.png" rel="apple-touch-icon" sizes="120x120">
+        <link href="/assets/img/icon-152.png" rel="apple-touch-icon" sizes="152x152">
+        <link href="/assets/img/icon-240.png" rel="apple-touch-icon" sizes="240x240">
+
+        <link rel="stylesheet" href="/assets/font-awesome-4.6.3/css/font-awesome.min.css">
+        <link rel="stylesheet" href="/assets/octicons-4.3.0/octicons.min.css">
+
+        <link rel="stylesheet" href="/assets/css/semantic-2.2.10.min.css">
+        <link rel="stylesheet" href="/assets/css/gogs.css">
+        <link rel="stylesheet" href="/assets/css/notabug.css">
+
+	<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
+	<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
+	<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
+</head>

+ 20 - 0
_includes/header.html

@@ -0,0 +1,20 @@
+<div class="full height">
+	<div id="header-div" class="following bar light">
+		<div class="ui container">
+			<div class="ui grid">
+				<div class="column">
+					<div class="ui top secondary menu">
+						<a class="item brand" href="/">
+							<img id="header-logo-img" class="ui mini image" src="/assets/img/favicon.png">
+						</a>
+						<a class="notabug-item item" href="/">Dashboard</a>
+						<a class="notabug-item item" href="/issues">Issues</a>
+						<a class="notabug-item item" href="/pulls">Pull Requests</a>
+						<a class="notabug-item item" href="/explore/repos">Explore</a>
+						<div class="right menu">
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>
+	</div>

BIN
_layouts/.home.html.swp


+ 23 - 0
_layouts/default.html

@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="{{ page.lang | default: site.lang | default: "en" }}">
+
+  {% include head.html %}
+
+  <body>
+
+    {% include header.html %}
+
+  <div id="about-div">
+  <div class="ui middle very relaxed page grid">
+  <div class="grid-4-5 left">
+        {{ content }}
+  </div>
+  </div>
+  </div>
+
+    {% include footer.html %}
+
+  </body>
+
+</html>
+

+ 0 - 0
_layouts/home.html


Some files were not shown because too many files changed in this diff