Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
d640a7c2
Verified
Commit
d640a7c2
authored
Jun 04, 2021
by
les
Browse files
minor
parent
4907f53d
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/_includes/head.html
0 → 100644
View file @
d640a7c2
<!DOCTYPE html>
<html
lang=
"en-US"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=Edge"
>
<title>
{{ page.title }} - {{ site.title }}
</title>
{% if page.description %}
<meta
name=
"Description"
content=
"{{ page.description }}"
>
{% endif %}
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
type=
"image/x-icon"
>
<link
rel=
"stylesheet"
href=
"/assets/css/just-the-docs-default.css"
>
<link
rel=
"stylesheet"
href=
"/assets/css/premonition.css"
>
<script
type=
"text/javascript"
src=
"/assets/js/vendor/lunr.min.js"
></script>
<script
type=
"text/javascript"
src=
"/assets/js/just-the-docs.js"
></script>
<script
src=
"/assets/js/jquery-3.3.1.min.js"
></script>
<link
rel=
"stylesheet"
href=
"/assets/css/jquery.fancybox.min.css"
>
<script
src=
"/assets/js/jquery.fancybox.min.js"
></script>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
{% seo %}
</head>
docs/_sass/custom/custom.scss
View file @
d640a7c2
...
...
@@ -16,6 +16,11 @@ $svg-warning-color: "f0ad4e";
$svg-error-color
:
"d9534f"
;
$svg-citation-color
:
"495057"
;
.nav-list
.nav-list-item
{
font-size
:
18px
!
important
;
padding
:
4px
0px
0px
0px
!
important
;
}
.premonition
{
display
:
grid
;
grid-template-columns
:
43px
auto
;
...
...
docs/install/configuration.md
View file @
d640a7c2
...
...
@@ -21,7 +21,7 @@ The title will be in rss feed, in html head and in emails:
`"title": "Gancio"`


-
### Description
`"description": "a shared agenda for local communities"`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment