Coder Social home page Coder Social logo

justgoodthemes / scriptor-jekyll-theme Goto Github PK

View Code? Open in Web Editor NEW
155.0 155.0 192.0 1.74 MB

Scriptor is a minimal, clean, modern and responsive Jekyll theme for writers.

Home Page: https://scriptor-jekyll.netlify.com/

License: MIT License

Ruby 0.52% HTML 31.86% JavaScript 1.33% SCSS 66.28%
blog-theme jekyll jekyll-theme static-site theme

scriptor-jekyll-theme's Issues

Page points to /about instead of /about/, 404 page not found

I have an issue where I have a 404 page doesn't exist:

When clicking on the navigation tabs such as "About" and "Tags".

This is the original code in config_yml

# Site navigation - each item must have a title and a url.
navigation:
  - text: Home
    url: /
  - text: About
    url: /about/
  - text: Tags
    url: /tags/

If I change "url: /about/" to "url: /about" without the last slash, the link works and takes me to the about page instead of 404.

How can I fix it so that the about page points to "/about/" instead of "/about"?

Thank you

Edit: Changing 'permalink' in the config_yml file to include the '/' at the end has solved the problem, for anyone else that runs into this issue.

Add Mastodon icon??

Hi,
And firts, thanks for this theme.

I trying to add mastodon icon modify de file /_sass/_icons.scss and add this code:

.fa-mastodon:before {
  content: "\f4f6";
}

But when refresh the page I see the code f4f6, not the icon, and the code is the same to use for github icon:

.fa-github:before {
  content: "\f09b";
}

But with the code to this page that is the same for use the github icon

Where is the problem? How I add the Mastodon Icon on this theme?

Because I trying to download new fonts about Awesome, but not solution this problem.

Thanks for all

Jekyll highlight does not work with this theme

@ JustGoodThemes Hello, I use your theme to build github pages, but the code highlight feature does not work.

First of all, I add highlight config in _config.yml:

highlighter: rouge
markdown: kramdown
kramdown:
  input: GFM
  syntax_highlighter: rouge

Secondly, I use rougify style monokai.sublime > syntax.css to generate a syntax.css file and move it in /assets/css/.
Then I add <link href="{{ '/assets/css/syntax.css' | relative_url }}" rel="stylesheet"> in the default.html file.
At last, I write this in my markdown file:

{% highlight java linenos %}
public static void main(String[] args) {
    System.out.println("Hello!");
}
{% endhighlight %}

Unfortunately, it does not work at all. Would you please take a look at this?

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.