1 Star 0 Fork 0

KentLee / pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

<<<<<<< HEAD

About

Monochrome is a minimal, responsive, ready to use Jekyll theme for blogging. Demo (Built on top of Emerald Jekyll theme)

Features

  • Completely responsive and mobile first
  • Clean SEO friendly URLs, auto-generated from post title (no messy dates in the url)
  • SEO title/description integration
  • Sitemap ready
  • Pagination support
  • Mobile friendly navigation menu
  • Easy customization for header, footer, navigation links, colors, favicon etc
  • Default Monochrome Color Palette - black, white, greys
  • About page
  • 404 page
  • ..and a lot more

Install/Setup Jekyll

(Skip if you already have Jekyll 2.2)

  1. Make sure Ruby 2.2 is installed
sudo apt-get install ruby2.2
sudo apt-get install ruby2.2-dev
  1. Install bundle: sudo gem install bundler
  2. Install jekyll: sudo gem install jekyll

Resources

  • We found the jekyll tutorials on youtube very quick and useful to get started
  • Jekyll documentation

Install Monochrome dependencies

sudo gem install jekyll-paginate
sudo gem install jekyll-sitemap

Get Started with Monochrome

Option 1

  • Fork this repository
  • (Optional) Change the 'baseurl' value in the 'config.yml' file, from '/blog' to your preferred directory/project name (example '/xyz' or '/' to install in root)
  • Clone the forked repository to your local machine to make changes
  • Run 'jekyll serve' and open browser to 'localhost:4000/blog/' to see your changes
  • (Optional) Host with github pages

Note: If you fork the repository, your version of the repository will not be searchable. If you want searchability, we suggest you use the next option.

Option 2

  • Simply download the .zip folder from the repository github page
  • Extract the contents from the .zip folder into your local folder
  • cd into monochrome/
  • Run 'jekyll serve' and open browser to 'localhost:4000/blog/' to see your changes
  • Create a repository in github and push the files
  • (Optional) Host with github pages

Write a Post

  • cd into _posts/
  • create new file with format yyyy-mm-dd-title-of-post.md
  • add title/description (refer any of the test posts)
  • add markdown and save

Customization Options

You can customize this layout using instructions below.

Header/Footer/Navigation

Set a custom header tag by setting the related option in the _config.yml file to "true". Then insert your custom code into the header-custom.html file. In the same way, you can customize the footer of the navigation menu, by setting to "true" the related option and put your code into the nav-footer-custom.html file. Moreover select a reverse option that allows to move the navigation menu to the left side, by setting it to "true".

Colors

The basic colors are set into the base.scss file:

  • $background-color: used for background and links in the navigation menu
  • $text-color: used for text and title in posts and pages
  • $text-light-color: used for text lighter than text-color
  • $text-dark-color: used for text darker than text-color

To customize the colors, just set the values in HEX, RGB (or RGBa) or any other format accepted by CSS.

Navigation menu

The links inside the navigation menu are autogenerated from pages having the layout set to page. You can set custom links, by putting in the <a> tag into the link.html file.

Branch

There are two branches:

  • master: is for development.
  • gh-pages: is only for demo site.

Baseurl

You can change the 'baseurl' value in the 'config.yml' file, from '/monochrome' to your preferred directory/project name (example '/xyz' or '/' to install in root)

Typography

To maintain the vertical rhythm, it has been applied a Typographic scale as a modular scale, with a baseline set to 24px. To maintain this rhythm you need to insert elements like image, video or other contents with a 24px (or multiple) height as refer.

Resources

  • We found the jekyll tutorials on youtube very quick and useful to get started
  • Jekyll documentation

Todo

  • Google Analytics integration
  • Footer to stick to bottom even when content is less

Author

TheReviewIndex

License

Released under MIT License.

pages

d6868db62cfbb2cd481f7d24188297cdbeed1305

## Released under MIT License Copyright (c) 2017 The Review Index Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
HTML/CSS
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
HTML/CSS
1
https://gitee.com/kent-gitee-io/pages.git
git@gitee.com:kent-gitee-io/pages.git
kent-gitee-io
pages
pages
master

搜索帮助