All Projects → luoyan35714 → Lessormore

luoyan35714 / Lessormore

Licence: mit
Jekyll theme.

Projects that are alternatives of or similar to Lessormore

Adam Blog
Adam Blog is a minimal clear theme for Jekyll
Stars: ✭ 167 (-7.73%)
Mutual labels:  jekyll
Kiko
🍎 Kiko, a Jekyll Theme
Stars: ✭ 173 (-4.42%)
Mutual labels:  jekyll
Web Study
本仓库是自己总结的前端开发一些基础知识,包括html5,css3, canvas, jQuery, less ,ES6, webpack,Vue等,也包含了一些算法和数据结构方面的练习,同时也记录了自己工作中的踩坑总结,适合想要学习前端开发的伙伴,你可以clone项目到本地,然后一步一步跟着我的demo敲,希望大家都能全栈。
Stars: ✭ 176 (-2.76%)
Mutual labels:  less
Pipeline Stage View Plugin
Visualizes Jenkins pipelines
Stars: ✭ 167 (-7.73%)
Mutual labels:  less
Compass
The Jekyll theme for your personal landing page.
Stars: ✭ 171 (-5.52%)
Mutual labels:  jekyll
Memos
React+React-router+redux+redux-thunk+less+es6实现的简易备忘录,在线demo地址:
Stars: ✭ 174 (-3.87%)
Mutual labels:  less
Spring Petclinic Reactjs
ReactJS (with TypeScript) and Spring Boot version of the Spring Petclinic sample application
Stars: ✭ 165 (-8.84%)
Mutual labels:  less
Jekyll Starter Tailwind
Jekyll starter styled with Tailwind CSS
Stars: ✭ 180 (-0.55%)
Mutual labels:  jekyll
Paper Jekyll Theme
A minimal Jekyll theme for personal blogs
Stars: ✭ 172 (-4.97%)
Mutual labels:  jekyll
Moon
Moon is a minimal, one column jekyll theme.
Stars: ✭ 2,117 (+1069.61%)
Mutual labels:  jekyll
Jekyll Theme Simple Texture
A gem-based responsive simple texture styled Jekyll theme.
Stars: ✭ 168 (-7.18%)
Mutual labels:  jekyll
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (-5.52%)
Mutual labels:  jekyll
Resume
A minimalist resume template for Jekyll and Hexo
Stars: ✭ 174 (-3.87%)
Mutual labels:  jekyll
Jekyll Analytics
Plugin to easily add webanalytics to your jekyll site. Currently Google Analytics, Piwik and mPulse are supported.
Stars: ✭ 166 (-8.29%)
Mutual labels:  jekyll
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (-1.66%)
Mutual labels:  jekyll
Staticman
💪 User-generated content for Git-powered websites
Stars: ✭ 2,098 (+1059.12%)
Mutual labels:  jekyll
Website
IPFS project website
Stars: ✭ 173 (-4.42%)
Mutual labels:  less
Jekyll Webpack Boilerplate
⚡️ A boilerplate with Jekyll and Webpack to make the most performant static websites
Stars: ✭ 182 (+0.55%)
Mutual labels:  jekyll
Vanilla Back To Top
Simple and smooth Back To Top button
Stars: ✭ 179 (-1.1%)
Mutual labels:  jekyll
Valine Docs
Documentations for Valine
Stars: ✭ 175 (-3.31%)
Mutual labels:  less

LessOrMore

致谢

  • 感谢Less官网的样式,本Jekyll框架的样式都是基于Less官网的样式直接拷贝过来的。只是重构了JS,并且加入了Jekyll语法而已。
  • 感谢Github提供的代码维护和发布平台
  • 感谢Jekyll团队做出如此优秀的产品
  • 感谢Solar的原作者Matt Harzewski,在2014.11-2016.09的两年间,我的博客选用了此样式模版

使用

下载

使用git从LessOrMore主页下载项目

git clone https://github.com/luoyan35714/LessOrMore.git

配置

