Code Monkey home page Code Monkey logo

chalk's People

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

chalk's Issues

Post's picture thumbnail is showing another post's picture

Hi Nielsen,
First of all I would like to say thank you for the awesome theme! In fact I am using it right now for my site here.

I encountered a problem today. I try to share my post to Facebook and I already included a picture at the top of the post using Unsplash API but the picture that shown at the Facebook's post thumbnail is the one at the "introducing chalk" post, the default post at your theme.

Any solution for my problem? Thank you very much!
facebook-fomo-thumbnail
joshuabezaleel-site-picture

Unkown tag 'asset_path' when trying to deploy locally.

I keep getting the following error when i try to deploy jekyll locally.

+grandmother:thegrandmother.github.com<master>$ bundle exec jekyll serve
Configuration file: /home/grandmother/git/thegrandmother.github.com/_config.yml
Configuration file: /home/grandmother/git/thegrandmother.github.com/_config.yml
            Source: /home/grandmother/git/thegrandmother.github.com
       Destination: /home/grandmother/git/thegrandmother.github.com/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
  Liquid Exception: Liquid syntax error (line 13): Unknown tag 'asset_path' in /home/grandmother/git/thegrandmother.github.com/_includes/head.html, included in /_layouts/post.html
jekyll 3.4.1 | Error:  Liquid syntax error (line 13): Unknown tag 'asset_path'

I have been fiddling around with this a lot and I haven't been able to solve it and google doesn't help either.

I have managed to get it up and running on github using the Rakefile provided by http://ixti.net/software/2013/01/28/using-jekyll-plugins-on-github-pages.html

I would really like to be able to deploy locally so that I can write posts and see them locally and not post half finished content to the live page.

Epic theme otherwise :)

Porting Chalk to default Jekyll project or not?

I am getting a lot of issues with people not understanding how Chalk works (deploying). I could do 2 things:

  1. Ditch jekyll-assets and work with a default Jekyll installation. This would mean the following:
  • Have to get autoprefixer from somewhere else
  • No proper asset pipeline
  • No support for unsupported github pages jekyll plugins
  • Ability to host the Jekyll site on the master branch instead of the output files with the deploy script

So in short option 1 would make Chalk more dummy proof but would decrease it's technical performance.

  1. Keep working the same way and potentially creating a lite version without jekyll-assets and eventually create a Jekyll Theme.

What does everyone think? Would love to get some feedback.

Navigating to pages produces 404

Hi,
I'm using nginx to host a blog with this theme and everything works except navigating to pages.
You can check out the website here.
What happens is when you try to navigate to a page, 404 pops up, but if you add .html at the end of the page than everything works correctly.

If i use --serve handle from jekyll to debug than it also works.

Here is my _config.yml:

# Mandatory settings

baseurl:
name: Nikola Lukovic
paginate: 25
paginate_path: "/posts/page/:num/"
url: https://nikolalukovic.com # add site url http://example.com/
blog_theme: light # Or use dark

# Optional settings

discus_identifier: # Add your Disqus identifier
ga_analytics: # Add your GA Tracking Id
rss_enabled: false # Change to false if not
social:
  dribbble: # Add your Dribbble handle
  facebook: # Add your Facebook handle
  github: nikolalukovic
  linkedin: # Add your LinkedIn handle
  twitter: lichtnik
  email: [email protected]
  bitcoin: # Add your Bitcoin link or address

# Important settings (change at own risk)

assets:
  compress:
    css: true
    js: true
  features:
    automatic_img_size: false
  sources:
    - _assets/bower
    - _assets/fonts
    - _assets/images
    - _assets/javascripts
    - _assets/stylesheets
    - _vendor/
collections:
  my_tags:
    output: true
    permalink: /tag/:slug/
defaults:
  -
    scope:
      path: ""
      type: my_tags
    values:
      layout: articles_by_tag
