李子豪的前端自习室


  • Startseite

  • Archiv

  • Tags

我困在了眼前的苟且

Veröffentlicht am 2017-04-01

去时少年多壮志,归来已是满身伤

去年十月,受困于公司的无所事事,自己在网上学着找点事做,好死不死接触到了前端,觉得真是一个神奇的东西。我沉醉于一行行代码写出来的东西,竟然这么漂亮,像是数学中的各种逻辑,它散发着机械般的美丽。

Weiterlesen »

使用Less对CSS进行预处理

Veröffentlicht am 2017-04-01

什么是less?

在Less中文网中介绍Less是一门CSS预处理语言,它拓展了CSS语言,增加了变量,Mixin,函数等特性,让CSS更容易维护和拓展。

如何安装和使用Less?

打开node.js,输入命令:$ npm install -g less即可安装Less。
如果想要将写好的Less转化为CSS,就要使用$ lessc style.less style.css

Weiterlesen »

初来乍到,请多包涵

Veröffentlicht am 2017-04-01

原来搭建一个博客是这么的简单 :)

Hello World

Veröffentlicht am 2017-04-01

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

1…56
Aleen

Aleen

54 Artikel
16 Tags
© 2017 Aleen
Erstellt mit Hexo
Theme - NexT.Muse