Giter Site home page Giter Site logo

LOFFER是个可以帮助你get off from LOFTER的软件(我知道这个pun很烂)。

这是一个可以发布在GitHub的Jekyll博客,你不需要编写代码或使用命令行即可获得一个部署在GitHub的博客。

现在我将此文档和基础教程分开了,此文档用于说明LOFFER的现有功能和更新情况,查看为无任何代码基础者写的教程请点这里

更新内容

2019-07-25 V0.4.0

修订目录跳级会坏掉的问题,不算完美解决,但不会坏掉了。

增加对LaTeX渲染的支持,请见这篇说明和示例

增加置顶功能,只要在一个post的YAML Front Matter(就是文章头部的这段信息)中加入pinned: true,这篇文章就可以置顶了。

另外介绍一个给LOFFER更换主题颜色的手法。LOFFER用了一个开源的颜色表Open Color,该色表提供的可选颜色有:red, pink, grape, violet, indigo, blue, cyan, teal, green, lime, yellow。

LOFFER的默认状态是teal,要更换主题颜色,只要打开文件_sass/_variables.scss,将文件中所有的teal全部替换成你想要的颜色。例如,查找teal,替换indigo,全部替换,commit,完成!

2019-07-20 V0.3.0

新版本增加目录功能,在post的信息中心加入toc: true,这篇博文就会显示目录了。

这次没有对config的修改,因此应该可以通过这个方法,给自己提pull request来更新。

目录基于jekyll-toc by allejo制作。

目前我试用发现了一点小问题:如果你的标题级数不按套路变化,它就会搞不懂……

# 一级标题下面必须是## 二级标题,如果是### 三级标题它就人工智障了【手动扶额】

注意:目前目录仅在桌面版显示。

2019-06-30 V0.2.0

新版本进一步优化了一下样式,并且支持了基于GitHub Issues的评论Gitalk(请看下文的配置说明)。

如果你已经fork了LOFFER,想要更新到新版本的话,可以试试这个方法,或者你也可以干脆删掉重来,只要保留自己的大部分config设定和所有的post就好。

LOFFER只是容器,你的posts才是博客的核心。

支持的功能

使用Markdown文档在_post文件夹中发布博文,现有功能包括显示作者、置顶博文、添加目录。

博文YAML举例:

---
layout: post
title: Markdown语法简介
date: 2013-07-16
Author: Shengbin 
tags: [sample, markdown]
comments: true
toc: true
---

按照标签和日期查看博文归档。请查看/tags 和/archive 页面。

链接博客主的社交媒体。请在_config.yml中填写。

支持Disqus和Gitalk两种评论区。请在_config.yml中设置。

致谢

  • Jekyll - 这是本站存在的根基
  • Kiko-now - 我首先是fork这个主题,然后再其上进行修改汉化,才有了LOFFER
  • Font Awesome - 社交网络图标来自FontAwesome的免费开源内容

帮助这个项目

介绍更多人来使用它,摆脱lofter自由飞翔!

欢迎Issues和Pull Requests。

给我点一个☆吧!

img

J.ning's Projects

text_classification icon text_classification

基于tensorflow2.0中的keras进行中文的文本分类,实验数据为中文新闻分类文本cnews数据集。

three-dimensional-bin-packing-problem icon three-dimensional-bin-packing-problem

The Three-Dimensional Bin Packing Problem (3BP) consists of allocating, without overlapping, a given set of three dimensional rectangular items to three-dimensional identical finite bins. The problem is NP hard in the strong sense, and finds many industrial applications. We in this process have made used to heuristic approach rather than greedy algorithm.

tikz icon tikz

Complete collection of my PGF/TikZ figures.

tr icon tr

Free Offline OCR 离线的中文文本检测+识别SDK

tracker-in-matlab icon tracker-in-matlab

大部分跟踪算法的matlab代码,其中增加了兼容视频文件的类型jpg、avi、cap16等。

ucas-course icon ucas-course

**科学院大学研一课程课件共享项目University of Chinese Academy of Sciences postgraduate course textbook sharing project

ucas-nlp icon ucas-nlp

UCAS自然语言处理的编程大作业

ucas-ppt icon ucas-ppt

**科学院大学 国科大课件ppt,主要课程为模式识别,深度学习,高级人工智能

useful-java-links icon useful-java-links

A list of useful Java frameworks, libraries, software and hello worlds examples

vio-doc icon vio-doc

主流VIO论文推导及代码解析

widget icon widget

A set of widgets based on jQuery&&javascript. 一套基于jquery或javascript的插件库 - 包含:轮播、标签页、滚动条、下拉框、对话框、搜索提示、城市选择(城市三级联动)、日历等组件

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.