We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc346f7 commit af7863aCopy full SHA for af7863a
1 file changed
README.md
@@ -10,10 +10,10 @@ This is the source repository for [termux.github.io](https://termux.github.io) a
10
Install dependencies as explained at [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/), then run
11
12
```
13
-bundle exec jekyll serve
+bundle exec jekyll serve --future
14
15
16
-to start a local server at http://localhost:4000.
+to start a local server at http://localhost:4000. `--future` is needed to show posts with dates in the future.
17
18
If [`_config.yml`] file was updated, then stop server with `ctrl + c` and start it again for changes to take effect.
19
##
@@ -87,4 +87,4 @@ Post Content
87
88
89
90
-[termux.dev]: https://termux.dev
+[termux.dev]: https://termux.dev
0 commit comments