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

jekyll-clean-dark

Dark clean theme for jekyll
授权协议 View license
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 陆弘光
操作系统 未知
开源组织
适用人群 未知
 软件概览

Jekyll Clean Dark

Dark and Clean Jekyll theme which is easy to customize!

This theme uses some parts of Twitter Bootstrap, which allows it to look nice on a mobile devices using a collapsable nav bar and hiding thesidebar.

Some cool features:

All these features could be set up in _config.yml. Also you can have social icons which could lead to your social profiles. It uses font-awesome, so you can have any icon you want to any social profile. Out-of-the box it has: LinkedIn, GitHub, StackOverflow, LastFm, Instagram. And you can easily add more by adding new style in theme.css and setting it in _config.yml.

Installation

If you don't have your own blog you can clone this repository and put your articles in a _posts folder.If you already have your own blog then I think you can clone this repository and copy-paste content keeping your _posts folder.

After you will have to set up your _config.yml

I tried to setup gem installation, but it doesn't work well as theme has many customizations. So I wouldn't recommend to use gem.

Blog tags

To use this feature you simply will need to create a markdown file for each tag which you are using in you site in tag folder. To simplify this procedure there is an /admin page, which outputs the bash command which you just need to run inside tag folder of your site. Also don't forget to rerun it when you add a post with new tag.

License

The content of this theme is distributed and licensed under aCreative Commons Attribution 4.0 License

This license lets others distribute, remix, tweak, and build upon your work,
even commercially, as long as they credit you for the original creation. This
is the most accommodating of licenses offered. Recommended for maximum
dissemination and use of licensed materials.

In other words: you can do anything you want with this theme on any site, just pleaseprovide a link to the original theme on github.

This theme includes the following files which are the properties of theirrespective owners:

 相关资料
  • 我有一些第三方jar依赖。因此,我使用maven-install-plugin将这些第三方jar安装到我的本地存储库(.m2/repository)中。这个插件一定要清理阶段。当我执行“MVN clean Install”时,在运行clean之前,它开始搜索依赖项,最终构建失败,因为它无法找到第三方JAR。但是当我单独运行mvn clean时,它会将文件安装在本地存储库中。随后当我运行mvn cl

  • clean 命令用于删除生成的书籍,和任何其他构建工件. mdbook clean clean命令可以将目录作为参数,用作本书的根目录,而不是当前工作目录. mdbook clean path/to/book --dest-dir(-d)选项允许您覆盖书籍的输出目录,该目录会删除。 为相对路径,(相对于书籍的根目录)。如果未指定,则默认为book.toml配置的build.build-dir字

  • 执行 go clean 命令会删除掉执行其它命令时产生的一些文件和目录,包括: 在使用 go build 命令时在当前代码包下生成的与包名同名或者与Go源码文件同名的可执行文件。在 Windows 下,则是与包名同名或者 Go 源码文件同名且带有 .exe 后缀的文件。 在执行 go test 命令并加入 -c 标记时在当前代码包下生成的以包名加 .test 后缀为名的文件。在 Windows 下

  • 命名 git-clean - 从工作树中删除未跟踪的文件 概要 git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <path>… 描述 通过从当前目录开始递归地移除不受版本控制的文件来清除工作树。 通常,只有Git未知的文件才会被删除,但是如果-x指定了该选项,则也会删除被忽略的文件。例如,这可以用于删除所有构建产品。

  • Clean Publish Clean Publish is a tool for removing configuration files, fields and script for development from package.json before publishing to npm. Table of Contents How it works Usage Config Exclud

  • deep-clean A Kotlin script that nukes all build caches from Gradle/Android projects.Useful when Gradle or the IDE let you down �� �� h/t to @Takhion for the original idea, and to@holgerbrandl for KScr