mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-08 18:49:44 +00:00
create code-server on android post
This commit is contained in:
parent
faa99a2d6a
commit
c478133d3d
1 changed files with 43 additions and 0 deletions
43
content/post/install-code-server-on-android.md
Normal file
43
content/post/install-code-server-on-android.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
title: "Install Code Server on Android"
|
||||
date: 2021-02-23T06:30:35+05:30
|
||||
lastmod: 2022-04-02T06:30:35+05:30
|
||||
draft: false
|
||||
keywords: [code-server termux]
|
||||
description: ""
|
||||
tags: [code-server]
|
||||
categories: [linux]
|
||||
author: ""
|
||||
|
||||
# You can also close(false) or open(true) something for this content.
|
||||
# P.S. comment can only be closed
|
||||
comment: true
|
||||
toc: true
|
||||
autoCollapseToc: true
|
||||
postMetaInFooter: true
|
||||
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-->
|
Loading…
Reference in a new issue