Skip to content

Commit

Permalink
Update chirpy according to starter (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Kopp <[email protected]>
  • Loading branch information
Siedlerchr and koppor authored Sep 18, 2024
1 parent 5baa6f8 commit b0f42b4
Show file tree
Hide file tree
Showing 41 changed files with 250 additions and 118 deletions.
13 changes: 10 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ root = true
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = true

[*.{js,css,scss}]
quote_type = single

[*.{yml,yaml}]
quote_type = double

[*.js]
indent_size = 4
[*.md]
trim_trailing_whitespace = false
17 changes: 8 additions & 9 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
show-progress: ""
submodules: true
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
ruby-version: 3.3
bundler-cache: true

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5

- name: Build site
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
env:
Expand All @@ -58,7 +55,9 @@ jobs:

- name: Test site
run: |
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
bundle exec htmlproofer _site \
\-\-disable-external \
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
- name: Upload site artifact
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Do following checks:

Then, create a pull request.

All your contribution is licensed as <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="CC-BY-4.0" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>.
All your contribution is licensed as <a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="CC-BY-4.0" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>.

For more information, see the [general contributing guide](https://docs.jabref.org/contributing).
21 changes: 2 additions & 19 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,31 +1,14 @@
# gem 'github-pages', group: :jekyll_plugins
# gem "webrick", "~> 1.7"

# frozen_string_literal: true

source "https://rubygems.org"

gem "jekyll-theme-chirpy", "~> 7.0.1"
gem "jekyll-theme-chirpy", "~> 7.1"

group :test do
gem "html-proofer", "~> 3.18"
end
gem "html-proofer", "~> 5.0", group: :test

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# Lock jekyll-sass-converter to 2.x on Linux-musl
if RUBY_PLATFORM =~ /linux-musl/
gem "jekyll-sass-converter", "~> 2.0"
end
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ theme: jekyll-theme-chirpy
# and doesn't have a custom domain.
baseurl: ''

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# The language of the webpage › https://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en

# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
# Change to your timezone › https://www.timezoneconverter.com/cgi-bin/findzone/findzone
timezone: Europe/Berlin

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
Expand Down
2 changes: 1 addition & 1 deletion _data/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ platforms:
# -
# type: Weibo
# icon: "fab fa-weibo"
# link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
# link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL"
2 changes: 1 addition & 1 deletion _posts/2016-04-08-FasterJabRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Well, this time will be over soon: [Simon Harrer](https://github.com/simonharrer
Preliminary tests have been carried out on a database with 100000 entries (is it big enough for you?).
They show that **JabRef is now 10 times faster at searching**: it takes only one second to search through 60000 entries!

You can [give it a try](http://builds.jabref.org/master/)
You can [give it a try](https://builds.jabref.org/master/)
(*This is a development version: Be carefully, and back up your data first!)*.
[Your comments are welcomed](https://github.com/JabRef/jabref/pull/1100)!

Expand Down
4 changes: 2 additions & 2 deletions _posts/2016-04-19-JabRef3-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Release of JabRef 3.3

We are pleased to announce the release of JabRef version 3.3!

Since April 17, 2016, JabRef 3.3 can be downloaded from [FossHub](http://www.fosshub.com/JabRef.html), the official JabRef download site.
Since April 17, 2016, JabRef 3.3 can be downloaded from [FossHub](https://www.fosshub.com/JabRef.html), the official JabRef download site.

This release contains new and improved features such as:

Expand All @@ -25,7 +25,7 @@ This release contains new and improved features such as:
It also includes about 40 bug fixes and the removal of a few features (mostly outdated).
Details are listed on [GitHub](https://github.com/JabRef/jabref/blob/v3.3/CHANGELOG.md).

For questions about the functioning, and for congratulation messages, please, use [our discussion forum](http://discourse.jabref.org/).
For questions about the functioning, and for congratulation messages, please, use [our discussion forum](https://discourse.jabref.org/).
For bugs and improvements, open an issue on [GitHub](https://github.com/JabRef/jabref/issues).

_**You like it? Foster JabRef development with [Code](https://github.com/JabRef/jabref/blob/master/CONTRIBUTING.md) or [Money](https://github.com/JabRef/jabref/wiki/Donations).**_
4 changes: 2 additions & 2 deletions _posts/2016-04-25-WinEdtBothDirections.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "JabRef & WinEdt: two-way communications"
---

For a longtime, a single click on a toolbar button has allowed JabRef to insert citations in [WinEdt](http://www.winedt.com).
For a longtime, a single click on a toolbar button has allowed JabRef to insert citations in [WinEdt](https://www.winedt.com).

![image: From JabRef to WinEdt](/img/JabRef-WinEdt.png)
From JabRef to WinEdt.
Expand All @@ -12,7 +12,7 @@ WinEdt is a powerful and versatile all-purpose text editor for Windows with a st
Up to now, communication was only one-way: from JabRef to WinEdt.
This time is over: since April 2, 2016, WinEdt can also communicate with Jabref!

Thanks to [a package contributed by Karl Koeller](http://www.winedt.org/config/menus/JabRef.html),
Thanks to [a package contributed by Karl Koeller](https://www.winedt.org/config/menus/JabRef.html),
JabRef can be launched from within WinEdt.

![image: From WinEdt to JabRef](/img/WinEdt-JabRef.png)
Expand Down
4 changes: 2 additions & 2 deletions _posts/2016-06-02-JabRef3-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: "[JabRef Developers](https://github.com/orgs/JabRef/teams/developers)"

We are pleased to announce the release of JabRef version 3.4!

The new version can be downloaded as of now from [FossHub](http://www.fosshub.com/JabRef.html), the official JabRef download site.
The new version can be downloaded as of now from [FossHub](https://www.fosshub.com/JabRef.html), the official JabRef download site.

The main focus of this release is improving the grouping functionality of JabRef with various bug fixes and new features:

Expand All @@ -27,5 +27,5 @@ Some other selected new features and improvements are:
JabRef 3.4 also includes more than 30 bug fixes and the removal of a few features (mostly outdated).
Details are listed on [GitHub](https://github.com/JabRef/jabref/blob/v3.4/CHANGELOG.md).

For questions about the functioning, please use [our discussion forum](http://discourse.jabref.org/)..
For questions about the functioning, please use [our discussion forum](https://discourse.jabref.org/)..
In case you have trouble, report bugs and suggestions for improvements on [GitHub](https://github.com/JabRef/jabref/issues).
16 changes: 8 additions & 8 deletions _posts/2016-06-27-JabRefForum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
title: New User Forum
---

In cooperation with [discourse.org](http://www.discourse.org) a new forum for JabRef has just been opened!
In cooperation with [discourse.org](https://www.discourse.org) a new forum for JabRef has just been opened!

You can find it by now in the top navigation bar on JabRef.org or directly here: [http://discourse.jabref.org](http://discourse.jabref.org)
You can find it by now in the top navigation bar on JabRef.org or directly here: [https://discourse.jabref.org](https://discourse.jabref.org)

The main reasons for introducing the forum are:

- Foster the communication between the large user base and the developers of JabRef, creation of an active *"JabRef community"*
- Provide an easier to use, searchable, more modern way to give feedback and request help
- Provide a better place for feature and enhancement discussions by a [dedicated category for such topics](http://discourse.jabref.org/c/features)
- Provide a better place for feature and enhancement discussions by a [dedicated category for such topics](https://discourse.jabref.org/c/features)
- Reduce the number of created issues at the GitHub tracker - only real bugs and work-in-progress feature requests should be handled there

We hope you'll like the new forum as much as we do and join us at [http://discourse.jabref.org](http://discourse.jabref.org) to contribute with your knowledge!
We hope you'll like the new forum as much as we do and join us at [https://discourse.jabref.org](https://discourse.jabref.org) to contribute with your knowledge!

### Discontinued support at the mailing list

During the last years we started to move away from sourceforge.net (for various reasons): The source code and issues are now managed at [GitHub](https://github.com/JabRef/jabref), downloads are handled by [FossHub](http://www.fosshub.com/JabRef.html) and we are using our own domain JabRef.org for hosting the website and this blog.
During the last years we started to move away from sourceforge.net (for various reasons): The source code and issues are now managed at [GitHub](https://github.com/JabRef/jabref), downloads are handled by [FossHub](https://www.fosshub.com/JabRef.html) and we are using our own domain JabRef.org for hosting the website and this blog.

However, there is still a mailing list left on sourceforge: [https://lists.sourceforge.net/lists/listinfo/jabref-users](https://lists.sourceforge.net/lists/listinfo/jabref-users)

With the new forum we now provide an easy to use platform to ask questions (and hopefully to get answers) from the JabRef community.
Thus, we decided to officially discontinue the support on the mailing list. We'll leave the list open for some time - but the official communication channels for the future will be the [GitHub issue tracker](https://github.com/JabRef/jabref/issues) (for bugs) and the [discourse forum](http://discourse.jabref.org) (for all other questions, feature requests and feedback).
Thus, we decided to officially discontinue the support on the mailing list. We'll leave the list open for some time - but the official communication channels for the future will be the [GitHub issue tracker](https://github.com/JabRef/jabref/issues) (for bugs) and the [discourse forum](https://discourse.jabref.org) (for all other questions, feature requests and feedback).

For those of you who like to stick with a mailing-list like behavior we provide you [a guide on how to use the discourse forum just like a mailing list](http://discourse.jabref.org/t/quick-start-guide-for-former-mailing-list-users/31).
For those of you who like to stick with a mailing-list like behavior we provide you [a guide on how to use the discourse forum just like a mailing list](https://discourse.jabref.org/t/quick-start-guide-for-former-mailing-list-users/31).

*Thanks again to [discourse.org](http://www.discourse.org) for the great software and especially for providing us free hosting!*
*Thanks again to [discourse.org](https://www.discourse.org) for the great software and especially for providing us free hosting!*
4 changes: 2 additions & 2 deletions _posts/2016-07-14-JabRef3-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: [release]

We just released a new version of JabRef!

The new version 3.5 can be downloaded as of now from [FossHub](http://www.fosshub.com/JabRef.html), the official JabRef download site.
The new version 3.5 can be downloaded as of now from [FossHub](https://www.fosshub.com/JabRef.html), the official JabRef download site.

JabRef 3.5 mainly concentrates on fixing some bugs. The most serious one was a broken installer for Mac OS X in version 3.4 which inhibited the correct start of JabRef.
Apart from that again some bugs in the grouping feature have been fixed.
Expand All @@ -19,5 +19,5 @@ But we also introduced some new features:

An overview on all new features and fixes can be found on [GitHub](https://github.com/JabRef/jabref/blob/v3.5/CHANGELOG.md).

For questions about the functioning or suggestions for improvements please use [the discussion forum](http://discourse.jabref.org).
For questions about the functioning or suggestions for improvements please use [the discussion forum](https://discourse.jabref.org).
In case you have trouble, report bugs on [GitHub](https://github.com/JabRef/jabref/issues).
14 changes: 7 additions & 7 deletions _posts/2016-08-09-Polls.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ It is fast and simple.

Currently, you can **make your voice heard** about:

- [Seamless crossreferencing](http://discourse.jabref.org/t/seamless-crossreferencing/100)
- [Duplicated entries: which comparison mode do you use?](http://discourse.jabref.org/t/duplicated-entries-which-comparison-mode-do-you-use/114)
- [Improved duplicate key resolving](http://discourse.jabref.org/t/improved-duplicate-key-resolving/50)
- [Get information about researchers from social websites](http://discourse.jabref.org/t/get-information-about-researchers-from-social-websites/66/1)
- [Add system specific notifications](http://discourse.jabref.org/t/add-system-specific-notifications/102)
- [Show warnings of integrity checker directly in entry editor](http://discourse.jabref.org/t/show-warnings-of-integrity-checker-directly-in-entry-editor/106)
- [Introduce formatter to truncate the target filename for automatic rename of attached files](http://discourse.jabref.org/t/introduce-formatter-to-truncate-the-target-filename-for-automatic-rename-of-attached-files/63)
- [Seamless crossreferencing](https://discourse.jabref.org/t/seamless-crossreferencing/100)
- [Duplicated entries: which comparison mode do you use?](https://discourse.jabref.org/t/duplicated-entries-which-comparison-mode-do-you-use/114)
- [Improved duplicate key resolving](https://discourse.jabref.org/t/improved-duplicate-key-resolving/50)
- [Get information about researchers from social websites](https://discourse.jabref.org/t/get-information-about-researchers-from-social-websites/66/1)
- [Add system specific notifications](https://discourse.jabref.org/t/add-system-specific-notifications/102)
- [Show warnings of integrity checker directly in entry editor](https://discourse.jabref.org/t/show-warnings-of-integrity-checker-directly-in-entry-editor/106)
- [Introduce formatter to truncate the target filename for automatic rename of attached files](https://discourse.jabref.org/t/introduce-formatter-to-truncate-the-target-filename-for-automatic-rename-of-attached-files/63)
2 changes: 1 addition & 1 deletion _posts/2016-08-15-HotkeyRevision.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Keys - new | Keys - old | Function

If you would like to try the new system, you can try it out at [https://builds.jabref.org/master/](https://builds.jabref.org/master/).

For questions about the functioning or suggestions for improvements, please use the [discussion forum](http://discourse.jabref.org/). In case you have trouble, report bugs on [GitHub]( https://github.com/JabRef/jabref/issues).
For questions about the functioning or suggestions for improvements, please use the [discussion forum](https://discourse.jabref.org/). In case you have trouble, report bugs on [GitHub]( https://github.com/JabRef/jabref/issues).
10 changes: 5 additions & 5 deletions _posts/2016-08-26-JabRef3-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ tags: [release]

We just released a new version of JabRef!

The new version 3.6 can be downloaded as of now from [FossHub](http://www.fosshub.com/JabRef.html) or at [GitHub](https://github.com/JabRef/jabref/releases/tag/v3.6).
The new version 3.6 can be downloaded as of now from [FossHub](https://www.fosshub.com/JabRef.html) or at [GitHub](https://github.com/JabRef/jabref/releases/tag/v3.6).

Version 3.6 contains 45 bug fixes and more than 30 changes and improvements.

The most notable new aspects are:

- The support for using a SQL database for storage in teams has been massively improved: JabRef now updates automatically if something has been changed, in case of conflicts a merge dialog is shown, and various other improvements have been made.
- A detailed description of how to use this feature can be found here: [http://help.jabref.org/en/SQLDatabase](http://help.jabref.org/en/SQLDatabase)
- Note: Due to this changes SQL databases created with an older version of JabRef must be migrated. You can find a migration guide [here at help.jabref.org](http://help.jabref.org/en/SQLDatabaseMigration).
- A detailed description of how to use this feature can be found here: [https://help.jabref.org/en/SQLDatabase](https://help.jabref.org/en/SQLDatabase)
- Note: Due to this changes SQL databases created with an older version of JabRef must be migrated. You can find a migration guide [here at help.jabref.org](https://help.jabref.org/en/SQLDatabaseMigration).
- As announced in a previous blog entry the hotkey system has been changed to more consistent keys
- We added support to maintain user comments (`@Comment`) in opened/imported `bib`-Files
- The `Protect Terms`-Formatter which puts `{ }` braces around terms can now be customized. Thus, you can maintain additional lists of terms for your domain which should be protected.
Expand All @@ -27,7 +27,7 @@ Moreover, there are various other fixes in the OpenOffice/LibreOffice tooling, i

An overview of all new features and fixes can be found as usual in the [Changelog at GitHub](https://github.com/JabRef/jabref/blob/v3.6/CHANGELOG.md).

*A note to all Mac OS X users: There might be problems if you don't have Java 8 installed on your machine. Moreover, you might be required to use `Cmd-MouseClick` to open the installer to be able to ignore a security warning. For more information [checkout the FAQs](http://www.jabref.org/faq/#jabref-and-mac-os-x).*
*A note to all Mac OS X users: There might be problems if you don't have Java 8 installed on your machine. Moreover, you might be required to use `Cmd-MouseClick` to open the installer to be able to ignore a security warning. For more information [checkout the FAQs](https://www.jabref.org/faq/#jabref-and-mac-os-x).*

For questions about the functioning or suggestions for improvements please use [the discussion forum](http://discourse.jabref.org).
For questions about the functioning or suggestions for improvements please use [the discussion forum](https://discourse.jabref.org).
In case you have trouble, report bugs on [GitHub](https://github.com/JabRef/jabref/issues).
2 changes: 1 addition & 1 deletion _posts/2016-09-19-CustomEntryTypesVideoTut.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BibTeX and BibLaTeX allow users to define their own entry types and fields.
As a leading reference management software using Bib(La)TeX format natively,
JabRef includes this capability.

In JabRef, you can [customize entry types](http://help.jabref.org/en/CustomEntriesHelp) in just a few clicks.
In JabRef, you can [customize entry types](https://help.jabref.org/en/CustomEntriesHelp) in just a few clicks.
A tutorial by the [Khmer TeX Users Group](https://khtug.blogspot.de/) illustrates this feature.

[![Tutorial: customizing an entry type in JabRef](/img/CustomEntryType-Youtube-screenshot.png)](https://www.youtube.com/watch?v=iM1pg3jAIgs " Customize Entry Types in JabRef ")
Loading

0 comments on commit b0f42b4

Please sign in to comment.