jekyll update
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rolf Amfelt 2024-01-20 16:06:39 +01:00
parent 74b8e3ce10
commit f06abe5ab5
104 changed files with 16 additions and 16 deletions

0
.drone.yml Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
Gemfile Normal file → Executable file
View File

24
Gemfile.lock Normal file → Executable file
View File

@ -1,21 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.22.0-x86_64-linux)
google-protobuf (3.25.2-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -50,18 +50,18 @@ GEM
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
public_suffix (5.0.4)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.0)
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.58.3-x86_64-linux-musl)
google-protobuf (~> 3.21)
sass-embedded (1.70.0-x86_64-linux-musl)
google-protobuf (~> 3.25)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)
PLATFORMS

4
README.md Normal file → Executable file
View File

@ -7,9 +7,9 @@ This repo holds the homepage of https://cryptohagen.dk/
## Running locally for development:
- Install Docker and docker-compose
- Run ``docker-compose up``. THis starts a local web server on port 4000 with LiveReload enabled, enabling you to tweak and play without having to F5 your browser.
- Run ``docker compose up``. THis starts a local web server on port 4000 with LiveReload enabled, enabling you to tweak and play without having to F5 your browser.
If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``.
If you have changes to `Gemfile`, run ``docker compose run jekyll bundle update``.
## Publishing to cryptohagen.dk

0
_config.yml Normal file → Executable file
View File

0
_data/events.yml Normal file → Executable file
View File

0
_data/links.yml Normal file → Executable file
View File

0
_data/strings.yml Normal file → Executable file
View File

0
_layouts/base.html Normal file → Executable file
View File

0
_layouts/code.html Normal file → Executable file
View File

0
_sass/bootstrap/scss/.csscomb.json Normal file → Executable file
View File

0
_sass/bootstrap/scss/.scss-lint.yml Normal file → Executable file
View File

0
_sass/bootstrap/scss/_alert.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_animation.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_breadcrumb.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_button-group.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_buttons.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_card.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_carousel.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_close.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_code.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_custom-forms.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_dropdown.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_forms.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_grid.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_images.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_input-group.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_jumbotron.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_labels.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_list-group.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_media.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_mixins.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_modal.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_nav.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_navbar.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_normalize.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_pager.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_pagination.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_popover.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_print.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_progress.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_reboot.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_responsive-embed.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_tables.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_tooltip.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_type.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_utilities-background.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_utilities-responsive.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_utilities-spacing.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_utilities.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/_variables.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/bootstrap-flex.scss vendored Normal file → Executable file
View File

0
_sass/bootstrap/scss/bootstrap-grid.scss vendored Normal file → Executable file
View File

0
_sass/bootstrap/scss/bootstrap-reboot.scss vendored Normal file → Executable file
View File

0
_sass/bootstrap/scss/bootstrap.scss vendored Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_alert.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_background-variant.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_border-radius.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_breakpoints.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_buttons.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_cards.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_center-block.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_clearfix.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_forms.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_gradients.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_grid-framework.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_grid.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_hover.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_image.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_label.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_list-group.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_lists.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_nav-divider.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_navbar-align.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_pagination.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_progress.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_pulls.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_reset-filter.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_reset-text.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_resize.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_screen-reader.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_size.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_tab-focus.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_table-row.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_text-emphasis.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_text-hide.scss Normal file → Executable file
View File

0
_sass/bootstrap/scss/mixins/_text-truncate.scss Normal file → Executable file
View File

0
_sections/code_da.md Normal file → Executable file
View File

0
_sections/code_en.md Normal file → Executable file
View File

0
_sections/who_da.md Normal file → Executable file
View File

0
_sections/who_en.md Normal file → Executable file
View File

2
assets/css/cryptohagen.scss Normal file → Executable file
View File

@ -1,5 +1,4 @@
---
---
$font-family-sans-serif: monospace;
$font-family-serif: monospace;
@ -56,3 +55,4 @@ footer
color: #FFF;
}
}

0
assets/js/bootstrap.min.js vendored Normal file → Executable file
View File

0
assets/logo/DataCoop_Logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

0
assets/logo/cryto.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

0
assets/openlayers/ol.css Normal file → Executable file
View File

0
assets/openlayers/ol.js Normal file → Executable file
View File

0
code.html Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More