Commits on Source (1282)
Showing
- .gitignore 13 additions, 1 deletion.gitignore
- .gitlab-ci.yml 41 additions, 0 deletions.gitlab-ci.yml
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 18 additions, 0 deletionsGemfile.lock
- README.md 31 additions, 0 deletionsREADME.md
- bluecheese.info 6 additions, 4 deletionsbluecheese.info
- ckeditor.config.js 106 additions, 0 deletionsckeditor.config.js
- config.rb 3 additions, 3 deletionsconfig.rb
- css/global-fonts.css 198 additions, 0 deletionscss/global-fonts.css
- css/global-variables.css 348 additions, 0 deletionscss/global-variables.css
- fonts/Noto_Sans/NotoSans-Bold.ttf 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-Bold.ttf
- fonts/Noto_Sans/NotoSans-Bold.woff 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-Bold.woff
- fonts/Noto_Sans/NotoSans-Bold.woff2 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-Bold.woff2
- fonts/Noto_Sans/NotoSans-BoldItalic.ttf 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-BoldItalic.ttf
- fonts/Noto_Sans/NotoSans-BoldItalic.woff 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-BoldItalic.woff
- fonts/Noto_Sans/NotoSans-BoldItalic.woff2 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-BoldItalic.woff2
- fonts/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf
- fonts/Noto_Sans/NotoSans-Italic.ttf 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-Italic.ttf
- fonts/Noto_Sans/NotoSans-Italic.woff 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-Italic.woff
- fonts/Noto_Sans/NotoSans-Italic.woff2 0 additions, 0 deletionsfonts/Noto_Sans/NotoSans-Italic.woff2
.gitlab-ci.yml
0 → 100644
... | @@ -6,6 +6,8 @@ group :development do | ... | @@ -6,6 +6,8 @@ group :development do |
gem 'sass' # Sass. | gem 'sass' # Sass. | ||
gem 'compass' # Framework built on Sass. | gem 'compass' # Framework built on Sass. | ||
gem 'susy' # Susy grid framework. | gem 'susy' # Susy grid framework. | ||
gem 'singularitygs' # Alternative to the Susy grid framework. | |||
gem 'toolkit' # Compass utility from the fabulous Snugug. | |||
gem 'breakpoint' # Manages CSS media queries. | gem 'breakpoint' # Manages CSS media queries. | ||
gem 'sass-globbing' # Allows you to import many sass or scss files | gem 'sass-globbing' # Allows you to import many sass or scss files | ||
# in a single import statement. | # in a single import statement. | ||
... | ... |
ckeditor.config.js
0 → 100644
css/global-fonts.css
0 → 100644
css/global-variables.css
0 → 100644
fonts/Noto_Sans/NotoSans-Bold.ttf
0 → 100644
File added
fonts/Noto_Sans/NotoSans-Bold.woff
0 → 100644
File added
fonts/Noto_Sans/NotoSans-Bold.woff2
0 → 100644
File added
fonts/Noto_Sans/NotoSans-BoldItalic.ttf
0 → 100644
File added
fonts/Noto_Sans/NotoSans-BoldItalic.woff
0 → 100644
File added
fonts/Noto_Sans/NotoSans-BoldItalic.woff2
0 → 100644
File added
File added
fonts/Noto_Sans/NotoSans-Italic.ttf
0 → 100644
File added
fonts/Noto_Sans/NotoSans-Italic.woff
0 → 100644
File added
fonts/Noto_Sans/NotoSans-Italic.woff2
0 → 100644
File added