lizard-Szilard / vimwiki-assets

Vimwiki Template with Twitter Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Vimwiki Template

Requirements

  • Twitter Bootstrap
  • highlight.js 8.0
  • Font Awesome 4.0.3

using vimwiki assets

$ cd $HOME/vimwiki_html/
$ git clone https://github.com/coderiot/vimwiki-assets.git assets

.vimrc settings

" vimwiki settings
let vimwiki_path=$HOME.'/vimwiki/'
let vimwiki_html_path=$HOME.'/vimwiki_html/'
let g:vimwiki_list = [{'path_html':vimwiki_html_path,
                       \ 'template_path':vimwiki_html_path.'vimwiki-assets/',
                       \ 'template_default': 'default',
                       \ 'template_ext': '.tpl',
                       \ 'auto_export': 0}]

Font Awesome are not showing in Firefox

open about:config in firefox

change security.fileuri.strict_origin_policy from true to false

About

Vimwiki Template with Twitter Bootstrap


Languages

Language:CSS 100.0%