1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00
No description
Find a file
2022-08-29 17:32:03 +00:00
.github/workflows Adding .github/workflows/codeql-analysis.yml 2022-03-09 13:44:52 +01:00
_data _data/dists.yml: correcting version number for focal 2020-12-31 15:40:58 +01:00
_includes Adding favicon 2022-05-23 17:55:54 +02:00
_layouts _layouts/package.html: Adding links to repo, archive and component in title. 2022-05-23 18:22:24 +02:00
_packages [Autogen] Updated repo index 2022-08-29 17:32:03 +00:00
_repos _repos: fix ordering. 2022-08-18 15:14:34 +02:00
_sass Remove the old collapse js/scss code. 2022-01-25 16:54:20 +01:00
_scripts move source js files (that should be bundled) from _scripts/ to assets/js/ 2022-01-25 12:57:27 +01:00
assets Adding favicon 2022-05-23 17:55:54 +02:00
.gitignore .gitignore: do not ignore *.lock 2019-11-27 19:59:45 +01:00
404.html 404.html: use error layout and change the text abit. 2019-10-23 14:06:02 +02:00
_config.yml _config.yml: exclude assets/js directory 2022-01-25 12:57:51 +01:00
Gemfile Gemfile: Make sure github-pages has version >= 255 2022-03-09 13:36:56 +01:00
Gemfile.lock Bump tzinfo from 1.2.9 to 1.2.10 2022-07-22 04:41:43 +00:00
help.md Adding help page (help.md) 2020-04-27 15:47:51 +02:00
index.md Trigger page build 2021-03-08 10:48:02 +01:00
package-lock.json Bump terser from 5.10.0 to 5.14.2 2022-07-20 17:13:49 +00:00
package.json npm: update jquery to 3.6.0 2022-01-26 10:03:05 +01:00
README.md Adding README file 2020-12-29 14:08:55 +01:00
webpack.config.js move source js files (that should be bundled) from _scripts/ to assets/js/ 2022-01-25 12:57:27 +01:00

Sw/eden APT Site

Install

Next you need to install jekyll Follow the guide here: https://jekyllrb.com/docs/installation

Gems

Next, run bundle install to install all ruby gems needed.

bundle install --path vendor/bundle

Build and run the site!

now you can build the site with this command

bundle exec jekyll serve