mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Removed team.html, this was only needed for the code signing. Updated the configuration with the latest GitHub settings. Fixed the downloads.markdown and version-history.markdown, there was a % on the wrong location.
This commit is contained in:
parent
dfd77644bb
commit
3264ad8de5
4 changed files with 12 additions and 14 deletions
14
_config.yml
14
_config.yml
|
@ -1,10 +1,10 @@
|
||||||
# Site settings
|
# Site settings
|
||||||
title: Greenshot
|
title: Greenshot
|
||||||
#email: getgreenshot@gmail.com
|
#email: getgreenshot@gmail.com
|
||||||
description: "Greenshot - a free screenshot tool optimized for productivity"
|
description: Greenshot - a free screenshot tool optimized for productivity
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
# TODO change URL to getgreenshot.org
|
# TODO change URL to getgreenshot.org
|
||||||
url: "http://greenshot.github.io"
|
url: http://greenshot.github.io
|
||||||
twitter_username: greenshot_tool
|
twitter_username: greenshot_tool
|
||||||
github_username: greenshot
|
github_username: greenshot
|
||||||
#facebook: Greenshot.Tool
|
#facebook: Greenshot.Tool
|
||||||
|
@ -23,7 +23,6 @@ collections:
|
||||||
permalink: /:year/:month/:day/:title/
|
permalink: /:year/:month/:day/:title/
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
-
|
|
||||||
scope:
|
scope:
|
||||||
path: "faq"
|
path: "faq"
|
||||||
type: "faqs"
|
type: "faqs"
|
||||||
|
@ -33,7 +32,7 @@ defaults:
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'CNAME', 'LICENSE', '*.sh']
|
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'CNAME', 'LICENSE', '*.sh', '.git']
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
- jemoji
|
- jemoji
|
||||||
|
@ -41,5 +40,12 @@ gems:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
|
|
||||||
|
# Jekyll 3 now only supports Kramdown for Markdown
|
||||||
kramdown:
|
kramdown:
|
||||||
|
# Use GitHub flavored markdown, including triple backtick fenced code blocks
|
||||||
input: GFM
|
input: GFM
|
||||||
|
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
|
||||||
|
syntax_highlighter: rouge
|
||||||
|
syntax_highlighter_opts:
|
||||||
|
# Use existing pygments syntax highlighting css
|
||||||
|
css_class: 'highlight'
|
||||||
|
|
|
@ -24,7 +24,7 @@ tags: menu
|
||||||
<tr>
|
<tr>
|
||||||
<td class="cta-description">
|
<td class="cta-description">
|
||||||
{% if latest_release %}
|
{% if latest_release %}
|
||||||
{{ latest_release.name }}<br>{{ latest_release.created_at | date_to_string %}}
|
{{ latest_release.name }}<br>{{ latest_release.created_at | date_to_string }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
layout: page
|
|
||||||
title: Greenshot team
|
|
||||||
permalink: /team/
|
|
||||||
tags: menu
|
|
||||||
---
|
|
||||||
Greenshot was brought to you by Thomas Braun, Jens Klingen and Robin Krom
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ You'll find everything below.
|
||||||
**{{ release.name }}**
|
**{{ release.name }}**
|
||||||
|
|
||||||
{% for asset in release.assets %}
|
{% for asset in release.assets %}
|
||||||
- [{{ asset.name }}]({{ asset.browser_download_url }}) ({{ asset.created_at | date_to_string %}})
|
- [{{ asset.name }}]({{ asset.browser_download_url }}) ({{ asset.created_at | date_to_string }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue