Skip to content

Commit bf285ea

Browse files
authored
Merge pull request #8 from microROS/feature/doc_theme
Switch to doc theme
2 parents 2d3f42d + e8a0eac commit bf285ea

209 files changed

Lines changed: 32560 additions & 2555 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 2
8+
indent_style = space
9+
insert_final_newline = true
10+
max_line_length = 80
11+
trim_trailing_whitespace = true
12+
13+
[*.md]
14+
max_line_length = 0
15+
trim_trailing_whitespace = false
16+
17+
[COMMIT_EDITMSG]
18+
max_line_length = 0

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4+
*.gem
5+
.bundle
6+
vendor/bundle
7+
Gemfile.lock
8+

404.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="container text-center">
6+
<p>The page you are looking for cannot be found.</p>
7+
<h2>404</h2>
8+
</div>

EDITING-INSTRUCTIONS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
unpublished: true
3+
---
4+
5+
This site uses the Jekyll-doc theme, see its [documentation]
6+
(https://aksakalli.github.io/jekyll-doc-theme/docs/home/) for editing instructions.
7+
8+
# Customizations
9+
10+
Instead of a "blog" section we have a "show-case" section with posts-style.

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
2-
3-
gemspec
2+
gem 'github-pages', group: :jekyll_plugins
3+
#gemspec

Gemfile.lock

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)