Skip to content

Commit 9486bfe

Browse files
committed
Fork in progress
1 parent da0e5bb commit 9486bfe

File tree

331 files changed

+6416
-10568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+6416
-10568
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.DS_Store
2+
.sass-cache
3+
.sass-cache/*
4+
*.idea
5+
**/node_modules/**
6+
*.log

404.php

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
66
*
7-
* @package Bulmapress
7+
* @package Bluegreen
88
*/
99
?>
1010

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

archive.php

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://codex.wordpress.org/Template_Hierarchy
66
*
7-
* @package Bulmapress
7+
* @package Bluegreen
88
*/
99
?>
1010

File renamed without changes.

assets/css/style.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

assets/js/customizer.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/main.min.js

Whitespace-only changes.
File renamed without changes.

assets/js/navigation.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

assets/js/skip-link-focus-fix.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/src/bulma/bulma.scss

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*! bulma.io v0.2.3 | MIT License | github.com/jgthms/bulma */
2+
@charset "utf-8";
3+
4+
@import "sass/utilities/all";
5+
@import "sass/base/all";
6+
@import "sass/elements/all";
7+
@import "sass/components/all";
8+
@import "sass/grid/all";
9+
@import "sass/layout/all";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)