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
dependabot[bot] 6fea9cac7e
Bump nokogiri from 1.14.3 to 1.15.6
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.15.6.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.3...v1.15.6)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 00:11:04 +00:00
.github/workflows Adding .github/workflows/codeql-analysis.yml 2022-03-09 13:44:52 +01:00
_data _data/dists.yml: Add jammy. 2023-07-17 11:00:34 +02:00
_includes _includes/apt-add.html: Remove focal hack :) 2023-07-21 08:12:33 +02:00
_layouts _layouts/package.html: cleanup package page with a sidemenu. 2022-09-06 18:47:07 +02:00
_packages [Autogen] Updated repo index 2024-02-22 13:17:51 +00:00
_repos remove _repos/uos.md 2023-07-17 11:00:14 +02:00
_sass _layouts/package.html: cleanup package page with a sidemenu. 2022-09-06 18:47:07 +02:00
_scripts move source js files (that should be bundled) from _scripts/ to assets/js/ 2022-01-25 12:57:27 +01:00
assets Update search module to handle new package format. 2022-09-06 13:00:40 +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 _includes/apt-add.html: Remove focal hack :) 2023-07-21 08:12:33 +02:00
Gemfile ruby >= 3.0 requires webrick. 2023-04-08 13:49:19 +02:00
Gemfile.lock Bump nokogiri from 1.14.3 to 1.15.6 2024-03-19 00:11:04 +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
LICENSE Adding LICENSE 2023-01-24 14:29:14 +01:00
package-lock.json Bump webpack from 5.67.0 to 5.76.0 2023-03-14 20:00:17 +00:00
package.json Bump webpack from 5.67.0 to 5.76.0 2023-03-14 20:00:17 +00: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