Git Product home page Git Product logo

bela_newblog's People

Contributors

disastrid avatar giuliomoro avatar jarmitage avatar lbdonovan avatar roberthjack avatar

Stargazers

 avatar  avatar

Watchers

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

Forkers

giuliomoro

bela_newblog's Issues

og:image content=

This is the meta property that tells facebook which pic to pick for the link preview.

Blog posts used to get that path wrong:

<meta property="og:image" content="{% if page.image %}{{ page.image }}{% else %}{{ site.default_img }}{% endif %}">

this was giving a wrong relative path, like e.g.:

<meta property="og:image" content="bela-mini-launch/header.jpg">

as a consequence, facebook was picking the first pic instead of the header pic.

Now I fixed it so it actually gets the right URL pics for the header pic 01f6671 . Would it be appropriate to have an option for the author of the post to pick a different pic from the header one? With some other optional param maybe? Just asking

Lists

<ul><li> and <ol><li> have list-style-type set to none (so you see no circles nor numbers).
I think this should be removed.

Also, there is a weird css rule (it is in the compiled main.css, got it from the chrome inspector):

.post p:first-child {
    font-size: 1.25em;
}

which makes the test of list items look larger. I think this should be removed.

filename for posts

Right, the jekyll documentation states your blog posts need to have a filename of the format:

YEAR-MONTH-DAY-title.MARKUP

but Y-M-D will be overridden if there is a date specified front matter at the top of the file.
One valid solution to avoid confusion and stale dates in filenames is to use the following format for the filename:

0000-00-00-title.MARKUP

and specify the date in the front matter

Tables

See this nice table here:

Bits Sample Rate Level Coupling Conversion Latency Internal aliasing filter?
Audio In 16 44.1kHz +/-1V (gain available) AC 0.39ms
Audio Out 16 44.1kHz +/-1V (gain available) AC 0.47ms
Analogue In 16 22.05kHz x 8, 44.1kHz x 4, 88.2kHz x 2 0-4.096V DC < 10us
Analogue Out 16 22.05kHz x 8, 44.1kHz x 4, 88.2kHz x 2 0-5V DC < 10us

Unfortunately it does not look as nice here, though it surely is interpreted as a table.

How do I make a bold statement?

Is there a way to make bold?

*myBoldText* and _myItalicText_ both translate into an <em> tag which is rendered by default as italic.

I vote for *this* to render like this, for compatibility with github, but anything will do.

Twitter card image URL is relative

e.g.:

 <meta property="twitter:image" content="steim-7.jpg">

but it is wrong (the image lives somewhere else). It should be either absolute or relative.

Long lines in pre-formatted (```) boxes extend outside background

e.g.:

screen shot 2017-01-11 at 03 43 39

A possible solution would be to add

.highlighter-rouge{
  overflow-x: auto;
}

so that you obtain this:

screen shot 2017-01-11 at 03 43 30

and you can scroll the box content horizontally.

Note that the next thing I would ask for is make it obvious that the content is scrollable (i.e.: always show scrollbar when there is something to scroll).

Image Captions

Would be nice to have image captions to explain what's in each photo / credit where necessary.

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.