Move project-main to Blender Cloud
Also remove calls to project-landing, it is now part of project-main. It was just a few lines of code not worth having a different CSS file.
This commit is contained in:
@@ -1,82 +0,0 @@
|
|||||||
// Bootstrap variables and utilities.
|
|
||||||
@import "../../node_modules/bootstrap/scss/functions"
|
|
||||||
@import "../../node_modules/bootstrap/scss/variables"
|
|
||||||
@import "../../node_modules/bootstrap/scss/mixins"
|
|
||||||
|
|
||||||
@import _config
|
|
||||||
@import _utils
|
|
||||||
|
|
||||||
// Bootstrap components.
|
|
||||||
@import "../../node_modules/bootstrap/scss/root"
|
|
||||||
@import "../../node_modules/bootstrap/scss/reboot"
|
|
||||||
|
|
||||||
@import "../../node_modules/bootstrap/scss/type"
|
|
||||||
@import "../../node_modules/bootstrap/scss/images"
|
|
||||||
|
|
||||||
@import "../../node_modules/bootstrap/scss/code"
|
|
||||||
@import "../../node_modules/bootstrap/scss/grid"
|
|
||||||
@import "../../node_modules/bootstrap/scss/tables"
|
|
||||||
@import "../../node_modules/bootstrap/scss/forms"
|
|
||||||
@import "../../node_modules/bootstrap/scss/buttons"
|
|
||||||
@import "../../node_modules/bootstrap/scss/transitions"
|
|
||||||
@import "../../node_modules/bootstrap/scss/dropdown"
|
|
||||||
@import "../../node_modules/bootstrap/scss/button-group"
|
|
||||||
@import "../../node_modules/bootstrap/scss/input-group"
|
|
||||||
@import "../../node_modules/bootstrap/scss/custom-forms"
|
|
||||||
|
|
||||||
@import "../../node_modules/bootstrap/scss/nav"
|
|
||||||
@import "../../node_modules/bootstrap/scss/navbar"
|
|
||||||
|
|
||||||
@import "../../node_modules/bootstrap/scss/card"
|
|
||||||
@import "../../node_modules/bootstrap/scss/breadcrumb"
|
|
||||||
@import "../../node_modules/bootstrap/scss/pagination"
|
|
||||||
@import "../../node_modules/bootstrap/scss/badge"
|
|
||||||
@import "../../node_modules/bootstrap/scss/jumbotron"
|
|
||||||
@import "../../node_modules/bootstrap/scss/alert"
|
|
||||||
@import "../../node_modules/bootstrap/scss/progress"
|
|
||||||
@import "../../node_modules/bootstrap/scss/media"
|
|
||||||
@import "../../node_modules/bootstrap/scss/list-group"
|
|
||||||
@import "../../node_modules/bootstrap/scss/close"
|
|
||||||
@import "../../node_modules/bootstrap/scss/modal"
|
|
||||||
@import "../../node_modules/bootstrap/scss/tooltip"
|
|
||||||
@import "../../node_modules/bootstrap/scss/popover"
|
|
||||||
@import "../../node_modules/bootstrap/scss/carousel"
|
|
||||||
|
|
||||||
@import "../../node_modules/bootstrap/scss/utilities"
|
|
||||||
@import "../../node_modules/bootstrap/scss/print"
|
|
||||||
|
|
||||||
// Pillar components.
|
|
||||||
@import "apps_base"
|
|
||||||
@import "components/base"
|
|
||||||
|
|
||||||
@import "components/jumbotron"
|
|
||||||
@import "components/alerts"
|
|
||||||
@import "components/navbar"
|
|
||||||
@import "components/dropdown"
|
|
||||||
@import "components/footer"
|
|
||||||
@import "components/shortcode"
|
|
||||||
@import "components/statusbar"
|
|
||||||
@import "components/search"
|
|
||||||
|
|
||||||
@import "components/flyout"
|
|
||||||
@import "components/forms"
|
|
||||||
@import "components/inputs"
|
|
||||||
@import "components/buttons"
|
|
||||||
@import "components/popover"
|
|
||||||
@import "components/tooltip"
|
|
||||||
@import "components/checkbox"
|
|
||||||
@import "components/overlay"
|
|
||||||
@import "components/card"
|
|
||||||
|
|
||||||
@import _notifications
|
|
||||||
@import _comments
|
|
||||||
|
|
||||||
@import _project
|
|
||||||
@import _project-sharing
|
|
||||||
@import _project-dashboard
|
|
||||||
@import _error
|
|
||||||
|
|
||||||
@import _search
|
|
||||||
|
|
||||||
@import plugins/_jstree
|
|
||||||
@import plugins/_js_select2
|
|
@@ -4,11 +4,6 @@
|
|||||||
|
|
||||||
| {% block page_title %}Blog{% endblock%}
|
| {% block page_title %}Blog{% endblock%}
|
||||||
|
|
||||||
| {% block css %}
|
|
||||||
| {{ super() }}
|
|
||||||
link(href="{{ url_for('static_cloud', filename='assets/css/project-landing.css') }}", rel="stylesheet")
|
|
||||||
| {% endblock css %}
|
|
||||||
|
|
||||||
| {% block body %}
|
| {% block body %}
|
||||||
| {{ blogmacros.render_blog_index(project, posts, can_create_blog_posts, api, more_posts_available, posts_meta, pages=pages) }}
|
| {{ blogmacros.render_blog_index(project, posts, can_create_blog_posts, api, more_posts_available, posts_meta, pages=pages) }}
|
||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
@@ -5,9 +5,7 @@
|
|||||||
header
|
header
|
||||||
img.header(src="{{ node.picture.thumbnail('h', api=api) }}")
|
img.header(src="{{ node.picture.thumbnail('h', api=api) }}")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% block navbar_secondary %}
|
|
||||||
| {{ super() }}
|
|
||||||
| {% endblock navbar_secondary %}
|
|
||||||
#node-container
|
#node-container
|
||||||
#node-overlay
|
#node-overlay
|
||||||
|
|
||||||
|
@@ -18,11 +18,6 @@ meta(property="og:image", content="{{ node.picture.thumbnail('l', api=api) }}")
|
|||||||
|
|
||||||
| {% block page_title %}{{node.name}} - Blog{% endblock%}
|
| {% block page_title %}{{node.name}} - Blog{% endblock%}
|
||||||
|
|
||||||
| {% block css %}
|
|
||||||
| {{ super() }}
|
|
||||||
link(href="{{ url_for('static_cloud', filename='assets/css/project-landing.css') }}", rel="stylesheet")
|
|
||||||
| {% endblock css %}
|
|
||||||
|
|
||||||
| {% set title = 'blog' %}
|
| {% set title = 'blog' %}
|
||||||
|
|
||||||
| {% block body %}
|
| {% block body %}
|
||||||
|
Reference in New Issue
Block a user