Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 21, 2024
0 parents commit 82a2af2
Show file tree
Hide file tree
Showing 133 changed files with 19,131 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
elevforeningen.vih.dk
11 changes: 11 additions & 0 deletions _site/admin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html><html>
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<title>Content Manager: Elevforeningen</title>
{% include head/favicon.html %}
</head>
<body>
<script src=https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js></script>
</body>
</html>
3 changes: 3 additions & 0 deletions _site/assets/css/main.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _site/assets/js/_main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _site/assets/js/lunr/lunr-en.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _site/assets/js/lunr/lunr-gr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _site/assets/js/lunr/lunr-store.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var store=[]
1 change: 1 addition & 0 deletions _site/assets/js/lunr/lunr.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _site/assets/js/lunr/lunr.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions _site/assets/js/main.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _site/assets/js/plugins/gumshoe.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions _site/assets/js/plugins/jquery.ba-throttle-debounce.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*!
* jQuery throttle / debounce - v1.1 - 3/7/2010
* http://benalman.com/projects/jquery-throttle-debounce-plugin/
*
* Copyright (c) 2010 "Cowboy" Ben Alman
* Dual licensed under the MIT and GPL licenses.
* http://benalman.com/about/license/
*/(function(c,a){'$:nomunge';var b=c.jQuery||c.Cowboy||(c.Cowboy={}),d;b.throttle=d=function(g,f,c,d){var e,h=0;typeof f!='boolean'&&(d=c,c=f,f=a);function i(){var j=this,i=+new Date-h,k=arguments;function b(){h=+new Date,c.apply(j,k)}function l(){e=a}d&&!e&&b(),e&&clearTimeout(e),d===a&&i>g?b():f!==!0&&(e=setTimeout(d?l:b,d===a?g-i:g))}return b.guid&&(i.guid=c.guid=c.guid||b.guid++),i},b.debounce=function(b,c,e){return e===a?d(b,c,!1):d(b,e,c!==!1)}})(this)
Loading

0 comments on commit 82a2af2

Please sign in to comment.