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
|
||||
title: Greenshot
|
||||
#email: getgreenshot@gmail.com
|
||||
description: "Greenshot - a free screenshot tool optimized for productivity"
|
||||
description: Greenshot - a free screenshot tool optimized for productivity
|
||||
baseurl: ""
|
||||
# TODO change URL to getgreenshot.org
|
||||
url: "http://greenshot.github.io"
|
||||
url: http://greenshot.github.io
|
||||
twitter_username: greenshot_tool
|
||||
github_username: greenshot
|
||||
#facebook: Greenshot.Tool
|
||||
|
@ -23,7 +23,6 @@ collections:
|
|||
permalink: /:year/:month/:day/:title/
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: "faq"
|
||||
type: "faqs"
|
||||
|
@ -33,7 +32,7 @@ defaults:
|
|||
# Build settings
|
||||
markdown: kramdown
|
||||
permalink: pretty
|
||||
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'CNAME', 'LICENSE', '*.sh']
|
||||
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'CNAME', 'LICENSE', '*.sh', '.git']
|
||||
|
||||
gems:
|
||||
- jemoji
|
||||
|
@ -41,5 +40,12 @@ gems:
|
|||
- jekyll-sitemap
|
||||
- jekyll-redirect-from
|
||||
|
||||
# Jekyll 3 now only supports Kramdown for Markdown
|
||||
kramdown:
|
||||
# Use GitHub flavored markdown, including triple backtick fenced code blocks
|
||||
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>
|
||||
<td class="cta-description">
|
||||
{% 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 %}
|
||||
</td>
|
||||
</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 }}**
|
||||
|
||||
{% 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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue