about less

ABOUT LESS

HTML with less

text

以下为应用样例

hello(color)

less样式

head {
  color:rgba(73, 9, 223, 0.445);
  .navigation {
    font-size: 12px;
  }
  .logo {
    width: 300px;
  }
}

p {
color: #111;
.bordered();
}

.post a {
color: red;
.bordered();
}

完败。。。哭了
阅读全文
share my learning about PR
在这里分享一些我剪辑的的视频,记录我学习PR的过程
{% raw %}
{% endraw %}
2019.11.13
这是这几天为活动肝的视频,貌似还有所进步?   
好想入手一个水平仪啊
参考https://blog.csdn.net/u014171091/article/details/97855725
    https://www.hojun.cn/2019/01/28/ck20ctxq0001utsva8n1ke5o3/
阅读全文
about_md

听说如果想学md语法那就写一篇好咯

间歇性更新

SO| |ON 
——   —— 
\     /
 \   /
  \ /
   V

控制字体

1.**加粗**

1.加粗

2.*斜体*

2.斜体

3.~~会被删掉~~

3.会被删掉

4.那么---下划线---(啊,好像失败了)

4.那么 — 下划线 —

5.

居中

5.<center>居中</center>

表格

这是一个测试

  • 有什么有趣的梗呢?

    不懂啊

  • 你想听些什么吗?

    唱 跳 rap 篮球
    高考加油

name age sex
balabala 19

那么也试试HTML

registration

Uer Registration

Please complete the following form form to register with our site:

User Name:
Password:
   
Gender:

female

male

    How did you hear about us?:     Please select this box if you wish
to be added to our mailing list
We will not pass on your details to any third party.
阅读全文
tree

琴棋书画诗酒花

我所有的花都从梦里出来

我所有的梦都从水里出来

一行行时间的铁链

木盒带来的空气

鱼和鸟的姿势


阅读全文
Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

阅读全文
article title

save something aboutgit

版本退回


https://www.liaoxuefeng.com/wiki/896043488029600/897013573512192
阅读全文