Initial prototype.
parents
assets/images/logo.png
0 → 100644
17.4 KB
assets/images/logo.svg
0 → 100644
152 KB
assets/images/screenshot.png
0 → 100644
13.8 KB
atomium.info
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/atomium", | ||
"description": "The NextEuropa clean base theme.", | ||
"type": "drupal-theme", | ||
"license": "GPL-2.0", | ||
"homepage": "https://drupal.org/project/atomium", | ||
"authors": [ | ||
{ | ||
"name": "Pol Dellaiera (Pol)", | ||
"homepage": "https://www.drupal.org/u/pol", | ||
"role": "Author" | ||
} | ||
], | ||
"support": { | ||
"docs": "https://drupal.org/project/atomium", | ||
"issues": "https://drupal.org/project/issues/atomium", | ||
"source": "https://drupal.org/project/atomium" | ||
}, | ||
"require-dev": { | ||
"drupal/coder": "^8.2" | ||
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"./vendor/bin/phpcs --config-set installed_paths ../../drupal/coder/coder_sniffer", | ||
"./vendor/bin/phpcs --config-set show_progress 1", | ||
"cp ./tests/scripts/pre-push.sh .git/hooks/pre-push && chmod +x .git/hooks/pre-push" | ||
], | ||
"post-update-cmd": [ | ||
"./vendor/bin/phpcs --config-set installed_paths ../../drupal/coder/coder_sniffer", | ||
"./vendor/bin/phpcs --config-set show_progress 1", | ||
"cp ./tests/scripts/pre-push.sh .git/hooks/pre-push && chmod +x .git/hooks/pre-push" | ||
], | ||
"phpcs": "./vendor/bin/phpcs --standard=Drupal,DrupalPractice ./includes ./themes ./templates ./assets", | ||
"phpcbf": "./vendor/bin/phpcbf --standard=Drupal,DrupalPractice ./includes ./themes ./templates ./assets" | ||
} | ||
} |
includes/alter/css.inc
0 → 100644
includes/alter/form.inc
0 → 100644
includes/alter/html_head.inc
0 → 100644
includes/alter/js.inc
0 → 100644
includes/alter/page.inc
0 → 100644
includes/common.inc
0 → 100644
includes/preprocess.inc
0 → 100644
includes/preprocess/bean.inc
0 → 100644