GithubHelp home page GithubHelp logo

kronik3r / daktilo Goto Github PK

View Code? Open in Web Editor NEW
289.0 289.0 157.0 634 KB

A Jekyll theme with a minimal design inspired by typewriters.

Home Page: http://daktilo.github.io/

HTML 45.14% CSS 54.86%

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

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?

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?

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.

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?

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?

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.

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"

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.