Το emacs είναι ενα πολυεργαλείο που χρησιμοποιώ διαρκώς όταν βρίσκομαι στο υπολογιστή. Το orgmode είναι μια βιβλιοθήκη στο emacs ιδανική για να κρατάς σημειώσεις και να orgανώνεις τη ζωή σε ένα απλό κειμενογράφο όπως το emacs. Τελευταία, μια ακόμη δουλειά ήρθε να προστεθεί στα παραπάνω μέσω της οποία δίνεται η δυνατότητα να δημιουργείς ιστότοπους με τα παραπάνω εργαλεία. Αυτή είναι η δουλειά του Sébastien Gross που δημιούργησε το o-blog (Standalone orgmode blog exporter).

Αλλαγή font

Μορφοποίηση του αρχείου templates/style/less/o-blog-default.less (http://renard.github.io/o-blog/tips/2012/05/07_add-a-custom-font.html).

see also : http://fortawesome.github.io/Font-Awesome/examples/

/*
 * Define you own style here (overrides bootstrap's variables.less)
 */


@linkColor: #933;

/* @media (min-width: 768px) { */


    @baseFontSize: 18px;
    @baseLineHeight: @baseFontSize * (18/13);


    @gridColumns:             12;
    @gridColumnWidth:         70px;
    @gridGutterWidth:         20px;



    // add by ab
    @import url("http://fonts.googleapis.com/css?family=Tinos:400italic,400,700italic,700");

//    @import "font-Yanone-Kaffeesatz.less";
//    @import "font-Ubuntu-Mono.less";
//    @import "font-Andika.less";



    h1, h2, h3, h4, h5, h6 {
        //	font-family: "Helvetica Neue", Helvetica, "Yanone Kaffeesatz", Arial, sans-serif;
	    font-family: "Tinos";
    }


    @monoFontFamily: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New";
    @sansFontFamily: "Andika", "Helvetica Neue", Helvetica, Arial, sans-serif;

    .navbar-fixed-top {
	li {
	    line-height: @baseLineHeight;
	}
    }

    nav a:hover {
	zoom: 1.1;
    }

    .navbar, .breadcrumb {
	font-size: @baseFontSize / (18/13);
	line-height: 0.76 * @baseLineHeight  / (18/13);
    }

    .breadcrumb {
	padding: 3px 14px;
	li {
	    line-height: @baseLineHeight;
	}
    }

    .modal {
	left: 15%;
	width: 70% /*@gridRowWidth*/;
	margin-left: auto;
	margin-right: auto;
	li {
	    line-height: @baseLineHeight;
	}
    }

    li {
	line-height: 1.5 * @baseLineHeight;
    }

    #disqus_thread {

	font-size: @baseFontSize * (13/18);
	line-height: @baseLineHeight * (13/18);

	input,
	textarea,
	.uneditable-input {
	    font-size: @baseFontSize * (13/18);
	    line-height: @baseLineHeight * (13/18);
	    height: @baseLineHeight * (13/18);
	}

	select {
	    font-size: @baseFontSize * (13/18);
	    line-height: @baseLineHeight * (13/18);
	    height: 2 * @baseLineHeight * (13/18);

	}
    }
/* } */

rsync with ftp account

blog comments powered by Disqus