Drupal 8 theme
git clone --branch master zetagraph@git.drupal.org:sandbox/zetagraph/2423269.git or from Github: git clone git@github.com:zetagraph/monoset.git
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
- Component-based with well organized Sass partials structure and reusable UI elements
- Clean mark up with sensible template overrides
- Responsive, mobile-first structure and layout
- Off-Canvas Navigation
- Gulp Work-Flow
- LibSass for lightning fast compiling
- Gulp Autoprefixer
- BrowserSync
- Google Fonts - Roboto
- Sensible Default Typography
- Few Material Design Icons
- SVG Injection
- Syntax Highlighter
- Animate.css & WOW.js Libraries
- Few base styles for Forms, Block, and Posts
- Works with Drupal 8 (beta 6)
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.
| Comment | File | Size | Author |
|---|---|---|---|
| monoset-screen-shot.jpg | 152.27 KB | zetagraph |

Comments
Comment #1
PA robot commentedGit 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.
Comment #2
markconroy commentedHi 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.
Comment #3
camoa commentedI 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
Comment #4
zetagraph commentedAdded the git clone links
Comment #5
PA robot commentedClosing 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.