1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 07:09:11 +08:00

Change page type to article

This commit is contained in:
Shidong Wang 2020-05-17 14:08:03 +08:00
parent 004c46931d
commit 8a550eb1a1
30 changed files with 36 additions and 32 deletions

View File

@ -11,7 +11,11 @@
<meta name="yandex-verification" content="8de09d07572b8dcc" />
<meta name="author" content="Shidong Wang" />
<meta name="description" content="{{ page.description }}" />
<meta property="og:type" content="website" />
{% if page.type %}
<meta property="og:type" content="{{ page.type }}" />
{% else %}
<meta property="og:type" content="webpage" />
{% endif %}
<meta property="og:title" content="{{ page.title }} | SpaceVim" />
<meta property="og:description" content="{{ page.description }}" />
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />

View File

@ -3,7 +3,7 @@ title: "Use Vim as a Java IDE"
categories: [tutorials, blog]
description: "A general guide for using SpaceVim as Java IDE, including layer configuration and requiems installation."
redirect_from: "/2017/02/11/use-vim-as-a-java-ide.html"
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a Java IDE"
---

View File

@ -4,7 +4,7 @@ categories: [tutorials_cn, blog_cn]
description: "如何使用 Vim 搭建 Java 的开发环境,自动补全、语法检查、代码格式化、交互式编程以及断点调试相关使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 Java 开发环境"
---

View File

@ -2,7 +2,7 @@
title: "Use Vim as a Python IDE"
categories: [tutorials, blog]
description: "A general guide for using SpaceVim as Python IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a Python IDE"
---

View File

@ -4,7 +4,7 @@ categories: [blog_cn]
description: "这篇文章主要介绍如何使用 SpaceVim 搭建基本的的开发环境,简介 SpaceVim 基本的使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建基本开发环境"
---

View File

@ -4,7 +4,7 @@ categories: [tutorials_cn, blog_cn]
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 Python 的开发环境,简介 lang#python 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 Python 开发环境"
---

View File

@ -2,7 +2,7 @@
title: "Use Vim as IDE"
categories: [blog]
description: "A general guide for using SpaceVim as general IDE"
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as IDE"
---

View File

@ -1,10 +1,10 @@
---
title: "SpaceVim 中一键异步运行"
categories: [blog_cn, feature_cn]
description: "异步执行当前文件,并将结果展示在下方窗口"
description: "异步执行当前文件,并将结果展示在下方窗口"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "VIM 异步代码执行"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a Go IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/57321608-4a484880-7134-11e9-8e43-5fa05085d7e5.png
description: "A general guide for using SpaceVim as Go IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a Go IDE"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/57321608-4a484880-7134
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 Go 的开发环境,简介 lang#go 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 Go 开发环境"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a Lua IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/51436347-3502f780-1cc6-11e9-9ae1-02e1dfa1e165.png
description: "A general guide for using SpaceVim as Lua IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a Lua IDE"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/51436347-3502f780-1cc6
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 Lua 的开发环境,简介 lang#lua 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 Lua 开发环境"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/51976034-add03380-24be
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 JavaScript 的开发环境,简介 lang#javascript 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 JavaScript 开发环境"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a CoffeeScript IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/51876268-fe526e80-23a2-11e9-8964-01fd62392a1f.png
description: "A general guide for using SpaceVim as CoffeeScript IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a CoffeeScript IDE"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/51876268-fe526e80-23a2
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 CoffeeScript 的开发环境,简介 lang#coffeescript 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 CoffeeScript 开发环境"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a JavaScript IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/51976034-add03380-24be-11e9-84b5-245432e7f933.png
description: "A general guide for using SpaceVim as JavaScript IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a JavaScript IDE"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/52611209-54550500-2ebf
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 Perl 的开发环境,简介 lang#perl 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 Perl 开发环境"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a Perl IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/52611209-54550500-2ebf-11e9-9b9f-f697a0db52a3.png
description: "A general guide for using SpaceVim as Perl IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a Perl IDE"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/53355518-20202080-3964
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 Ruby 的开发环境,简介 lang#ruby 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 Ruby 开发环境"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a Ruby IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/53355518-20202080-3964-11e9-92f3-476060f2761e.png
description: "A general guide for using SpaceVim as Ruby IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a Ruby IDE"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a PHP IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/57497567-c6948480-730a-11e9-95ec-e44bf6e79984.png
description: "A general guide for using SpaceVim as PHP IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a PHP IDE"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/57497567-c6948480-730a
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 PHP 的开发环境,简介 lang#php 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 PHP 开发环境"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a C/C++ IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/58743787-db2bee80-846a-11e9-9b19-17202ac542c9.png
description: "A general guide for using SpaceVim as C/C++ IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a C/C++ IDE"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/58743787-db2bee80-846a
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 C/C++ 的开发环境,简介 lang#c 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 C/C++ 开发环境"
---

View File

@ -5,7 +5,7 @@ description: "通过异步检索展示整个项目中所有的待办事项,显
image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "异步待办事项管理器"
---

View File

@ -5,7 +5,7 @@ description: "通过配置文件,自定义工程文件跳转路径,包括跳
image: https://user-images.githubusercontent.com/13142418/80495522-9d955580-899a-11ea-9e2e-b621b1d821d8.png
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "自定义工程文件跳转"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a Rust IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/75607213-9afbb880-5b2f-11ea-8569-5f39142f134b.png
description: "A general guide for using SpaceVim as Rust IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a Rust IDE"
---

View File

@ -2,10 +2,10 @@
title: "使用 Vim 搭建 Rust 开发环境"
categories: [tutorials_cn, blog_cn]
image: https://user-images.githubusercontent.com/13142418/75607213-9afbb880-5b2f-11ea-8569-5f39142f134b.png
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 Rust 的开发环境,简介 lang#rust 模块所支持的功能特性以及使用技巧"
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 Rust 的开发环境,简介 lang#rust 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 Rust 开发环境"
---

View File

@ -5,7 +5,7 @@ image: https://user-images.githubusercontent.com/13142418/79134364-2bd8db80-7de0
description: "这篇文章主要介绍如何使用 SpaceVim 搭建 TypeScript 的开发环境,简介 lang#typescript 模块所支持的功能特性以及使用技巧"
permalink: /cn/:title/
lang: zh
type: BlogPosting
type: article
comments: true
commentsID: "使用 Vim 搭建 TypeScript 开发环境"
---

View File

@ -3,7 +3,7 @@ title: "Use Vim as a TypeScript IDE"
categories: [tutorials, blog]
image: https://user-images.githubusercontent.com/13142418/79134364-2bd8db80-7de0-11ea-848e-71d3f07cb79d.png
description: "A general guide for using SpaceVim as TypeScript IDE, including layer configuration, requiems installation and usage."
type: BlogPosting
type: article
comments: true
commentsID: "Use Vim as a TypeScript IDE"
---