Benjamin Melançon
aec7e7cbc1
Enable Twig Template Suggestions and Empty Page module so we can clean up the home page
2019-09-01 08:44:16 -04:00
Benjamin Melançon
3fb94d6d4e
Make featured image class only get applied to full content
...
... so it stops destroying our teaser and card listings
2019-09-01 08:39:18 -04:00
Benjamin Melançon
68f58a7285
Let other blocks adjust their weight
2019-08-31 23:27:42 -04:00
Benjamin Melançon
a6b18d68be
Configure home page card views for articles, blogs, collections, and gleanings
...
Ref #24
2019-08-31 23:25:40 -04:00
Benjamin Melançon
4ced023ac9
Commit compiled CSS
2019-08-31 11:42:48 -04:00
Benjamin Melançon
c8c591083b
Tweak page title background shading padding
2019-08-31 11:42:41 -04:00
Benjamin Melançon
844168c3c1
Make background shading more specific to page title
2019-08-31 11:42:10 -04:00
Benjamin Melançon
9618c387c5
Commit compiled CSS
2019-08-31 11:40:03 -04:00
Benjamin Melançon
60db7c9d2f
Note why footer opacity different from title opacity
2019-08-31 11:39:34 -04:00
Benjamin Melançon
e9cd3ec8e7
Allow the primary page content to be flush with the bottom of the slogan
2019-08-31 11:38:10 -04:00
Benjamin Melançon
8a9c86a7da
Give some space above the subtitle
2019-08-31 11:37:39 -04:00
Benjamin Melançon
14a0d805a5
Put a white screen behind text overlaying the image
...
@TODO figure out if we can/should remove this when there is not an image.
2019-08-31 11:37:21 -04:00
Benjamin Melançon
adcfd578a9
And add the subtitle class, which gives it the cool font
2019-08-31 10:50:02 -04:00
Benjamin Melançon
4b43fd63f7
Simplify.
2019-08-31 10:47:15 -04:00
Benjamin Melançon
b9ba934b58
Override Bulma field template for subtitles
...
Unchanged in this commit.
2019-08-31 10:42:34 -04:00
Benjamin Melançon
85fac5ac35
Update article display
2019-08-31 10:40:04 -04:00
Benjamin Melançon
a58b0bd273
Show only five items of recent content
2019-08-31 10:08:24 -04:00
Benjamin Melançon
f27a41a12a
Attempt to prevent article term fixes from changing the updated time of all our articles
2019-08-31 10:05:07 -04:00
Benjamin Melançon
6c1787c9c2
Commit compiled JS
2019-08-31 09:34:27 -04:00
Benjamin Melançon
3f144b8fd5
Format source code and add a note about knowing we have JQuery available
2019-08-31 09:34:02 -04:00
Benjamin Melançon
fdf0f76df2
Commit compiled JavaScript
2019-08-31 09:30:34 -04:00
Benjamin Melançon
97fa994536
Wrap this thing in JQuery
2019-08-31 09:29:27 -04:00
Benjamin Melançon
5e12cdc9a6
Remove excess padding from our tabs region
2019-08-31 09:15:08 -04:00
Benjamin Melançon
81a19c9f93
Override header tabs region template from Octavia (unchanged in this commit)
2019-08-31 09:14:41 -04:00
Benjamin Melançon
720826605f
Remove wholly unneeded extra divs hero footer silliness from around tabs
...
They already print their whole own section
2019-08-31 09:11:45 -04:00
Benjamin Melançon
6ea2ed7778
Move tabs (edit, delete, etc) *above* node title
2019-08-31 09:10:08 -04:00
Benjamin Melançon
0ef28d003d
Format source code
2019-08-31 09:09:32 -04:00
Benjamin Melançon
b9d18fd968
Commit compiled CSS
2019-08-31 09:09:24 -04:00
Benjamin Melançon
d686009916
Add a no-featured-image class and give some padding when no value in image field
2019-08-31 09:04:33 -04:00
Benjamin Melançon
48cff3dc53
Override Bulma node template (unchanged for this first commit)
2019-08-31 09:04:00 -04:00
Benjamin Melançon
e8ed66e37c
Format readme
2019-08-31 08:58:20 -04:00
Benjamin Melançon
f4be71d3d1
Add responsive ifram javascript to our global (on all pages) library
2019-08-31 08:45:53 -04:00
Benjamin Melançon
2cefa5e59d
Remove failed CSS 'inherit from attributes' attempt at getting responsive videos
2019-08-31 08:43:06 -04:00
Benjamin Melançon
fb5e3a3371
Commit 'compiled' (moved) JS
2019-08-31 08:41:51 -04:00
Benjamin Melançon
efb3bc6bad
Move JavaScript to where our compiler expects it
...
Though i think it expects a better directory name than 'js', it'll take any .js file
that's in a subdirectory of src's global, layout, or components directories.
2019-08-31 08:40:29 -04:00
Benjamin Melançon
c020254a62
Add technique for making iframe-embedded videos responsive
...
... easier than fighting with Bulma's CSS that was giving a height of auto and causing them to
squash down.
2019-08-31 08:36:41 -04:00
Benjamin Melançon
b046b4e840
Attempt to prevent squashing down of embedded videos
2019-08-31 00:34:26 -04:00
Chris Thompson
08abb2666a
Add call to hosting for deploy
2019-08-30 23:54:38 -04:00
Chris Thompson
147de29fb5
Correct articles script name for migration
2019-08-30 23:54:38 -04:00
Benjamin Melançon
671c04f8db
Commit compiled CSS
2019-08-30 23:05:31 -04:00
Benjamin Melançon
9552821928
Move highlighted and help regions *above* the page title
2019-08-30 23:01:16 -04:00
Benjamin Melançon
b95b91ce09
Drop title down over featured image
...
this doesn't happen on home, where there will never be a featured image
@TODO make sure nothing terrible happens when there is no featured image
2019-08-30 23:00:57 -04:00
Benjamin Melançon
26477c4272
Give slogan a bit more space below, and enough margin to always show boxshadow
...
'cause we like our subtle boxshadow.
2019-08-30 22:57:52 -04:00
Benjamin Melançon
eb6dafaac4
Convert non-CSS-valid comment syntax to CSS-valid
...
... because even though SCSS is protecting me now, i'll get burnt (again) later.
Also, remove a commented-out line.
2019-08-30 22:56:59 -04:00
Benjamin Melançon
09bf3afe16
Revert "Remove geo_upgrade, take two"
...
This reverts commit 8aa07e9514
.
See note in 88003ace53
2019-08-30 22:10:55 -04:00
Benjamin Melançon
9a049c28aa
Merge branch 'master' of gitlab.com:agaric/sites/geo
2019-08-30 22:10:15 -04:00
Benjamin Melançon
88003ace53
Add migrate source CSV which is a new dependency of geo_upgrade
...
I had wanted to remove geo_upgrade from the site config and enable it after site-install-with-config to do the migration. (Having the CSV migration module added to GEO Upgrade's dependencies, but not to the overall config/sync, broke import, and it seemed better to me to isolate them by enabling GEO Upgrade separately rather than effectively mixing migration config with the site config).
But way too much migration stuff is committed to the general config already.
Sorry @wolcen
2019-08-30 22:09:50 -04:00
Chris Thompson
8aa07e9514
Remove geo_upgrade, take two
...
OK, now I see...I think
2019-08-30 21:43:17 -04:00
mlncn
d495bf0ee4
Merge branch '12-comments' into 'master'
...
"Restore better, built-in comment functionality to the site"
See merge request agaric/sites/geo!2
2019-08-31 01:34:10 +00:00
Chris Thompson
81ff1b2316
Cannot have multiple slashes for composer name
2019-08-30 21:33:12 -04:00