GithubHelp home page GithubHelp logo

ferrolho / jekyll-theme-libretto Goto Github PK

View Code? Open in Web Editor NEW
60.0 7.0 60.0 330 KB

:scroll: Libretto is a Jekyll theme with classic styling and typographic details

Home Page: https://ferrolho.github.io/jekyll-theme-libretto/

License: MIT License

HTML 27.33% CSS 72.67%

jekyll-theme-libretto's Introduction

jekyll-theme-libretto's People

Contributors

ferrolho 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jekyll-theme-libretto's Issues

jekyll serve --watch (erro)

Configuration file: /Users/wangfei/TimiLee.github.io/_config.yml
Source: /Users/wangfei/TimiLee.github.io
Destination: /Users/wangfei/TimiLee.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'css/main.scss':
Invalid CSS after "...ame/$font-name;": expected expression (e.g. 1px, bold), was "@font-face {" on line 9
jekyll 3.5.1 | Error: Invalid CSS after "...ame/$font-name;": expected expression (e.g. 1px, bold), was "@font-face {" on line 9

Mastodon icon not shown

Hi, I would like to include Mastodon URL to my site. In _config.yml, I have this:

title: MyTitle
description: > # this means to ignore newlines until "baseurl:"
  Description of my site...
url: https://xxxx.xx
#twitter_username: XXX
github_username:  XXX
linkedin_username: xxx
mastodon:
- username: xxx
  instance: noc.social

# Build settings
future: true
markdown: kramdown
theme: libretto-jekyll-theme
plugins:
  - jekyll-feed

Unfortunately, Mastodon icon and account info is not shown. Any idea what I am doing wrong?

Error displaying first line of post on Safari for Mac

The first line of text for each post disappears on Safari for Mac. Apparently this was a problem in the original Wordpress theme too: https://en.forums.wordpress.com/topic/libretto-theme-not-displaying-properly-in-safari. Here's their solution in their style.css file:

/*
Browser hack that targets Safari only, to prevent first line from disappearing.
See: https://stackoverflow.com/questions/16348489/is-there-a-css-hack-for-safari-only-not-chrome
*/
@media not all and (min-resolution:.001dpcm) { @media {
    .format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type::after,
	.page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type::after,
	.emphasis::after {
		display: inline-block;
	}
}}

I don't know enough about scss to incorporate this or I'd do it myself and submit a PR.

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.