All Projects → vim-tw → vim-tw.github.io

vim-tw / vim-tw.github.io

Licence: CC0-1.0 license
Vim zh-hant community website

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to vim-tw.github.io

Paperclipfans
Hi~ 这里是 回形针 PaperClip 非官方的资料整理仓库,我们迫切的希望您的帮助整理,这将加速我们的网站维护每一期的文字稿及图片内容。
Stars: ✭ 85 (+347.37%)
Mutual labels:  github-page
Godot Ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 168 (+784.21%)
Mutual labels:  github-page
hugo-deploy
Easily deploy Hugo sites to Github Pages
Stars: ✭ 11 (-42.11%)
Mutual labels:  github-page
Varadbhogayata.github.io
My Portfolio - Personal Website
Stars: ✭ 95 (+400%)
Mutual labels:  github-page
Gatsby Docs Kit
📃Easy to Maintain Markdown/React Documentation Static Websites
Stars: ✭ 117 (+515.79%)
Mutual labels:  github-page
Pat
PAT OJ exercises in C language 浙江大学PAT纯C语言题解,欢迎改进建议
Stars: ✭ 245 (+1189.47%)
Mutual labels:  github-page
Wasm Template Rust
A wasm template for Rust to publish to gh-pages without npm-deploy
Stars: ✭ 76 (+300%)
Mutual labels:  github-page
versions-jekyll
An example site and repo for controlling versions of content in a web site.
Stars: ✭ 18 (-5.26%)
Mutual labels:  github-page
Kickster
Worry-free deploying to GitHub Pages using Jekyll
Stars: ✭ 151 (+694.74%)
Mutual labels:  github-page
fluidity
Fluidity - An accordion based startpage
Stars: ✭ 196 (+931.58%)
Mutual labels:  github-page
Hanuman
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.
Stars: ✭ 100 (+426.32%)
Mutual labels:  github-page
Openrefine.github.com
Github pages repository for OpenRefine account
Stars: ✭ 111 (+484.21%)
Mutual labels:  github-page
Bga issue blog
Flutter 或 Vue 全家桶(Vue + VueRouter + Vuex + Axios)抓取 GitHub 上的 Issues,结合 GitHub Pages 搭建个人博客站点,支持 GitHub 登录和评论
Stars: ✭ 249 (+1210.53%)
Mutual labels:  github-page
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (+384.21%)
Mutual labels:  github-page
osmosfeed
Turn GitHub into an RSS reader
Stars: ✭ 839 (+4315.79%)
Mutual labels:  github-page
Github Pages Gallery
A zero dollar solution to host your photo/video gallery online using Github pages and GitHub Actions. No coding necessary.
Stars: ✭ 77 (+305.26%)
Mutual labels:  github-page
Leetcode Viewer
用无后台、纯前端的单页应用来分享、呈现你的leetcode源码吧!
Stars: ✭ 212 (+1015.79%)
Mutual labels:  github-page
git clones
Git clone all of a user's PUBLIC Github repositories
Stars: ✭ 20 (+5.26%)
Mutual labels:  github-page
apihandyman.io
The apihandyman.io website
Stars: ✭ 14 (-26.32%)
Mutual labels:  github-page
vue-d3-template
A template project for using Vue with D3.js (easy serve on github.io)
Stars: ✭ 16 (-15.79%)
Mutual labels:  github-page

Vim 正體中文社群網站

討論及分享 Vim 相關技巧的小圈圈,請儘量使用正體中文發言,詳情請參考 http://www.vim.tw

聯繫管道:

如何在本機 (localhost) 建置環境

vim-tw.github.io 使用 github-pages (Jekll) framework 進行建置,詳請請參考 Using Jekyll with Pages | GitHub Pages Basics 一文。

  1. 安裝 Ruby 套件。

    $ #gem install --no-ri --no-doc bundler github-pages
    $ make install
    
  2. 執行 server。

    $ #bundle exec jekyll serve
    $ make run
    Configuration file: /Users/vimmer/vcs/vim-tw.github.io/_config.yml
                Source: /Users/vimmer/vcs/vim-tw.github.io
           Destination: /Users/vimmer/vcs/vim-tw.github.io/_site
          Generating...
                        done.
     Auto-regeneration: enabled for '/Users/vimmer/vcs/vim-tw.github.io'
    Configuration file: /Users/vimmer/vcs/vim-tw.github.io/_config.yml
        Server address: http://0.0.0.0:4000/
      Server running... press ctrl-c to stop.
    

程式架構 (Architecture)

若需新增其它頁面,只需於根目錄下新增 foo.md 或 foo.html 即可,(README.md 例外,請參考 _config.yml 裡的第一行 exclude: [README.md])。

$ tree
.
├── CNAME
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── Makefile
├── README.md
├── _config.yml
├── _includes
│   ├── footer.html
│   └── header.html
├── _layouts
│   └── default.html
├── _sass
│   └── variable.scss
├── _site
│   ├── CNAME
│   ├── Gemfile
│   ├── Gemfile.lock
│   ├── LICENSE
│   ├── index.html
│   ├── js
│   │   └── fetch.js
│   └── style.css
├── index.md
├── js
│   └── fetch.js
└── style.scss

6 directories, 21 files

授權 (LICENSE)

Copyleft (ɔ) from 2015-2020 Vim Taiwan CC BY-NC 2.5 TW.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].