Giter VIP home page Giter VIP logo

jekyll-now's People

Contributors

barryclark avatar bkiers avatar coltonfitzgerald avatar daattali avatar daniel15 avatar dijonkitchen avatar eringrand avatar esteinborn avatar fleeting avatar genericmethod avatar henryaj avatar hunjaelee avatar italohdc avatar javiercejudo avatar junefrench avatar nscyclone avatar omgmog avatar peteretelej avatar praseodym avatar rnicholus avatar sunnankar avatar vermluh avatar yzyzsun 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  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

jekyll-now's Issues

Setting excerpt_separator Fails to Function

First of all - thanks for this project, it's really powerful.

Question for you - in my config.yml I'm setting excerpt_separator: "/n/n"

However this doesn't appear to do anything. Is there a way to easily update the excerpt_separator configuration variable?

Youtube link

I'd like to include a link to my youtube in my footer. I've changed the default page to include the link, and the _config file to keep track of the URL, but I don't know how to get the icon to work. I have the image I want (attached) but need to figure out how to get it into the right format for the _svg-icons.scss file. Any sugggestions?

youtube-social-circle_red_48px

site.baseurl problems

I'm having issues with the {{ site.baseurl }} tag. It's for my main user page with a custom domain so I set the config variable to nothing, just the default "" and updated my CNAME file and website serves fine. However on a post page, the title link ( href="{{ site.baseurl }}") doesn't work it comes up as empty when viewing the source code. However, links using href="{{ site.baseurl }}{{ post.url }}" get done correct as /page-name/ and work fine.

Am I missing something somewhere?

Can't use syntax highlighting

I can't seem to get Jekyll to parse code sections and mark them up for the solarized theme. I'm marking the code up as below.

while (have_posts()) : the_post();

Disqus threads for http and https sites separate

Is there a way to have the https site forward to the http site? I've just noticed that if people comment on a post reached using the http address and others do the same using the https address, the threads only show up on one or the other, as if there were two different sites.

Example: this post http://bewuethr.github.io/installing-fltk-133-under-visual-studio/ and the same under https, https://bewuethr.github.io/installing-fltk-133-under-visual-studio/, has two different comment threads.

[Question] Does not present lists on the final output

According to the Markdown language, lists such as below should be represented in a list format:

  • A bulletted list
  • alternative syntax 1
  • alternative syntax 2
    • an indented list item
  1. An
  2. ordered
  3. list

However when using the above format, jekyll blog does not show the list representation. Instead it shows continuous text.

Responsibilities * Intrusion detection - Analyze network and host based security events from our corporate and production environments * Perform initial triage, identify when an event has become an incident, escalate and continuously monitor for further activity * Analyze logs, write new rules, and improve upon existing detection rules (host and network) * 

Edit with highlight on the syntax used @etelej :

Review:
1. Less focus on formal education (Degree, Masters) or specific certification.
2. Basic knowledge on networking and OSes is a must.
3. Celebrate cross discipline learning and collaboration.

Responsibilities
* Intrusion detection - Analyze network and host based security events from our corporate and production environments
* Perform initial triage, identify when an event has become an incident, escalate and continuously monitor for further activity
* Analyze logs, write new rules, and improve upon existing detection rules (host and network)

Styling feed.xml

