Skip to content

Commit

Permalink
Moves assets out of theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lougroshek committed Sep 7, 2020
1 parent f493828 commit 136a55e
Show file tree
Hide file tree
Showing 16 changed files with 157 additions and 359 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -17,3 +17,5 @@ node_modules
node_modules/*

resources/**

themes/**
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "themes/docsy"]
path = themes/docsy
url = https://github.com/google/docsy.git
Binary file added assets/icons/favicon.ico
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/icons/spinnaker-text-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/hero_image.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 0 additions & 123 deletions assets/scss/_nav0.scss

This file was deleted.

146 changes: 0 additions & 146 deletions assets/scss/_variables0.scss

This file was deleted.

8 changes: 4 additions & 4 deletions assets/scss/main.scss
Expand Up @@ -3,11 +3,11 @@
@import 'variables';
@import 'support/mixins';

@import '../vendor/bootstrap/scss/bootstrap';
@import './../../themes/docsy/assets/vendor/bootstrap/scss/bootstrap';

@import '../vendor/Font-Awesome/scss/fontawesome.scss';
@import '../vendor/Font-Awesome/scss/solid.scss';
@import '../vendor/Font-Awesome/scss/brands.scss';
@import './../../themes/docsy/assets/vendor/Font-Awesome/scss/fontawesome.scss';
@import './../../themes/docsy/assets/vendor/Font-Awesome/scss/solid.scss';
@import './../../themes/docsy/assets/vendor/Font-Awesome/scss/brands.scss';

@import 'support/utilities';
@import 'colors';
Expand Down

0 comments on commit 136a55e

Please sign in to comment.