Skip to content

Commit af7863a

Browse files
committed
README: document jekyll serve --future arg
For blog posts with a date in the future --future is needed for it to show with jekyll serve.
1 parent cc346f7 commit af7863a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This is the source repository for [termux.github.io](https://termux.github.io) a
1010
Install dependencies as explained at [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/), then run
1111

1212
```
13-
bundle exec jekyll serve
13+
bundle exec jekyll serve --future
1414
```
1515

16-
to start a local server at http://localhost:4000.
16+
to start a local server at http://localhost:4000. `--future` is needed to show posts with dates in the future.
1717

1818
If [`_config.yml`] file was updated, then stop server with `ctrl + c` and start it again for changes to take effect.
1919
##
@@ -87,4 +87,4 @@ Post Content
8787
##
8888

8989

90-
[termux.dev]: https://termux.dev
90+
[termux.dev]: https://termux.dev

0 commit comments

Comments
 (0)