当前位置: 首页 > 软件库 > Web应用开发 > >

long-haul

A minimal, type-focused Jekyll theme.
授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 余阳秋
操作系统 未知
开源组织
适用人群 未知
 软件概览

Long Haul is a minimal jekyll theme built with SASS / GULP / BROWSERSYNC / AUTOPREFIXER and focuses on long form blog posts. It is meant to be used as a starting point for a jekyll blog/website.

If you really enjoy Long Haul and want to give me credit somewhere on the internet send or tweet out your experience with Long Haul and tag me @brianmaierjr.

View Demo

Features

  • Minimal, Type Focused Design
  • Built with GULP + SASS + BROWSERSYNC + AUTOPREFIXER
  • SVG Social Icons
  • Responsive Nav Menu
  • XML Feed for RSS Readers
  • Contact Form via Formspree
  • 5 Post Loop with excerpt on Home Page
  • Previous / Next Post Navigation
  • Estimated Reading Time for posts
  • Stylish Drop Cap on posts
  • A Better Type Scale for all devices
  • Comments powered by Disqus
  • Dark Mode support via prefers-color-scheme

Setup

  1. Install Jekyll
  2. Fork the Long Haul repo
  3. Clone it
  4. Install Bundler
  5. Run bundle install
  6. Install gulp dependencies by running npm install
  7. Run Jekyll and watch files by running bundle exec gulp
  8. Customize and watch the magic happen!

Site Settings

The main settings can be found inside the _config.yml file:

  • title: title of your site
  • description: description of your site
  • url: your url
  • paginate: the amount of posts displayed on homepage
  • navigation: these are the links in the main site navigation
  • social diverse social media usernames (optional)
  • google_analytics Google Analytics key (optional)

Header Option

If you'd like your header to be larger then you can use the option below in you config.yml to make it take up half of the vertical space on screens 800px wide and up. Preview image below.

  • header: large

License

This is MIT with no added caveats, so feel free to use this Jekyll theme on your site without linking back to me or using a disclaimer.

  • 一朝被蛇咬,十年怕井绳。作为欧元区最大的经济体,德国经济显示出复苏快于预期的迹象,但德国决策者还无法对此感到欢呼雀跃。他们正在探寻手段,避免明年出现第二轮信贷紧缩。德国央行警告称,德国经济需要5年时间才能重新达到去年的经济产出水平。Bloomberg News/Landov德国的一家奔驰汽车组装厂这种谨慎态度是可以理解的。去年的信贷危机导致德国工业产值大幅下滑,暴露出德国银行业的高杠杆水平以及该国

 相关资料
  • 描述 (Description) java.util.zip.ZipInputStream.skip(long n)方法跳过当前ZIP条目中指定的字节数。 声明 (Declaration) 以下是java.util.zip.ZipInputStream.skip(long n)方法的声明。 public long skip(long n) throws IOException 参数 (Pa

  • 描述 (Description) java.util.zip.InflaterInputStream.skip(long n)方法跳过未压缩数据的指定字节数。 声明 (Declaration) 以下是java.util.zip.InflaterInputStream.skip(long n)方法的声明。 public long skip(long n) throws IOException

  • 描述 (Description) java.util.zip.DeflaterInputStream.skip(long n)方法跳过并丢弃输入流中的数据。 此方法可能会阻塞,直到读取并跳过指定的字节数。 注意:虽然n以long形式给出,但可以跳过的最大字节数是Integer.MAX_VALUE。 声明 (Declaration) 以下是java.util.zip.DeflaterInputStr

  • 描述 (Description) java.util.zip.CheckedInputStream.skip(long n)方法跳过指定的输入字节数。 声明 (Declaration) 以下是java.util.zip.CheckedInputStream.skip(long n)方法的声明。 public long skip(long n) throws IOException 参数 (

  • 我正在从Java过渡到C,对<code>long</code>数据类型有一些疑问。在Java中,要保存大于2的整数<sup>32<sup>,只需编写<code>长x 。然而,在C语言中,<code>long</code>似乎既是数据类型又是修饰符。 似乎有几种方法可以使用: 还有,好像还有这样的事情: 等等 所有这些不同的数据类型之间有什么区别,它们都有相同的目的吗?

  • 描述 (Description) C库函数long int labs(long int x)返回long int labs(long int x)的绝对值。 声明 (Declaration) 以下是labs()函数的声明。 long int labs(long int x) 参数 (Parameters) x - 这是整数值。 返回值 (Return Value) 此函数返回x的绝对值。 例子

  • 问题内容: 您实体的ID是 长 (原始类型)还是 长 (对象类型)? 该ID是表的主键,在数据库中从不为“ null”。 我的同事建议使用“对象类型长”。 默认情况下,Hibernate反向工程工具会生成一个长为id的基本类型。 选择什么? 长还是长? 问题答案: 我认为使用Long更好,因为通过检查该值来检查实体是否具有持久身份是更正确的(在MySQL中,您可以将ID设置为0)。另外,像Spri

  • 主要内容:1 Java.lang Long介绍,2 Java.lang Long声明,3 Java.lang Long方法,4 Java.lang Long案例1,5 Java.lang Long案例21 Java.lang Long介绍 java.lang.Long 类封装了基本类型long对象的值。 long类型的对象包含单个字段类型为long。 2 Java.lang Long声明 3 Java.lang Long方法 方法 描述 static int bitCount(long i) 此