mirror of
https://github.com/d0zingcat/infloop.life.git
synced 2026-05-20 23:16:49 +00:00
historial posts moved
This commit is contained in:
11
source/_drafts/sign-in-with-apple-erlang-backend.md
Normal file
11
source/_drafts/sign-in-with-apple-erlang-backend.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Sign in With Apple Erlang Backend Implementation"
|
||||
date: 2019-11-12T19:35:45+08:00
|
||||
category: ["Erlang"]
|
||||
draft: true
|
||||
---
|
||||
|
||||
> 最近准备开始交接之前的一个Python的项目,准备正式开始接手SDK项目。但是把代码下载下来一看发现公司的非物质文化遗产还是没那么快可以被抛弃的,兜兜转转还是逃不过写Erlang的命。于是默默的拿出了之前公司大哥给的Erlang程序设计,现学现卖,边学边写我的需求。
|
||||
|
||||
|
||||
|
||||
4
source/_drafts/using-vps-with-tor.md
Normal file
4
source/_drafts/using-vps-with-tor.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Using Vps With Tor'
|
||||
date: 2019-10-29T16:30:57+08:00
|
||||
---
|
||||
48
source/_drafts/vim-the-best-ide.md
Normal file
48
source/_drafts/vim-the-best-ide.md
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: "Vim the Best Ide"
|
||||
date: 2019-11-03T11:35:11+08:00
|
||||
lastmod: 2019-11-03T11:35:11+08:00
|
||||
draft: true
|
||||
keywords: []
|
||||
description: ""
|
||||
tags: []
|
||||
categories: []
|
||||
author: ""
|
||||
|
||||
# You can also close(false) or open(true) something for this content.
|
||||
# P.S. comment can only be closed
|
||||
comment: false
|
||||
toc: false
|
||||
autoCollapseToc: false
|
||||
postMetaInFooter: false
|
||||
hiddenFromHomePage: false
|
||||
# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
|
||||
contentCopyright: false
|
||||
reward: false
|
||||
mathjax: false
|
||||
mathjaxEnableSingleDollar: false
|
||||
mathjaxEnableAutoNumber: false
|
||||
|
||||
# You unlisted posts you might want not want the header or footer to show
|
||||
hideHeaderAndFooter: false
|
||||
|
||||
# You can enable or disable out-of-date content warning for individual post.
|
||||
# Comment this out to use the global config.
|
||||
#enableOutdatedInfoWarning: false
|
||||
|
||||
flowchartDiagrams:
|
||||
enable: false
|
||||
options: ""
|
||||
|
||||
sequenceDiagrams:
|
||||
enable: false
|
||||
options: ""
|
||||
|
||||
---
|
||||
|
||||
|
||||
<!--more-->
|
||||
|
||||
参考:
|
||||
|
||||
[Vim Splits - Move Faster and More Naturally](https://thoughtbot.com/blog/vim-splits-move-faster-and-more-naturally)
|
||||
Reference in New Issue
Block a user