Welcome to Shaun Luttin's public notebook. It contains rough, practical notes. The guiding idea is that, despite what marketing tells us, there are no experts at anything. Sharing our half-baked ideas helps everyone. We're all just muddling thru. Find out more about our work at bigfont.ca.

The folder structure that I use for Orchard Themes

Tags: orchard-cms

fonts
    fontawesome-webfont.eot
    fontawesome-webfont.svg
    fontawesome-webfont.ttf
    fontawesome-webfont.woff
    FontAwesome.otf
scripts
    APA-Style.js
    IE-10.js
styles
    less
        bigfont
            _apa-style.less
            _ie-10.less
        bootstrap-3.1.1
            alerts.less
            badges.less
            bootstrap.less
            ...     
            utilities.less
            variables.less
            wells.less
        font-awesome-4.1.0
            bordered-pulled.less
            core.less
            fixed-width.less
            ...
            spinning.less
            stacked.less
            variables.less
        orchard
            _clearing-float.less
            _forms.less
            _general.less
            _main.less
            _misc.less
            _print.less
            _reset.less
            _secondary.less
            _structure.less
            _typography.less
    Site.less
views
    BadgeOfHonor.cshtml
    Layout.cshtml
    Parts.TagCloud.cshtml