diff --git a/Gemfile b/Gemfile index 4218a19..ae32e26 100644 --- a/Gemfile +++ b/Gemfile @@ -28,3 +28,4 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? gem "just-the-docs" +gem "jekyll-pdf-embed" diff --git a/Gemfile.lock b/Gemfile.lock index 46755ae..ff1e160 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,8 @@ GEM terminal-table (~> 1.8) jekyll-feed (0.15.1) jekyll (>= 3.7, < 5.0) + jekyll-pdf-embed (1.1.0) + jekyll jekyll-sass-converter (2.1.0) sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.7.1) @@ -82,6 +84,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.0.1) jekyll-feed (~> 0.12) + jekyll-pdf-embed just-the-docs minima (~> 2.5) tzinfo (~> 1.2) diff --git a/_config.yml b/_config.yml index 726c722..7dd0563 100644 --- a/_config.yml +++ b/_config.yml @@ -36,6 +36,7 @@ search_enabled: false theme: "just-the-docs" plugins: - jekyll-feed + - jekyll-pdf-embed # Exclude from processing. # The following items will not be processed, by default. diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 0115d13..2a5b233 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -19,3 +19,4 @@ h1, h2 { color: #3771C9; font-weight: 500; } + diff --git a/about.markdown b/about.markdown index 46b63ec..41eee94 100644 --- a/about.markdown +++ b/about.markdown @@ -7,4 +7,5 @@ permalink: /about/ + diff --git a/assets/free-software-for-edu-booklet.pdf b/assets/free-software-for-edu-booklet.pdf new file mode 100644 index 0000000..645d5ea Binary files /dev/null and b/assets/free-software-for-edu-booklet.pdf differ