Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
This commit is contained in:
commit
adbf77c49a
8 changed files with 47 additions and 10 deletions
18
README.md
18
README.md
|
|
@ -46,19 +46,29 @@ You can watch it in action [here](https://panossakkos.github.io/personal-jekyll-
|
|||
|
||||
The theme contains documentation in the form of [blog posts](https://panossakkos.github.io/personal-jekyll-theme/blog/index.html).
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## How to run locally
|
||||
|
||||
First, you need to install jekyll and the dependencies of { Personal } by running:
|
||||
|
||||
````
|
||||
```shell
|
||||
./scripts/install
|
||||
````
|
||||
```
|
||||
|
||||
Then, you can build and serve your website by simply running:
|
||||
|
||||
````
|
||||
```shell
|
||||
./scripts/serve-production
|
||||
````
|
||||
```
|
||||
|
||||
To serve across lan (requires su to forward the port 4000 over lan):
|
||||
|
||||
```shell
|
||||
./scripts/serve-lan-production
|
||||
```
|
||||
|
||||
## OSS used in { Personal }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue