This website works better with JavaScript.
Home
Explore
Help
Sign In
abhas
/
selfhosted-education
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Add original PDF booklet to the website
main
Abhas Abhinav
3 years ago
parent
1a6baa6bee
commit
1ed49b6c45
6 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Gemfile
+3
-0
Gemfile.lock
+1
-0
_config.yml
+1
-0
_sass/custom/custom.scss
+1
-0
about.markdown
BIN
assets/free-software-for-edu-booklet.pdf
+ 1
- 0
Gemfile
View File
@ -28,3 +28,4 @@ end
# Performance-booster for watching directories on Windows
# Performance-booster for watching directories on Windows
gem
"
wdm
"
,
"
~> 0.1.1
"
,
:install_if
=
>
Gem
.
win_platform?
gem
"
wdm
"
,
"
~> 0.1.1
"
,
:install_if
=
>
Gem
.
win_platform?
gem
"
just-the-docs
"
gem
"
just-the-docs
"
gem
"
jekyll-pdf-embed
"
+ 3
- 0
Gemfile.lock
View File
@ -31,6 +31,8 @@ GEM
terminal-table (~> 1.8)
terminal-table (~> 1.8)
jekyll-feed (0.15.1)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll (>= 3.7, < 5.0)
jekyll-pdf-embed (1.1.0)
jekyll
jekyll-sass-converter (2.1.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.7.1)
@ -82,6 +84,7 @@ PLATFORMS
DEPENDENCIES
DEPENDENCIES
jekyll (~> 4.0.1)
jekyll (~> 4.0.1)
jekyll-feed (~> 0.12)
jekyll-feed (~> 0.12)
jekyll-pdf-embed
just-the-docs
just-the-docs
minima (~> 2.5)
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo (~> 1.2)
+ 1
- 0
_config.yml
View File
@ -36,6 +36,7 @@ search_enabled: false
theme
:
"just-the-docs"
theme
:
"just-the-docs"
plugins:
plugins:
-
jekyll-feed
-
jekyll-feed
-
jekyll-pdf-embed
# Exclude from processing.
# Exclude from processing.
# The following items will not be processed, by default.
# The following items will not be processed, by default.
+ 1
- 0
_sass/custom/custom.scss
View File
@ -19,3 +19,4 @@ h1, h2 {
color
:
#
3771C9
;
color
:
#
3771C9
;
font-weight
:
500
;
font-weight
:
500
;
}
}
+ 1
- 0
about.markdown
View File
@ -7,4 +7,5 @@ permalink: /about/
<
img
src
=
"/assets/she-logo.png"
>
<
img
src
=
"/assets/she-logo.png"
>
<
iframe
title
=
"PDF file"
width
=
"500"
height
=
"640"
src
=
"/assets/free-software-for-edu-booklet.pdf"
>
<
/
iframe
>
BIN
assets/free-software-for-edu-booklet.pdf
View File
Write
Preview
Loading…
Cancel
Save