Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An International Vim Conference

NotificationsYou must be signed in to change notification settings

vim-jp/vimconf.org

Repository files navigation

Getting involved

Joinvim-jp slack instead, or contactus.

(We stopped usingGitter. )

How to serve in your machine

Pre requirements

  • Docker
  • (OPTION) Python 3: to preview with local HTTP server

Build

The following command will build your site in the _site/ directory:

$./_scripts/docker_jekyll jekyll build

You can also specify options such as incremental options.

$./_scripts/docker_jekyll jekyll build -I

Serve

You can runjekyll serve with the following command.

$./_scripts/docker_jekyll_serve

It uses port 4000 to serve the contents.Openhttp://127.0.0.1:4000 with your browser.

This command accepts options as you know.To use watch and incremental builds:

$./_scripts/docker_jekyll_serve -wI

Auto-regeneration may not work on some Windows versions.In that case, it might be easier to serve it in Pythonand generate it manually in the "Build" step.

If you just want to serve without watching or building, you may do as follows.

$./_scripts/docker_jekyll_serve --skip-initial-build --no-watch

Serve with Python

You can run Python local HTTP server with the following command.

$./_scripts/python_http_server

It uses ports 8000 to serve the contents.Openhttp://127.0.0.1:8000 with your browser.

About

An International Vim Conference

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors54


[8]ページ先頭

©2009-2025 Movatter.jp