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
2020-12-29 14:08:55 +01:00
_data _data/dists.yml: adding codename_full field 2020-02-28 14:36:39 +01:00
_includes _includes/apt-add.html: remove unused variable 2020-12-28 13:20:38 +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 2020-12-15 22:00:18 +00:00
_repos Delete volt again :) 2020-11-27 12:05:48 +01:00
_sass _sass/_variables.scss: minor stuff. 2020-11-25 17:27:07 +01:00
_scripts _scripts/app.js: Adding collapse code 2020-04-27 15:12:16 +02:00
assets Update assets/scripts.js 2020-04-27 15:13:21 +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 Adding README file 2020-12-29 14:08:55 +01:00
Gemfile [Security] Update activesupport to >= 4.1.11 2020-08-14 15:27:57 +02:00
Gemfile.lock Update Gemfile.lock 2020-12-29 14:08:39 +01:00
help.md Adding help page (help.md) 2020-04-27 15:47:51 +02:00
index.md include setup-instructions on dist index and repo pages. 2020-04-27 15:57:14 +02:00
package-lock.json Adding package-lock.json 2019-11-27 19:37:55 +01:00
package.json package.json: Adding start script. 2020-04-27 14:40:36 +02:00
README.md Adding README file 2020-12-29 14:08:55 +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