Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 15CDdYjXMqbAnRqN7dwdT5pp9PEAeM1UxT https://explorer.blockstack.org/address/15CDdYjXMqbAnRqN7dwdT5pp9PEAeM1UxT
@alexpott
alexpott / quick-drupal.sh
Last active May 3, 2018 23:13
A new quick way to start drupalling on a local install. You need git and PHP (>5.5.9)
curl -sS https://ftp.drupal.org/files/projects/drupal-8.6.x-dev.zip --output drupal.zip
unzip drupal.zip
cd drupal-8.6.x-dev
php ./core/scripts/drupal quick-start
/* Inspired by Bohjan's style */
.container-12 {
min-width: 1200px !important;
}
#header-screen {
display: none;
}
section.comments > div.comment .permalink-wrapper {
float: left;
@alexpott
alexpott / d-o-stylesheet.css
Created February 4, 2021 23:07
User stylesheet for d.o
* Inspired by Bohjan's style */
.container-12 {
min-width: 1200px !important;
}
#header-screen {
display: none;
}
section.comments > div.comment .permalink-wrapper {
@alexpott
alexpott / starter_template.yml
Last active May 25, 2022 14:05
Example starter template
# Example starter template based on the discussions in https://docs.google.com/document/d/1_PoxyIPND-d2TkgrThzivcJS8B_Bg1gIIrkFsGDtmCM
name: 'An example starter template'
description: 'A description of the functionality'
# The type key is similar to the package key in module.info.yml. It
# can be used by the UI to group starter templates. Additionally,
# the type 'Site' means that the starter template will be listed in
# the installer.
type: 'Content type'
apply_first: