Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 1fa244b

Browse files
authored
Merge pull request #1 from Granite-Code/wip/website-jekyll
Basic website
2 parents a8f111e + b85d5e4 commit 1fa244b

40 files changed

+1534
-41
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.gem
2+
.jekyll-cache
3+
_site

404.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: default
3+
permalink: /404.html
4+
---
5+
6+
![Toolbx]({{site.baseurl}}/assets/404.png){:.full.pixels}
7+
8+
# Document Not Found
9+
10+
The requested page could not be found. If you feel this is not normal, please file an issue on GitHub.
11+
12+
[Go Back](<javascript:window.history.go(-1);>){: .inline-button} [File an issue](https://github.com/containers/containertoolbx.org/issues)
13+
{: .dialog-buttons}

Gemfile

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "~> 4.1.0"
12+
gem "webrick"
13+
14+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
# gem 'jekyll-feed', '~> 0.13'
23+
# gem 'jekyll-sitemap', '~> 1.4'
24+
# gem 'jekyll-compose', '~> 0.12.0'
25+
# gem 'jekyll-postfiles', '~> 3.1'
26+
end
27+
28+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
29+
# gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
30+
31+
# Performance-booster for watching directories on Windows
32+
# gem "wdm", "~> 0.1.0" if Gem.win_platform?

Gemfile.lock

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.9)
8+
em-websocket (0.5.2)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.15.4)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (1.8.10)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (4.1.1)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 1.0)
22+
jekyll-sass-converter (~> 2.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 2.1)
25+
kramdown-parser-gfm (~> 1.0)
26+
liquid (~> 4.0)
27+
mercenary (~> 0.4.0)
28+
pathutil (~> 0.9)
29+
rouge (~> 3.0)
30+
safe_yaml (~> 1.0)
31+
terminal-table (~> 1.8)
32+
jekyll-sass-converter (2.1.0)
33+
sassc (> 2.0.1, < 3.0)
34+
jekyll-watch (2.2.1)
35+
listen (~> 3.0)
36+
kramdown (2.3.1)
37+
rexml
38+
kramdown-parser-gfm (1.1.0)
39+
kramdown (~> 2.0)
40+
liquid (4.0.3)
41+
listen (3.7.0)
42+
rb-fsevent (~> 0.10, >= 0.10.3)
43+
rb-inotify (~> 0.9, >= 0.9.10)
44+
mercenary (0.4.0)
45+
pathutil (0.16.2)
46+
forwardable-extended (~> 2.6)
47+
public_suffix (4.0.6)
48+
rb-fsevent (0.11.0)
49+
rb-inotify (0.10.1)
50+
ffi (~> 1.0)
51+
rexml (3.2.5)
52+
rouge (3.26.0)
53+
safe_yaml (1.0.5)
54+
sassc (2.4.0)
55+
ffi (~> 1.9)
56+
terminal-table (1.8.0)
57+
unicode-display_width (~> 1.1, >= 1.1.1)
58+
unicode-display_width (1.8.0)
59+
webrick (1.8.1)
60+
61+
PLATFORMS
62+
x86_64-linux
63+
64+
DEPENDENCIES
65+
jekyll (~> 4.1.0)
66+
webrick
67+
68+
BUNDLED WITH
69+
2.2.7

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Containers
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# granitecode.ai
22

3-
Welcome to Granite.code
3+
Welcome to Granitecode

_config.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
theme: jekyll-theme-minimal
2-
title: Granite.Code AI code assistant
3-
description: This site will contain information and links about Granite.code
1+
# Site settings
2+
title: Granitecode
3+
baseurl: "" # the subpath of your site, e.g. /blog/
4+
url: "https://granitecode.ai/"
5+
sourceurl: "https://github.com/Granite-Code/granitecode.github.io"
6+
description: "AI code assistant"
7+
8+
permalink: /:title/
9+
10+
# Build settings
11+
markdown: kramdown

_data/links.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- lnk: 'Granitecode AI'
2+
url: '/'
3+
#- lnk: 'Project Goals'
4+
# url: '/goals'
5+
- lnk: 'Installation & Getting Started'
6+
url: '/install'
7+
#- lnk: 'Contributing'
8+
# url: '#'
9+
#- lnk: 'Discuss on Matrix'
10+
# url: 'https://matrix.to/#/#granite:matrix.org'
11+
- lnk: 'Github Issues'
12+
url: 'https://github.com/Granite-Code/granite-code/issues'

_includes/bluesky.svg

Lines changed: 1 addition & 0 deletions
Loading

_includes/extlink.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)