Giter Club home page Giter Club logo

daktilo's Introduction

Bitdeli Badge

Daktilo

Daktilo is a Jekyll theme with a minimal design inspired from typewriters.

More info and Live preview

Click here to see the theme in action.

Features

  • Fully responsive
  • Disqus integration for comments.
  • Google Analytics integration.
  • Syntax Highlighter (using highlight.js).
  • Support for categories.
  • Font-Awesome Icons.
  • Optimized for SEO.
  • Coolest 404 page ever.

How to use it

Start by cloning the repository, then check the _config.yml file and change it accordingly. Note that the title property is what will be displayed as logo.

Finally execute jekyll serve --watch and head to localhost:4000 to see the result.

Using categories

Categories are little bit tricky. Please make sure to do the following for each category:

  • Create a file within categories folder with the name of your category For example let's say that we have a category called An Awesome Category you will need to add an an-awesome-category.html file with this content:
---
layout: category
category: an-awesome-category
permalink: /categories/an-awesome-category/
---
  • Create an entry inside _data/categories.yml
- slug: an-awesome-category
  name: An Awesome Category
  • Then you will see it in the footer in the Explore section.

License

The contents of this repository is licensed under The MIT License.

daktilo's People

Contributors

anshulxyz avatar kronik3r avatar setanarut 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

daktilo's Issues

Tags support

Everything fine & Will be awesome if blog posts has tags support

Implement a version file

Should we have a _version.yml file to keep track of the current version of Daktilo that a user installs?

Implement disqus comments system

Hi, first of all thank you for this theme.
Second, how to implement disqus comments system with this theme ?, i've tried :

  • Register my website with disqus.
  • Add disqus: my_disqus_username property to the _config.yml file .
  • Add comments: true to every post located under _posts folder.

And i'm not getting the expected result.

Possibility to set up highlight.js style in _config.yml

I found that /assets/vendor/highlight/styles/ contains all styles supported by highlight.js. It would be good to add possibility to manually choose style for syntax highlighting in _config.yml. Otherwise, why we need all available styles in our assets?

Can't change colo(u)r of post content

I'm really new to Jekyll so I may be approaching this wrong, but a least help me here.

I loved this theme but just wanted to have a dark background. I changed a few colours for the background, title, etc. in _sass/_default.scss and css/main.scss. However, I am hard-pressed to change the colour of a post's text to white!

I had a look, and saw that posts adapt the post layout. OK, I say. Here it is:

---
layout: default

---
{% include post/title.html %}

<div class="content">
    {{ content }}
</div>

{% include post/about.html %}

Oh! Well, that should be simple enough. I added this to main.scss:

.content
{
    color: white;
}

No - that doesn't work. I try doing that in _default.scss too. No effect. I try doing this to the <div> part:

<div class="content">
    <p style="color:white;">
    {{ content }}
    </p>
</div>

And still no effect.

How do I do this?

Rake tasks

Wouldn't it be nice to have Rake tasks available for making our lives easier? Something like Jekyll Bootstrap provides:

$ rake post title="Hello World"

jtasks for dev routines automation

Hi,

Recently I have finished jtasks, it's a tool to simplify and automate a lot of dev routines in Jekyll projects. Currently it supports following tasks:

  build     Build the site.
  clean     Clean the site.
  doctor    Search site and print specific deprecation warnings.
  list      List all posts.
  notify    Notify various services about sitemap update.
  post      Create a new post.
  preview   Launches default browser for previewing generated site.
  serve     Serve the site locally.

Check project's readme for more details and usage examples.

If you like it and consider jtasks beneficial to Daktilo, I can prepare PR for smooth integration.

Daktilo Categories

Explore categories can only display one category even if the post have multiple categories.

unsupported on jekyll 1.5.1

Which version of jekyll is this designed for?
Do I need any additional packages to generate the css from the sass file, or will the right version of jekyll handle that?

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.