Drupal 8 theme

DEMO:http://subtleshift.net

git clone --branch master zetagraph@git.drupal.org:sandbox/zetagraph/2423269.git or from Github: git clone git@github.com:zetagraph/monoset.git

monoset theme

The theme uses mobile-first, responsive approach and encourages component-based theming through the creation of well structured sass partials and reusable UI elements.

What is included in this theme

Requirements & Instalation

  • In order to get going you will need Node.js and Gulp set up on your system.
  • If you have “homebrew”: $ brew install node
  • Install Gulp globaly $ npm install -g gulp
  • CD into the theme directory and run $ npm install to fetch all the node dependencies.
  • For BrowserSync update proxy server (line 73 in gulpfile.js) to match your local set up.
  • Next in the theme directory run “gulp” to start gulp watching, compiling and Browser Syncing.
CommentFileSizeAuthor
monoset-screen-shot.jpg152.27 KBzetagraph

Comments

PA robot’s picture

Status: Active » Needs work

Git clone command for the sandbox is missing in the issue summary, please add it.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

markconroy’s picture

Hi zetagraph,

Can you please add a git clone link in your issue summary so we can install this theme and test it for you?

Thanks a lot,
Mark.

camoa’s picture

I went ahead, and run coder review. You still need the git command on the issue.

FILE: /var/dev/camoa8/themes/monoset/monoset.theme
----------------------------------------------------------------------
FOUND 6 ERRORS AND 1 WARNING AFFECTING 5 LINES
----------------------------------------------------------------------
12 | ERROR | [x] Missing function doc comment
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
| | found 0
28 | WARNING | [x] There must be no blank line following an inline
| | comment
28 | ERROR | [x] Inline comments must end in full-stops,
| | exclamation marks, or question marks
30 | ERROR | [ ] You must use "/**" style comments for a function
| | comment
31 | ERROR | [x] Expected 1 space after IF keyword; 0 found
31 | ERROR | [x] Expected 1 space after closing parenthesis; found
| | ""
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

- page.html.twig needs the initial comments/documentation

zetagraph’s picture

Issue summary: View changes

Added the git clone links

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.