Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
shortcut text for #574
  • Loading branch information
kltm authored Jul 24, 2024
1 parent 8053767 commit b936528
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ apt-get update && apt-get -u install bundler wget
make
gem install bundler:2.2.3
bundler install
export LANG="C.UTF-8"
export LC_ALL="C.UTF-8"
```
The site will be available at: http://127.0.0.1:4000/

As a "shortcut"
```
apt-get update && apt-get -u install bundler wget && make && gem install bundler:2.2.3 && bundler install && export LANG="C.UTF-8" && export LC_ALL="C.UTF-8"
```

## Running (in docker image)
```
bundle exec jekyll serve
Expand All @@ -31,8 +38,6 @@ The static files of the site will be stored in `_site`

## Indexing the pages
```
export LANG="C.UTF-8"
export LC_ALL="C.UTF-8"
ALGOLIA_API_KEY=admin_key bundle exec jekyll algolia
```
This will index all markdown pages using [algolia](https://www.algolia.com). The pages to be indexed (or not indexed) as well as the tag elements can be configured in `_config.yml`
Expand Down

0 comments on commit b936528

Please sign in to comment.