Several browsers (like Chrome don't have a default proper feed reader) hence feed content appear as in the xml file. Like so:
jnow-feed
I've updated a XSL document for my feed.xml given it the following styling:
jnow-feed2 available at etelej.github.io/feed.xml

I wanted to send a pull request, but I have my .xsl document in a /assets/ folder, but wasn't sure where to put the file. Does jekyll-now have a folder for resource files?

Getting project pages to work with main jekyll-now site

Hi, I just followed the instructions on jekyll-now to launch my username.github.io site at:
openpencil.github.io Thanks for making it so simple.

I am now trying to build a project page for one of my project repos at:
https://github.com/openpencil/bayesianmice so that it would show up at:
http://openpencil.github.io/bayesianmice/index.html
Unfortunately, I am not having much luck with this. The result is a 404 page.

The repository is pretty simple as in it has a gh_pages branch, a _config.yml file and an index.html
I am wondering if you perhaps point me to where I am going wrong here.

Thanks for your time!

truncatewords is unsafe

Hi,
thanks for this easy starting point with jekyll!

I just want to make you aware that this line in index.html is unsafe:
{{ post.content | truncatewords:40}}
Depending of what you have in your post, you might be in the middle of markup. I am not entirely sure why, but in our page it resulted in strange <em> tags appearing. I switched it now to use the
{{ post.excerpt }}
tag with a custom excerpt separator and that works better.

Best,
Anna

CSS not working

I'm totaly new to Jekyll. I followed the instructions on the README.md. I managed to adjust my settings but I can't get the css to load properly. What setting should I adjust?

Add google analytics anonymizeIp option

Hi,

thanks for this great repository! i love it <3
Maybe it is a good suggestion to add a google analytics anonymizeip variable in the _config file.

ga('set', 'anonymizeIp', true);

And then use it like that

ga('create', '{{ site.google_analytics }}', 'auto');
{% if site.google_analytics_anonymizeip %}
ga('set', 'anonymizeIp', true);
{% endif %}
ga('send', 'pageview');

or is there a better way to handle that?

Best,
Stefan

cannot render disqus

I have add my disqus auto-generate script into disqus.html and saved it. But I cannot see the DISQUS in my post page.Why?

Permalinks not working in local environment

Sorry, I am new to Jekyll and so this may be something trivial.

Everything is working fine with my remote repository hosted on my github account. However, when I run jekyll serve --watch locally, and then navigate to http://0.0.0.0:4000/about in the browser I get the 404 page.

If I type in http://0.0.0.0:4000/about.html, the page loads fine. Something seems to be going wrong with the routing in my local environment but I cannot figure out what it is. Any ideas?

I'm running:
jekyll 2.2.0
ruby 2.1.2p95
ubuntu 12.04

Rss

The RSS feed link is not shown in the HTML, making it harder for people to subscribe to a person's blog. I've fixed it in my branch but unfortunately, the way I fixed prevents me sending a proper pull request, fortunately I can make a patch file!

diff --git a/_layouts/default.html b/_layouts/default.html
index 0c0f822..3d92552 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,7 +10,7 @@

     <meta name="author" content="{{ site.name }}" />
     <meta name="description" content="{{ site.description }}">
-
+    <link type="application/atom+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" rel="alternate"/>
     <!--[if lt IE 9]>
       <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
     <![endif]-->

Page tab icon

Is there any way to add an icon to the browser tab?

The fork is not working...

Hello! I have followed the instruction and done the fork. However, it does not create a fork but redirects me to another fork that I did (from a project that was in turn forked by jekyll-now). Do you know why I am having this issue?
Thanks,
Martina

Get posts to display in time order?

Hi, this might already be something I'm not doing right but how do I go about getting posts to display in time order? As currently they are going top-bottom/oldest-newest.

archive page

What about adding an archive page? I think that is essential for a blog. Thanks for your work!

syntax Error in Github

Hi,
Github recognized style.scss Syntax error so when you forked , your github page doesn't active until some change in style.scss file.
what's your comment about that?

Bests

Page build error.

Hello there! I just forked and copied it to my io repo and it returned a build error without specific reason, anyone got it too?

Using gh-pages branch in a non-user repo

Is there someway to use a regular repo (i.e. not one named username.github.io) via its gh-pages branch? Like if I forked jekyll-now and renamed the default branch to gh-pages, and then created a new default branch to do other (non-web) stuff? Would this work?

preview draft posts on github ?

Hi Barry, Thanks for your very helpful work which I've used to set up a code centric blog.

I particularly liked not having to install jekyll etc. locally.

I've just realised that I can't think of a way to preview what a draft posts will look like without publishing it for everyone to see. My principal concern is that I don't want posts to be published by a particular feed aggregator until I've finished them. Any suggestions ?

Thanks,
Andy

How to do SEO for jekyll-now based blog?

Hi, I made a blog based on jekyll-now and thank you for your great work! but the problem is I cannot find my blog in the first 5 page when searching in Google, which I think there might be some problem here. I am not very familiar with SEO, but how to do that for jekyll-now based blog?

Add G+ Icons

Hi, having G+ included in the option for social network would be great.

I don't know from where you get the icons, because in case you can provide a link and I can add by myseld

Disabling image optimizations?

I've narrowed this problem down to Jekyll at least.

On my site I have a javascript zoom box that lets someone zoom in on an image.
See https://questionablecode.org/apk_extractor_3.0/#lessons-learned

However you can see once you zoom in one or two steps its very blurry. Here is the exact same example on Github pages without using Jekyll.
https://benjholla.github.io/testzoom/zoom_demo/example.html

For a brief time I thought CloudFlare was reponsible, so I forked my entire Jekyll site to another user repo and the images were still blurry.

As a shot in the dark I took a look at the Jekyll asset pipeline (https://github.com/matthodan/jekyll-asset-pipeline#asset-compression) and disabled any compression features in my _config.yml file that I saw.

Any ideas? This is driving me crazy...and I'm getting desperate. It has something to do with Jekyll I'm pretty sure. My site code is here https://github.com/questionablecode/questionablecode.github.io

Changes to page aren't showing up

Hi Barry,
I've followed your instructions on Smashing Magazine (and here) to the letter, but I seem to be stuck. When I edit the Hello-World.md file, give it a new name, and commit it to my repository, I can see the file in the repository. But when I go to skeskali.github.io, I still see the default setup page you get when I first forked Jekyll. However, when you mouse over links, you can see my URL in the status bar.

What am I doing wrong? I've checked my config file over and over again, but I don't see anything wrong.

hoverZoomLink class appended to images

Hey Barry,

I forked this repo to build my site, and I noticed there is a class appended called "hoverZoomLink". I have not been able to find where the class is in any of the assets. When I hover on an image, it shows a really large image that is quite annoying. Are you familiar with this?

Add text at the footer?

Hey! I'd like to add text (Copyright text, etc.) to the bottom of my jekyll-now site. Any way I can do this? What file should I edit?

Github page build failure

Hello!
Firstly, thank you so much for your work on this repo, I'm immensely enjoying using it. Recently I have begun to notice some page build failures, a few of them I've managed to circumvent but this one is really giving me problems.

So the below code is the offender:

{% highlight ruby linenos %}
require 'capybara/rspec'
require 'airport'

feature 'Grand Finale' do

airport = Airport.new
planes = []
6.times { planes << Plane.new }
p = Plane.new

scenario '6 planes can be created' do
expect(planes.length).to eq 6
end

scenario 'airport knows planes are in the air' do
planes.each do |plane|
expect(plane.location).to eq('air')
end
end

scenario '6 planes can land at specified airport' do
Airport.any_instance.stub(:weather_good).and_return(true)
planes.each { |plane| plane.request_land airport }
expect(airport.landed_planes.length).to eq 6
end

scenario 'airport knows planes are in the airport' do
planes.each do |plane|
expect(plane.location).to eq('airport')
end
end

scenario 'plane is denied landing permission when airport is full' do
Airport.any_instance.stub(:weather_good).and_return(true)
expect { (p.request_land airport) }.to raise_error 'permission denied'
end

scenario '6 landed planes have status: landed' do
airport.landed_planes.each do |plane|
expect(plane.status).to eq 'landed'
end
end

scenario 'after all 6 planes takeoff there are no more landed planes' do
Airport.any_instance.stub(:weather_good).and_return(true)
planes.each do |plane|
airport.order_plane_takeoff plane
end
expect(airport.landed_planes.length).to eq 0
end

scenario 'after all 6 planes takeoff their status is 'flying'' do
planes.each do |plane|
expect(plane.status).to eq 'flying'
end
end
end
{% endhighlight %}


And this is the error email I get from Git:

The page build failed with the following error:

The tag highlight in _posts/2015-03-22-Week was not properly closed with {% endhighlight %}. For more information, see https://help.github.com/articles/page-build-failed-tag-not-properly-closed.

If you have any questions you can contact us by replying to this email.

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.