Code Monkey home page Code Monkey logo

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.

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&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


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!

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.

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.