exclude:
  - .bowerrc
  - .travis.yml
  - bin/*
  - bower.json
  - circle.yml
  - Gemfile
  - Gemfile.lock
  - README.md
  - vendor/
gems:
  - jekyll-assets
  - jekyll-paginate
  - jekyll-sitemap
permalink: posts/:slug

Invalid Tags

I made an article following your sample one. You can check it out on my repo here this is what I get on my github account:

Your site is having problems building: The tag asset_path on line 1 in _posts/2016-11-28-user-login-sign-up-using-firebase-in-swift-3.md is not a recognized Liquid tag. For more information, see https://help.github.com/articles/page-build-failed-unknown-tag-error. 

Receiving warning when running Jekyll Serve

Christians-MacBook-Pro:chalk-master christians$ jekyll serve WARN: Unresolved specs during Gem::Specification.reset: rb-fsevent (>= 0.9.4, ~> 0.9) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. Configuration file: /Users/christians/Documents/chalk-master/_config.yml Configuration file: /Users/christians/Documents/chalk-master/_config.yml Source: /Users/christians/Documents/chalk-master Destination: /Users/christians/Documents/chalk-master/_site Incremental build: disabled. Enable with --incremental Generating... done in 3.814 seconds. Auto-regeneration: enabled for '/Users/christians/Documents/chalk-master' Configuration file: /Users/christians/Documents/chalk-master/_config.yml Server address: http://127.0.0.1:4000// Server running... press ctrl-c to stop. Regenerating: 1 file(s) changed at 2016-11-06 08:43:54 ...done in 0.358506 seconds.

i18n support?

Hi!

Is there any support for i18n?

Thanks for the amazing theme!

Issues running bin/setup with Ruby 2.4.0

Looks like there are some issues running bin/setup with newer versions of ruby, specifically 2.4.0. I get the following errors when executing bundle install.

Resolving dependencies...
Using i18n 0.7.0
Installing json 1.8.3 with native extensions
Using minitest 5.10.1
Using thread_safe 0.3.5
Using public_suffix 2.0.4
Using colorator 1.1.0
Using colored 1.2
Using concurrent-ruby 1.0.4
Using ffi 1.9.14
Using execjs 2.7.0
Using forwardable-extended 2.6.0
Using mercenary 0.3.6
Using mini_portile2 2.1.0
Using parallel 1.10.0
Using yell 2.0.7
Using sass 3.4.23
Using rb-fsevent 0.9.8
Using kramdown 1.13.1
Using liquid 3.0.6
Using rouge 1.11.1
Using safe_yaml 1.0.4
Using rack 1.6.5
Using jekyll-paginate 1.1.0
Using mini_magick 4.6.0
Using bundler 1.13.7
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /usr/local/lib/ruby/gems/2.4.0/gems/json-1.8.3/ext/json/ext/generator
/usr/local/opt/ruby/bin/ruby -r ./siteconf20170112-63763-1tzov3x.rb extconf.rb
creating Makefile

current directory: /usr/local/lib/ruby/gems/2.4.0/gems/json-1.8.3/ext/json/ext/generator
make "DESTDIR=" clean

current directory: /usr/local/lib/ruby/gems/2.4.0/gems/json-1.8.3/ext/json/ext/generator
make "DESTDIR="
compiling generator.c
generator.c:861:25: error: use of undeclared identifier 'rb_cFixnum'
    } else if (klass == rb_cFixnum) {
                        ^
generator.c:863:25: error: use of undeclared identifier 'rb_cBignum'
    } else if (klass == rb_cBignum) {

[...truncated for brevity...]

6 warnings and 2 errors generated.
make: *** [generator.o] Error 1

make failed, exit code 2

Gem files will remain installed in /usr/local/lib/ruby/gems/2.4.0/gems/json-1.8.3 for inspection.
Results logged to
/usr/local/lib/ruby/gems/2.4.0/extensions/x86_64-darwin-15/2.4.0/json-1.8.3/gem_make.out

An error occurred while installing json (1.8.3), and Bundler cannot continue.
Make sure that `gem install json -v '1.8.3'` succeeds before bundling.

It seems that json 1.8.3 isn't compatible with ruby 2.4.0. Some information in the following issue.

flori/json#253

There are some workarounds, but it would be great to determine which gem has the hard requirement on json 1.8.3 and see if it can be updated to a newer version of that gem. As far as I can tell, more recent versions (I tested 2.0.0+) work fine with ruby 2.4.0.

Problems Deploying

Thanks in advanced for your help, have spent hours trying to get this to work and am only making an issue when I don't think I can do it myself.

My steps

So I took the template, added my empty username.github.io repo, and ran bin/setup. This runs successfully with no errors.

I then run bundle exec jekyll serve and I went to http://127.0.0.1:4000/. This works successfully.

Finally I run bin/deploy. This works and I get the following

Switched to branch 'master'
Deployed Successfully!

I then realized I have no master branch and on my page settings it said I need a master too.

I read that for personal pages, we can only use the master branch and not the gh-pages link. So I ran git merge master gh-pages.

This worked! Which is great, but, now how do I make changes...

The issue

After the following steps I have a working website at rollonbears234.github.io, but now I cannot make any changes because the bin/setup and all the other important files seem to be missing.

I could start from scratch, but I am not sure this is a good strategy going forward because it would be tedious to make any change if I ever want to add a post or something like that.

Does Chalk support Chinese?

Hi ,

I am new to Jekyll. I tried to install Chalk in my computer, but I got an error msg when runing 'bundle exec jekyll serve':

$ bundle exec jekyll serve Configuration file: C:/Users/xiongjs/github/xjsXjtu.github.io/_config.yml Configuration file: C:/Users/xiongjs/github/xjsXjtu.github.io/_config.yml Source: C:/Users/xiongjs/github/xjsXjtu.github.io Destination: C:/Users/xiongjs/github/xjsXjtu.github.io/_site Incremental build: disabled. Enable with --incremental Generating... "\xA6" followed by "\n" on GBK Liquid Exception: "\xA6" followed by "\n" on GBK in /_layouts/post.html jekyll 3.3.1 | Error: "\xA6" followed by "\n" on GBK

GBK seems a Chinese standard. So I am wondering if Chalk supports Chinese.

Thanks a lot in advance.

I have problem with Chalk, please help

I had a mistake:
Your site is having problems building: The tag asset_path on line 1 in _posts / 2016-10-15-chalk-sample-post-with-all-elements.md is not a recognized Liquid tag.

fluidbox.scss import error

Once installed bundle exec jekyll serve return a scss import error (see).

Error in _assets/stylesheets/light.scss:50 File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss.
...

Install process needs to include bower install.

install Error in Windows Platform missing files

details of the errors are listed below:
PS D:\MyWebsite\blog1> bower install
bower fluidbox#~2.0.4 ENOGIT git is not installed or not in the PATH
PS D:\MyWebsite\blog1> bundle exec jekyll serve
Configuration file: D:/MyWebsite/blog1/_config.yml
Configuration file: D:/MyWebsite/blog1/_config.yml
Source: D:/MyWebsite/blog1
Destination: D:/MyWebsite/blog1/_site
Incremental build: disabled. Enable with --incremental
Generating...
Error in _assets/stylesheets/light.scss:50 File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss.
Load paths:
D:/MyWebsite/blog1/_assets/css
D:/MyWebsite/blog1/_assets/stylesheets
D:/MyWebsite/blog1/_assets/images
D:/MyWebsite/blog1/_assets/img
D:/MyWebsite/blog1/_assets/fonts
D:/MyWebsite/blog1/_assets/javascripts
D:/MyWebsite/blog1/_assets/js
D:/MyWebsite/blog1/_assets/bower
D:/MyWebsite/blog1/_vendor
Liquid Exception: File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss. Load paths: D:/MyWebsite/blog1/_assets/css D:/MyWebsite/blog1/_assets/stylesheets D:/MyWebsite/blog1/_assets
/images D:/MyWebsite/blog1/_assets/img D:/MyWebsite/blog1/_assets/fonts D:/MyWebsite/blog1/_assets/javascripts D:/MyWebsite/blog1/_assets/js D:/MyWebsite/blog1/_assets/bower D:/MyWebsite/blog1/_vendor in /_layo
uts/post.html
jekyll 3.3.1 | Error: File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss.
Load paths:
D:/MyWebsite/blog1/_assets/css
D:/MyWebsite/blog1/_assets/stylesheets
D:/MyWebsite/blog1/_assets/images
D:/MyWebsite/blog1/_assets/img
D:/MyWebsite/blog1/_assets/fonts
D:/MyWebsite/blog1/_assets/javascripts
D:/MyWebsite/blog1/_assets/js
D:/MyWebsite/blog1/_assets/bower
D:/MyWebsite/blog1/_vendor

The tag `stylesheet` on line 10 in `blog/404.html` is not a recognized Liquid tag.

I am trying to use the blog as a subdirectory to my normal website. I have the structure like this:

screen shot 2017-02-22 at 2 56 47

and my _config.yml is as follows:

name: Huyanh Hoang
paginate: 25
paginate_path: "/posts/page/:num/"
url: https://huyanhhoang.co
baseurl: /blog
blog_theme: light # Or use dark

Am I not setting any paths correctly? I keep getting emailed that error from Github and I'm not sure what to change. I want to be able to run my site normally then go to MYURL/blog to access the home page of Chalk, but it gives me a Github 404.

Tag generator

Hi,

I'm using Chalk, but deploying on Gitlab, so I needed to have a tag generator that basically would loop through my _posts/ directory, read all the tags, and create .md files for them in the _my_tags directory. I wanted to post it here too in case somebody else comes searching for it. I understand this is not directly relevant to Github users because it is not possible to run custom Ruby scripts (I think?), but perhaps this can be done before uploading then (by adding it to deploy.sh?)(if you're using Gitlab you can just throw ruby taggen.rb in the .gitlab-ci.yml file).

require 'yaml'
require 'fileutils'

FileUtils.rm_r "_my_tags" # Recursively delete old directory with tags
FileUtils::mkdir_p "_my_tags" # Create new tag directory

Dir.foreach('_posts') do |post| # For each post in the _posts dir
	next if post == '.' or post == '..' or post == '.DS_Store' # That last one is because of macOS
	handle = YAML.load_file('_posts/' + post)

	handle['tags'].each do |tag| # For each tag in the post
		output = File.open( "_my_tags/" + tag + ".md","w" ) # Create the tag file
		output << "---
slug: #{tag}
name: #{tag.capitalize}
---
" # Slap the expected markup in there
		output.close
	end
end

Hope somebody finds it useful!

Disclaimer: I am not familiar at all with Ruby, this is the first script I've ever written in it, so run it at your own risk! Works fine for me thoug.

How to use the about page?

It seems there is no link to the about page other than a small link in the footer... Is there some way to add it to the navbar?

I can't find the 'bower' folder

When I run './setup' or './deploy'.

It says "bower ENOENT No bower.json present".

I'm a newcomer to this. Could you help me? : )

jekyll 3.3.1 support ?

hi,
the new jekyll 3.3 (and forward) uses gem based themes. are you planning to support this or will you only support older jekyll versions ?

Nokogiri versioning

"An error occurred while installing nokogiri (1.7.0.1), and Bundler cannot
continue.
Make sure that gem install nokogiri -v '1.7.0.1' succeeds before bundling."

I am having problems installing the nokogiri gem. When I run 'bundle install', the gemfile tries to fetch gem nokogiri -v '1.7.0.1'. I've tried to use only 'nokogiri', without versioning, in the gemfile/gemfile.lock, to not explicitly install 1.7.0.1, but the gemfile still looks for that version.
This might be a problem the way I am approaching this, rather than the repo itself.

Feedback is much appreciated, as I am new to programming in Ruby :)

Pagination not show with high probability

Hi there, sorry to interrupt you. I really love chalk, a charming theme. However, I met a problem when using it and hope someone could help me.

I just copy your example articles several times to test pagination. I refresh the page and test a lot of times. I find there is large probability that the pagination foot does not show. For example:

This is correct pagination:
screen shot 2017-03-03 at 11 04 27
This is the failing pagination:

screen shot 2017-03-03 at 11 04 17

I would really appreciate it if someone could help me to stable the pagination. Thanks in advance!

Change head icon

I'm trying to change the head icon. I want to put a custom icon instead of the letter C icon. Please understand that my html knowledges are pretty basic.

Replace site name with image instead.

Would like the ability to substitute the site name in navigation.html with an image instead. I was able to accomplish this by using the updated code below, but I'm not sure if there's a more elegant solution available.

<a href="{{ '/' | relative_url }}" class="header-logo" title="{{ site.name }}"><img src="/assets/image-name-here.png" alt="Image Name Here" width="350"></a>

Results != Expectations

Beautiful theme, thanks a lot!

Quick question, is there any obvious reason why deployement builds a website that looks like this:

https://soocki.github.io/shacki-pl/

??

I have simply cloned your repository, setup'd and deployed the site. I was expecting similar results to your template but didn't get it. Heve been trying this for a while, but not getting very far, my knowledge is quite limited so I am not able to figure it out on my own.

Ps. Sorry for bothering you, I figured you would know and have nobody else to ask.

Cannot remote display the website

I follow the order of the document. And I'v finished that I can see the website locally by executing

bundle exec jekyll serve

But at the last step, when I exec the deploy file, it shows

Permission denied(publickey)
fatal:could not read from the remote repository

And I check the deploy file, I found that the file is aimed to operate the gh-pages branch.
But I just wanna display the website on my homepage so I just need the master branch is enough. So I just simply push the code on master branch. But when I visit the my homepage, it shows nothing.

Here is what I put on my github.

Posts not appearing on page.

Hi, it's me again.

I'm working on an online portfolio that uses your Chalk Theme and have made my index.html to only include posts with the tag project. I did this by making my index.html include the following:

    {% for post in site.tags.project %}



    <li class="block">
        <a href="{{ post.url | relative_url }}" title="{{ post.title }}">

            <img src="./assets/projects/{{ post.image }}"/>

        </a>


    </li>
    {% endfor %}

All other posts I want to be shown on a page which I named journal.html. On this page, I pretty much left all the same content that your index.html includes.

However, when I preview the journal.html, no posts are shown.

Here's my repository https://github.com/christiantype/christian-thoughts
and here's the live site: http://christiansolorzano.com/journal/

Thank you

Got problem with one gem

Hello I got this after running bin/setup

An error occurred while installing nokogiri
(1.6.8.1), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.6.8.1'`
succeeds before bundling.

File to import not found or unreadable

 ~/Projects/amirsharif.com   master ●  bundle exec jekyll serve
Configuration file: /Users/amirsharif/Projects/amirsharif.com/_config.yml
Configuration file: /Users/amirsharif/Projects/amirsharif.com/_config.yml
            Source: /Users/amirsharif/Projects/amirsharif.com
       Destination: /Users/amirsharif/Projects/amirsharif.com/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
Error in _assets/stylesheets/light.scss:50 File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss.
Load paths:
  /Users/amirsharif/Projects/amirsharif.com/_assets/css
  /Users/amirsharif/Projects/amirsharif.com/_assets/stylesheets
  /Users/amirsharif/Projects/amirsharif.com/_assets/images
  /Users/amirsharif/Projects/amirsharif.com/_assets/img
  /Users/amirsharif/Projects/amirsharif.com/_assets/fonts
  /Users/amirsharif/Projects/amirsharif.com/_assets/javascripts
  /Users/amirsharif/Projects/amirsharif.com/_assets/js
  /Users/amirsharif/Projects/amirsharif.com/_assets/bower
  /Users/amirsharif/Projects/amirsharif.com/_vendor
  Liquid Exception: File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss. Load paths: /Users/amirsharif/Projects/amirsharif.com/_assets/css /Users/amirsharif/Projects/amirsharif.com/_assets/stylesheets /Users/amirsharif/Projects/amirsharif.com/_assets/images /Users/amirsharif/Projects/amirsharif.com/_assets/img /Users/amirsharif/Projects/amirsharif.com/_assets/fonts /Users/amirsharif/Projects/amirsharif.com/_assets/javascripts /Users/amirsharif/Projects/amirsharif.com/_assets/js /Users/amirsharif/Projects/amirsharif.com/_assets/bower /Users/amirsharif/Projects/amirsharif.com/_vendor in /_layouts/post.html

Getting this error.
I believe it's because it's looking in bower but bower install uses bower_components to install the components.

File not found

I am getting the following error

Error in _assets/stylesheets/light.scss:50 File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss.
Load paths:
/Users/bryanalcorn/Downloads/chalk-master/_assets/css
/Users/bryanalcorn/Downloads/chalk-master/_assets/stylesheets
/Users/bryanalcorn/Downloads/chalk-master/_assets/images
/Users/bryanalcorn/Downloads/chalk-master/_assets/img
/Users/bryanalcorn/Downloads/chalk-master/_assets/fonts
/Users/bryanalcorn/Downloads/chalk-master/_assets/javascripts
/Users/bryanalcorn/Downloads/chalk-master/_assets/js
/Users/bryanalcorn/Downloads/chalk-master/_assets/bower
/Users/bryanalcorn/Downloads/chalk-master/_vendor
Liquid Exception: File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss. Load paths: /Users/bryanalcorn/Downloads/chalk-master/_assets/css /Users/bryanalcorn/Downloads/chalk-master/_assets/stylesheets /Users/bryanalcorn/Downloads/chalk-master/_assets/images /Users/bryanalcorn/Downloads/chalk-master/_assets/img /Users/bryanalcorn/Downloads/chalk-master/_assets/fonts /Users/bryanalcorn/Downloads/chalk-master/_assets/javascripts /Users/bryanalcorn/Downloads/chalk-master/_assets/js /Users/bryanalcorn/Downloads/chalk-master/_assets/bower /Users/bryanalcorn/Downloads/chalk-master/_vendor in /_layouts/post.html
jekyll 3.3.0 | Error: File to import not found or unreadable: ../bower/fluidbox/src/css/_fluidbox.scss.

Fonts not being included in _site/assets

I've forked nielsenramon/chalk, and am having problems with the fonts not ending up in the resulting _site folder when I serve or build.

If I sync to master, run bundle exec jekyll serve, and I get Failed to load resource: the server responded with a status of 404 (Not Found) for both ionicons.woff and ionicons.ttf.

Looking in the _site/assets folder, I see a complete lack of any fonts:

$ ls _site/assets
about.jpg  apple-touch-icon.png  application.js  documentation  light.css  notfound-light.css  og-image.jpg  vendor.js

A problem with the font

I like chalk a lot, and I met a problem with the font display.

Font of the blog title is different when I deploy to github, and it works fine when I "jekyll serve" locally.

screen shot 2016-12-05 at 5 31 32 pm

screen shot 2016-12-05 at 5 31 17 pm

I have found a difference of the html tag, some values become inactivate.

runs at gitbub:
screen shot 2016-12-05 at 6 19 27 pm

runs locally:
screen shot 2016-12-05 at 6 19 17 pm

But I have no idea why this happen, and how to fix it.

Any one can help, many thanks.

Additionally, the problem is with Firefox and Safari, Chrome works fine.

Social media link is not accessible

Hi Nielsen, it's me again. So sorry for another issue.
This time I encountered a problem when I try to add the link to my social media account.
at the config.yml I have put it only "github.com/joshuabezaleel" and it also print only "github.com/joshuabezaleel" when I try to print {{site.social.github}}.
But when I try to build it with Jekyll sudenly there the url of my web (joshuabezaleel.com) concatenated to the front part of the link. The link become inaccessible because it become joshuabezaleel.com/facebook.com/joshuabezaleel

image

Any solution? Thank you very much!

Feature: Post Previews

Howdy, Thanks for building this pretty little theme :)

It would be neat if you could set a number of lines for Chalk to preview of a post.

In the past I've used the excerpt_separator on my posts with other themes.

Do you think this would that be something you could easily add in into the theme?

Thanks,

Add Responsive Table CSS

Hey!

It would be nice to have build-in responsive table styles for both light and dark themes.

P.S.: Thx for awesome Jekyll theme 👍

Question re: menus

Hi there! Really lovely template; great job!

I'm not a web developer / designer, but am wanting to build my portfolio using Jekyll/GitHub Pages. Is it possible to include page headers at the top of the page (like the screenshot below) if you're using Chalk as your theme?

screen shot 2016-11-05 at 7 35 31 pm

Thank you so much!

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.