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-01-25 12:35:58 +01:00
_data _data/dists.yml: correcting version number for focal 2020-12-31 15:40:58 +01:00
_includes _includes/js.html: include /assets/package_data.js 2022-01-25 12:35:58 +01:00
_layouts _layouts/dist.html: pass domain from repo to setup-instruction. 2020-11-25 17:25:28 +01:00
_packages [Autogen] Updated repo index 2022-01-19 17:00:18 +00:00
_repos Remove daobet 2021-11-04 12:58:28 +01:00
_sass Adding _sass/_misc.scss with alpinejs x-cloak. 2022-01-24 18:15:23 +01:00
_scripts npm: use webpack instead of upglify-js. 2022-01-24 18:15:26 +01:00
assets Adding assets/package_data.js 2022-01-25 11:49:30 +01: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 _scripts/app.js 2022-01-24 18:15:27 +01:00
Gemfile [Security] Update addressable to >=2.8.0 2021-08-16 16:15:20 +02:00
Gemfile.lock Bump nokogiri from 1.11.4 to 1.12.5 2021-09-27 23:51:39 +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 Use alpinejs via npm install instead of unpkg.com link. 2022-01-25 12:33:52 +01:00
package.json Use alpinejs via npm install instead of unpkg.com link. 2022-01-25 12:33:52 +01:00
README.md Adding README file 2020-12-29 14:08:55 +01:00
webpack.config.js npm: use webpack instead of upglify-js. 2022-01-24 18:15:26 +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