Skip to content

Commit

Permalink
GH Pages: minor tweaks
Browse files Browse the repository at this point in the history
... to the configuration and the sidebar layout.
  • Loading branch information
jrfnl committed Jan 3, 2023
1 parent a98f01e commit c2f3542
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
18 changes: 6 additions & 12 deletions docs/_config.yml
Expand Up @@ -3,16 +3,15 @@ highlighter: rouge
markdown: CommonMarkGhPages
encoding: UTF-8
theme: jekyll-theme-minimal
repository: "PHPCSStandards/PHPCSUtils"
github: [metadata]
repository: PHPCSStandards/PHPCSUtils
url: "https://phpcsutils.com"

plugins:
- jekyll-github-metadata
- jemoji
- jekyll-mentions
- jekyll-seo-tag
- jekyll-sitemap
- "jekyll-github-metadata"
- "jemoji"
- "jekyll-mentions"
- "jekyll-seo-tag"
- "jekyll-sitemap"

phpcsutils:
packagist: phpcsstandards/phpcsutils
Expand Down Expand Up @@ -54,12 +53,7 @@ exclude:
- CONTRIBUTING.md
- LICENSE
- README.md
- apigen.neon
- buildtool.py
- Vagrantfile
- vagrant-provision.sh
- .gitignore
- .github
- .jekyll-metadata
- '*.bak'
- '*.orig'
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Expand Up @@ -54,7 +54,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
</section>
<footer>
{% if site.github.is_project_page %}
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
<p><small>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></small></p>
{% endif %}
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
Expand Down
6 changes: 5 additions & 1 deletion docs/assets/css/style.scss
Expand Up @@ -53,7 +53,11 @@ p code {
}

/* Packagist install code sample left column. */
.install pre.highlight {
header div.install {
width: 90%;
}

header .install pre.highlight {
padding: 6px 10px;
text-align: center;
font-size: 89%;
Expand Down

0 comments on commit c2f3542

Please sign in to comment.