LessOrMore项目需要配置的只有一个文件_config.yml,打开之后按照如下进行配置。

特别注意baseurl的配置。如果是***.github.io项目,不修改为空''的话,会导致JS,CSS等静态资源无法找到的错误

name: 博客名称
email: 邮箱地址
author: 作者名
url: 个人网站
# baseurl修改为项目名,如果项目是'***.github.io',则设置为空''
baseurl: "/LessOrMore"
resume_site: 个人简历网站
github: github地址
github_username: github用户名称
# 请到百度统计官网[https://tongji.baidu.com/](https://tongji.baidu.com/)申请自己的网站ID并在此处替换,否则将无法正常统计访问量
baidu_analysis: 94be4b0f9fc5d94cc0d0415ea6761ae9
# 请到revolvermaps [http://www.revolvermaps.com/?target=setupgl](http://www.revolvermaps.com/?target=setupgl)申请自己的网站ID并在此处替换,否则将无法正常统计访问量
revolvermaps: 5ytn1ssq6za

关于统计

本项目支持三种统计,分别是

百度统计是后台统计,并没有再页面有任何展示,但是可以通过登录百度统计官网查看更详细的访问记录分析。 当Fork本项目之后需要去百度统计官网申请自己的baidu统计ID替换 _config.yml 文件中的 baidu_analysis

revolvermaps地图统计是展示在左侧当行栏的地图展示,具体展示形式可以去官网定制。 当Fork本项目之后需要去revolvermaps地图官网申请自己的统计ID, 替换_config.yml 文件中的 revolvermaps

不蒜子统计是出现在页面右上角的本站总访问量n次统计,本统计会自动识别客户所对应的域名,根据不同域名统计,所以并不需要Fork本项目者做任何修改。 更多不蒜子的展示方式可以去官网查看。

如何写文章

LessOrMore/_posts目录下新建一个文件,可以创建文件夹并在文件夹中添加文件,方便维护。在新建文件中粘贴如下信息,并修改以下的titile,date,categories,tag的相关信息,添加* content {:toc}为目录相关信息,在进行正文书写前需要在目录和正文之间输入至少2行空行。然后按照正常的Markdown语法书写正文。

---
layout: post
#标题配置
title:  标题
#时间配置
date:   2016-08-27 01:08:00 +0800
#大类配置
categories: document
#小类配置
tag: 教程
---

* content
{:toc}


我是正文。我是正文。我是正文。我是正文。我是正文。我是正文。

执行

jekyll server

效果

打开浏览器并输入URLhttp://localhost:4000/,回车。

为什么重复造轮子

很明显,我在重复造轮子。在13年接触到GIT,14年末接触到Jekyll,然后搭建了自己的博客,当时是选用了JekyllThemes上的Solar主题,一直到现在。不过中间一直感觉页面风格还是偏暗,阅读不方便。并且有一些小的细节做的不是很好。在页面的跨平台浏览上有一些瑕疵。并且不区分一级标题和二级标题,导致没有重点强调。诸如此类,用了2年,用的越多,越发吃力,中间就一直在寻找新的能够让我一眼认定的主题。

虽然设计好看的主题很多。但是真正适合拿来做博客的却不多。中间一直没有找到合适的主题。直到有一天看到Less官网的主题之后,豁然觉得这就是我的博客想要的样子。简单而又不平凡。所以就决定了要把博客迁移到这个主题,然后拿了两天晚上来把这个主题做出来。

重复造了轮子,但是这个是迄今为止自己觉得最适合我的博客的轮子,所以是值得的!

关于作者

热爱开源,热爱折腾的Java程序猿。更多个人信息和联系方式可以参照我的简介

写在最后

如果你也像我一样在寻觅一个简洁的博客主题。不妨试下LessOrMore。

之前此处是有打赏功能的,不过最近在整理自己,发现打赏功能偏离了我写这个Jekyll主题的初衷,所以删除了打赏功能。

非常感谢之前打赏过的朋友们!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].