Coder Social home page Coder Social logo

nocountryforgeeks / nocountryforgeeks.github.io Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 0.0 129.7 MB

Repository that host the No Country for Geeks blog.

Home Page: http://www.nocountryforgeeks.com

License: MIT License

HTML 48.38% Ruby 4.30% CSS 39.44% JavaScript 6.24% Python 1.65%
blog csharp javascript geeks jekyll ghost

nocountryforgeeks.github.io's Introduction

No country for Geeks

Getting started

Launch in localhost

  1. Install a full Ruby development environment

  2. Install Jekyll and bundler gems

gem install jekyll bundler

  1. Run bundle install to install missing gems.

  2. Build the site and make it available on a local server

bundle exec jekyll serve -d _site

  1. Now browse to http://localhost:4000

Note: you can build the site with draft using --draft.

bundle exec jekyll serve -d _site

Create Author

To create author you have to add markdown file with author's information at the author folder.

---
layout: author
username: maktub82
displayname: Sergio Gallardo Sales
location: Madrid
url_full: https://twitter.com/maktub82
url: twitter.com/maktub82
bio: Delivery Manager en Plain Concepts
picture: assets/images/blog/authors/maktub82.jpeg
facebook: False
twitter: maktub82
feed: False
cover: False
robots: noindex
---

Then you have to modify the _data/authors.yml to add the author information.

maktub82:
  username: maktub82
  name: Sergio Gallardo Sales
  location: Madrid
  url_full: https://twitter.com/maktub82
  url: twitter.com/maktub82
  bio: Delivery Manager en Plain Concepts
  picture: assets/images/blog/maktub82.jpeg
  facebook: False
  twitter: maktub82
  feed: False
  cover: False

Create tag

To add a new tag you have to create a file in tag folder with this format.

---
layout: tag
title: "C#"
description: False
tag: csharp
robots: noindex
---

Posts

To create new post you have to create a new file in _posts folder.

File: 2017-01-08-hemos-tenido-un-sueno.md

---
layout: post
current: post
cover: assets/images/posts/2017-01-08-hemos-tenido-un-sueno/header.jpg
navigation: True
title: "Hemos tenido un sueño"
date: 2017-01-08 12:00:00
tags: nocountryforgeeks
class: post-template
subclass: 'post'
author: aclopez
---

Here the post content

You have to add all images in the assets/images/post/name_of_posts/ folder.

Drafts

If you want to cretea a draft you have to create file in _draft folder. To launch blog in localhost with draft you have to use --draft when launch the blog.

Jasper2

Build Status Ruby Jekyll

This is a full-featured port of Ghost's default theme Casper v2.1.9 for Jekyll / GitHub Pages.

Copyright & License

Same licence as the one provided by Ghost's team. See Casper's theme license.

Copyright (C) 2015-2018 - Released under the MIT License.

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.

nocountryforgeeks.github.io's People

Contributors

acnagrellos avatar albertonr avatar danimart1991 avatar franmolmedo avatar ikeinyyo avatar ivan-rodriguez-ag avatar ivanrodricalleja avatar psanchezelena avatar xxjoakinxx avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nocountryforgeeks.github.io's Issues

Blog shows future posts

Current Behaviour:

If you publish a posts with future date and hour, it will be showed in the blog with the future date and hour.

Example:
Today is 2019-10-01. If you push 2019-10-14-post.md will be showed on blog.

Expected behaviour:

Only show past posts (with date before today) in blog unless you enter by absolute url.

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.