- Notifications
You must be signed in to change notification settings - Fork6
NotificationsYou must be signed in to change notification settings
vim-jp/vimdoc-en
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project provides an HTML version of the Vim help pages athttps://vim-jp.org/vimdoc-en/.
There is already another similar site:https://vimhelp.org/.The main purpose of the vimdoc-en project is to provide a handy way to see both Japanese and English versions of the help pages.
The help pages are automatically updated everyday (if there are any changes).
First of all, to generate everything, just runmake
.This requires Docker, so prepare it in advance.
Here's what's happening:
- Run
make html
to generate HTML files before GitHub Pages (Jekyll) processing- Download vim and vim_faq
- Collect the necessary *.txt files
- Convert the *.txt files to *.html
- Run
make jekyll-build-by-docker
to output all HTML files for the vimdoc-en site using GitHub Pages (Jekyll)
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.