docs: new lines, favicon

This commit is contained in:
sbcgua 2017-05-20 14:37:25 +03:00
parent 44347b212d
commit 554af863ee
13 changed files with 14 additions and 13 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
docs/.jekyll-metadata
docs/_site
docs/Gemfile.lock

3
docs/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.jekyll-metadata
_site
Gemfile.lock

View File

@ -1 +1 @@
404, not found, abapGit
404, not found, abapGit

View File

@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'github-pages', group: :jekyll_plugins

View File

@ -6,4 +6,4 @@ defaults:
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
layout: "default"

View File

@ -54,4 +54,4 @@
- title: Object File Formats
file: other-file-formats
- title: Technical Links
file: other-technical-links
file: other-technical-links

View File

@ -1 +1 @@
footer
footer

View File

@ -1,5 +1,6 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="main.css">
<title>{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
</head>
</head>

View File

@ -1,3 +1,3 @@
<div id="header">
<img src="img/logo.svg" height="50"><span class="page_title"> &#x25BA; Documentation</span>
</div>
</div>

View File

@ -31,4 +31,4 @@
{% endfor %}
</ul>
</div>
{% endfor %}
{% endfor %}

View File

@ -14,4 +14,4 @@
</div>
{% include footer.html %}
</body>
</html>
</html>

BIN
docs/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

View File

@ -41,4 +41,4 @@ a:hover, a:active {
font-size: 22pt;
color: #bbb;
padding-left: 0.4em;
}
}