File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ This is the source repository for [termux.github.io](https://termux.github.io) a
1010Install 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
1818If [ ` _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
You can’t perform that action at this time.
0 commit comments