Skip to content

Commit

Permalink
Clean up old files and ignore /scripts/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian committed Oct 31, 2023
1 parent ad145db commit b997b53
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Copy the files to the server using rsync
uses: burnett01/[email protected]
with:
switches: --dry-run -auvxP --delete --exclude="/invoice" --exclude="/invoice-usermeeting" --exclude="/qgisuser"
switches: -auvxP --delete --exclude="/invoice" --exclude="/invoice-usermeeting" --exclude="/qgisuser"
path: _site/*
remote_path: /var/www/sites/qgisch
remote_host: ${{ secrets.HOST }}
Expand Down
30 changes: 16 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Your awesome title
title: QGIS Anwendergruppe Schweiz / Groupe d'utilisateurs QGIS Suisse
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: QGISCH
github_username: jekyll
twitter_username: QGISCH
github_username: qgis-ch

# Build settings
theme: minima
Expand All @@ -48,14 +48,16 @@ defaults:
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- /scripts/
- README.md
29 changes: 0 additions & 29 deletions _posts/2022-11-18-welcome-to-jekyll.markdown

This file was deleted.

7 changes: 0 additions & 7 deletions verein.md

This file was deleted.

0 comments on commit b997b53

Please sign in to comment.