You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get your current inotify file watch limit (default is 8192)
$ cat /proc/sys/fs/inotify/max_user_watches
Set new limit temporarily with:
.. code-block:: bashrc
...
$ sudo sysctl fs.inotify.max_user_watches=524288
$ sudo sysctl -p
...
To set limit permanent:
.. code-block:: bashrc
...
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
$ sudo sysctl -p
...
Update with github pages:
bundle update github-pages or simply bundle update
if no bundler then:
``gem update github-pages``
Miscellanious:
To get gem information
bundle info jekyll
bundle show --paths
gem which jekyll
gem list
gem help commands
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
[jekyll-docs]: http://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/