GithubHelp home page GithubHelp logo

aliquam's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aliquam's Issues

Markdown in pages folder is not rendered properly

Hi, the about.md page' s contact form is not included properly. It just prints as plain text. But when I place the same about.md file in _posts folder it was rendered properly.

screen shot 2016-09-22 at 7 00 18 pm

I doubt whether it will just places the content instead of parsing the liquid templates ? But I was wondering it was fine with your site,

screen shot 2016-09-22 at 7 02 57 pm

Is this available only for premium users ? ;-) ;-)

PS: The template was very good, I love it. I just wanted to see how it is, but now got stuck to it. Thanks.

My Blog

Long list items cause item label to be along on its line

Markdown renderers will routinely create code like this:

<ul>
  <li>
    <p>First paragraph of a long item.</p>
    <p>Second paragraph of a long item.</p>
  </li>
  <li>
    <p>A lonely paragraph</p>
  </li>
</ul>

Which looks like this in aliquam:

screenshot from 2016-11-08 22-21-09

Is that intentional?

Color ordered list just like unordered list

I stumbled over a little design inconsistency: ordered list item labels are black, not orange like those of unordered lists.

Here's a fix (via kdgregory on Stack Overflow):

article > ol { 
  counter-reset: item; 
}
article > ol li { 
  display: block; 
}
article > ol li:before {
  content: counter(item) ".\0020";
  counter-increment: item;
  color: $color-orange;
  margin-right: $l-h-baseline / 6;
}

I'm not too sure about the spacing, but counting and coloring works.

Copy button for code box.

It is annoying that you have to select code to be able copy it. Would be nice to have one click button in the code block to do 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.