Skip to content

Commit fcbe4df

Browse files
committed
Add Gemfile and build instructions
1 parent 0e6cb7f commit fcbe4df

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

Gemfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# BleachBit Documentation
22

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/)
44

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
617

718
1. Log in to GitHub.
819
2. Fork this repository to make your own copy.
920
3. Make the edits in your own repository.
1021
4. Submit a pull request to merge your changes.
1122

23+
# License
24+
1225
The documentation is under the GNU General Public License version 3 or later

0 commit comments

Comments
 (0)