Skip to content

Commit

Permalink
Change redirect link
Browse files Browse the repository at this point in the history
  • Loading branch information
weirane committed Jan 1, 2020
1 parent ec7dfc0 commit a02ca0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _posts/2019-10-23-first-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 第一篇博客
description: The first blog, an explantion of how this blog is set up
tags: jekyll
redirect_from: /p/0
redirect_from: /r/0
---

这个博客使用 [jekyll] 构建加上 [minimal mistakes][minimistake] 主题的 `dirt` [皮肤][skin]。源代码在 [GitHub][gh-source] 上,用 Travis CI 自动部署到 GitHub Pages:[![Build Status](https://travis-ci.org/weirane/blog.svg?branch=master)](https://travis-ci.org/weirane/blog)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-10-25-autocompleters.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: My experiences with YouCompleteMe and TabNine
toc: true
category: Tools
tags: vim
redirect_from: /p/1
redirect_from: /r/1
---

At the start, I should point out that this blog will not be a tutorial of how to install, configure or use an autocompleter in vim --- there are a plenty of them on the web. But if you are interested in my configurations under linux, you are welcome to visit my [dotfiles] repository.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-11-25-rust-wasm-closest-pair.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toc: true
read_time: false
category: Programming
tags: rust wasm
redirect_from: /p/2
redirect_from: /r/2
---

先放 [链接][gh-pages]。这个项目一开始是算法课的一个上机作业,[平面上的最近点对问题]。这是一个使用分治法的计算几何学问题,具体的算法就不在这里解释了,这篇博客主要讲讲 Rust 和 WebAssembly。
Expand Down

0 comments on commit a02ca0d

Please sign in to comment.