Giter Club home page Giter Club logo

codinfox-lanyon's Introduction

Codinfox-Lanyon

This is a jekyll template based on Lanyon. See a live demo here.

If you like this project, PLEASE give it a star.

Lanyon is an unassuming Jekyll theme that places content first by tucking away navigation in a hidden drawer. It's based on Poole, the Jekyll butler.

All the configurations are inside either _config.yml or _config.scss. The options are fairly straightforward.

The theme supports:

  1. Theme colors: you can choose your favorite theme color
  2. Changable sidebar locations
  3. Integration of FontAwesome, MathJax, Disqus and Google Analytics
  4. and numerous improvements over original Lanyon

License

Open sourced under the MIT license.

<3

codinfox-lanyon's People

Contributors

codinfox avatar cvrebert avatar donmccurdy avatar droogans avatar fmichonneau avatar hnrch02 avatar jakehp avatar jylitalo avatar kennyjacob avatar mdo avatar nickmccurdy avatar paven avatar texasflood avatar yutannihilation avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

codinfox-lanyon's Issues

markdown tables not rendered properly

I'm attempting to place a table in my markdown and it's not displayed in markdown form.

when I'm trying this below,

d budget result
2 2000 1000

it displayed like this below.
| d | budget | result | | --- | ------ | ------ | | 2 | 2000 | 1000 |

I checked _config.yml, markdown type was kramdown which is proper type for markdown tables.

Have you tried to use tables in markdown in your blog?
Do I need to do something to use markdown tables in codinfox-lanyon blog?

By the way, thank you for this awesome blog!

Thank you.

category.html

I think there is a copy and paste error within the category.html

{% for tag in post.tags %}
<a class="codinfox-tag-mark" href="/blog/tag/#{{ tag | slugify }}">{{ tag }}</a>
{% endfor %}

has to be

{% for category in post.category %}
<a class="codinfox-tag-mark" href="/blog/category/#{{ category | slugify }}">{{ category }}</a>
{% endfor %}

Thanks for the nice example,
Stephan

Liquid syntax error in index.html

{{ post.content | split:"<!-- more -->" | first % }}

Jekyll complains like so

Liquid Warning: Liquid syntax error (line 28): Unexpected character % in "{{ post.content | split:"<!-- more -->" | first % }}" in blog/index.html
Liquid Warning: Liquid syntax error (line 28): Unexpected character % in "{{ post.content | split:"<!-- more -->" | first % }}" in blog/page2/index.html

when serving.

Simply removing the % should do.

Conversion error: Jekyll::Converters::Scss encountered an error while converting 'codinfox-lanyon/public/css/main.scss'

hi i'm having errors when doing jekyll serve
I got Conversion error: Jekyll::Converters::Scss encountered an error while converting 'codinfox-lanyon/public/css/main.scss': File to import not found or unreadable: config. Load path: /usr/local/lib/ruby/gems/2.4.0/gems/minima-2.1.0/_sass on line 1

I checked /usr/local/lib/ruby/gems/2.4.0/gems/minima-2.1.0/_sass but there seems no problem.

in main.scss

if I erase --- ---, server runs, but css seems not working.

Any ideas? thanks for help!

Cannot deploy. Keep getting 'Your site is using the `relative_permalinks` configuration option. '

I forked the dev branch. And keep getting error email saying that "Your site is using the relative_permalinks configuration option. ..."
The config file is the only file I have changed. I don't find relative_permalinks in the config file. Is it in somewhere else?

_config.yml

# Site Info
title: Github Page
tagline: "Eric' GitHub Page"
#description: ''
#baseurl: ""
url: https://Ericzhang90.github.io
logo: 'https://avatars1.githubusercontent.com/u/11701625?v=3&amp;s=400'

# Site configurations
gems:
  - jekyll-paginate
markdown: kramdown
kramdown:
  input: GFM
excerpt_separator: "<!-- more -->"
sass:
  style: compressed
  sass_dir: _scss    
paginate: 5
paginate_path: '/blog/page:num'
permalink: /:year-:month-:day-:title/
future: true

version: 1.0.0

# About/contact
author:
  name: Eric
  description: Eric's GitHub page.
  contact:
    github:    https://github.com/ericzhang90
    email:     [email protected]

# Navigation (2nd level links supported)
nav:
  Home:           
    - '/'
  Blog:           
    - '/blog/'
    - { Categories: '/blog/categories/' }
    - { Tags: '/blog/tags/' }
  About:          
    - '/about/'
  Github Project: 
    - 'https://github.com/ericzhang90/'

# Where are tags and categories displayed
tag_page: '/blog/tags/'
category_page: '/blog/categories/'

hero:
  image: /public/img/we_will_be_giants_by_yalestewart.jpg
  caption: Original Artwork &copy; <a href="http://yalestewart.deviantart.com/art/We-Will-Be-Giants-370176475">Yale Stewart</a>

# Puglins
mathjax: true # whether support mathjax
google_analytics_token: 'UA-00000000-1' # leave blank if you don't want google analytics
disqus_short_name: 'your_short_name' # leave blank if you don't want disqus


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.