Giter Site home page Giter Site logo

mono's Introduction

Home

Mono GitHub issues

Mono is a minimalistic, clean, content-driven theme for Bludit made with โค, coffee and a healthy dose of SASS.

Theme Demo - Hound.su - enjoy :)

Features

  • Great starting point for your blog.
  • scssphp preprocessor.
  • Highlight.js instead of Rainbow.js, so you can add the languages you need.
  • Post & Page titles.
  • Smooth Scroll

Proudly Uses

Smooth Scroll Build Status

SCSSPHP Build License

Font Awesome

jQuery

Customization

The basics are very easy to customize using the _config.scss file:

/* Use the following lines to configure your font, main (accent) color and the maximum width. */
$main-font: 'Open Sans', sans-serif;
$header-font: 'Open Sans', sans-serif;
$code-font: 'Source Code Pro', Consolas, monospace;
$accent-color: #3399ff;
$max-content-width: 55rem;

Customizing from where external resources are loaded from

Due to a request, I have added a file in the PHP folder of the theme which is called external.php in this file a user (you) can change the links to whatever they decide. The default setup is as follows:

<!-- Highlight.js -->
<script>hljs.initHighlightingOnLoad();</script>

<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet">

<!-- Custom Javascript -->
<script
			  src="//code.jquery.com/jquery-2.2.3.min.js"
			  integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo="
			  crossorigin="anonymous">
</script>

People that are using this Theme in China shall have issues with Posts/Pages loading up extremely slow. To counter this you shall have to change the external.php file to this code:

<link href="http://fonts.useso.com/css?family=Lato:400,900" rel="stylesheet">
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">

<!-- Custom Javascript -->
<script
              src="//cdn.bootcss.com/jquery/2.2.3/jquery.min.js"
              integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo="
              crossorigin="anonymous">
</script>

Limitations

  • Because of how Bludit operates at the time being, the navigation bar is technically the sidebar. As such, it is advised that you use the Page list plugin alone. The Tags list or About plugins will mess up the theme.

Please note the original maker of this Theme is HXII Monochromato I am simply modifying the theme to suit my needs by - changing the colours, upgrading the theme to (Bludit) standards and adding other nifty features :)

mono's People

Contributors

clickwork-git avatar

Watchers

James Cloos avatar

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.