mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
docs: new lines, favicon
This commit is contained in:
parent
44347b212d
commit
554af863ee
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
docs/.jekyll-metadata
|
|
||||||
docs/_site
|
|
||||||
docs/Gemfile.lock
|
|
3
docs/.gitignore
vendored
Normal file
3
docs/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.jekyll-metadata
|
||||||
|
_site
|
||||||
|
Gemfile.lock
|
|
@ -1 +1 @@
|
||||||
404, not found, abapGit
|
404, not found, abapGit
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'github-pages', group: :jekyll_plugins
|
gem 'github-pages', group: :jekyll_plugins
|
||||||
|
|
|
@ -6,4 +6,4 @@ defaults:
|
||||||
scope:
|
scope:
|
||||||
path: "" # an empty string here means all files in the project
|
path: "" # an empty string here means all files in the project
|
||||||
values:
|
values:
|
||||||
layout: "default"
|
layout: "default"
|
||||||
|
|
|
@ -54,4 +54,4 @@
|
||||||
- title: Object File Formats
|
- title: Object File Formats
|
||||||
file: other-file-formats
|
file: other-file-formats
|
||||||
- title: Technical Links
|
- title: Technical Links
|
||||||
file: other-technical-links
|
file: other-technical-links
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
footer
|
footer
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<link rel="shortcut icon" type="image/png" href="/favicon.png">
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css">
|
||||||
<title>{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
<title>{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<img src="img/logo.svg" height="50"><span class="page_title"> ► Documentation</span>
|
<img src="img/logo.svg" height="50"><span class="page_title"> ► Documentation</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -31,4 +31,4 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -14,4 +14,4 @@
|
||||||
</div>
|
</div>
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
BIN
docs/favicon.png
Normal file
BIN
docs/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 764 B |
|
@ -41,4 +41,4 @@ a:hover, a:active {
|
||||||
font-size: 22pt;
|
font-size: 22pt;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
padding-left: 0.4em;
|
padding-left: 0.4em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user