File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ source "https://rubygems.org"
2
+
3
+ #https://talk.jekyllrb.com/t/liquid-4-0-3-tainted/7946/12
4
+
5
+ gem 'liquid' , '>= 4.0' , '< 6.0'
6
+ gem 'jekyll' , '>= 4.3.2'
7
+ gem 'jekyll-redirect-from'
8
+
9
+
10
+
Original file line number Diff line number Diff line change 1
1
# BleachBit Documentation
2
2
3
- [ Read the documentation.] ( https://docs.bleachbit.org/ )
3
+ Are you a user wanting to learn how to use BleachBit? [ Read the documentation.] ( https://docs.bleachbit.org/ )
4
4
5
- Help improve this documentation:
5
+ # Build
6
+
7
+ ``` sh
8
+ sudo apt-get update
9
+ sudo apt-get install gnupg2 ruby jekyll bundle
10
+ sudo apt-get remove ruby-liquid # in case installed earlier
11
+ bundle install
12
+ bundle exec jekyll serve
13
+ bundle exec jekyll build
14
+ ```
15
+
16
+ # Help improve
6
17
7
18
1 . Log in to GitHub.
8
19
2 . Fork this repository to make your own copy.
9
20
3 . Make the edits in your own repository.
10
21
4 . Submit a pull request to merge your changes.
11
22
23
+ # License
24
+
12
25
The documentation is under the GNU General Public License version 3 or later
You can’t perform that action at this time.
0 commit comments