Commit graph

150 commits

Author SHA1 Message Date
David Valdez
d7e81b4703 Now the files migration does not die when a file is missing.
It now just ignore that file and continue with the rest.
2019-08-30 12:54:44 -05:00
David Valdez
e62dcf96f4 Some fixes in the terms migration.
The migrations fails if the static values aren't passed via a constant.
2019-08-30 12:11:47 -05:00
Benjamin Melançon
96963ce975 For that matter, delete the .theme file 2019-08-21 17:25:10 -04:00
Benjamin Melançon
79a54aff70 Delete all that custom theme code we aren't using 2019-08-21 17:25:10 -04:00
Benjamin Melançon
e043b71edc Tweak the Bulma classes to get the layout we want 2019-08-19 10:54:07 -04:00
Benjamin Melançon
969377da39 Add explanatory doc line 2019-08-19 10:53:41 -04:00
Benjamin Melançon
f4fc357b40 Commit compiled CSS 2019-08-19 10:51:53 -04:00
Benjamin Melançon
f0b4e5edbe Make the navbar breakpoint super tiny
really not sure what would happen if this point is reached, since we got rid of the hamburger menu?
2019-08-19 10:51:32 -04:00
Benjamin Melançon
00a13ef4b6 Center logo & sitename when they stack on tiny screens
No really that's what that does.
2019-08-19 10:50:56 -04:00
Benjamin Melançon
ebbc647f39 Remove detritus used for positioning now handled by Bulma classes
also add in the same dropshadow we were getting before from some brand navbar class
2019-08-19 10:47:56 -04:00
Benjamin Melançon
0ffb226355 Fix stacked sitename that, contra spec, Chrome was breaking words 2019-08-19 10:45:25 -04:00
Benjamin Melançon
cc07c57044 Commit compiled CSS 2019-08-16 12:39:53 -04:00
Benjamin Melançon
6d89d74332 Get rid of all kinds of crazy CSS in favor of Bulma classes 2019-08-16 12:39:34 -04:00
Benjamin Melançon
c95a25824e Remove now-unnecessary styling. Thanks Bulma\! 2019-08-16 10:46:39 -04:00
Benjamin Melançon
50d7c14d52 Commit compiled CSS 2019-08-16 10:45:11 -04:00
Benjamin Melançon
e3db9613cf Don't pull logo left (column has no height) but still prevent upscaling 2019-08-16 10:44:15 -04:00
Benjamin Melançon
baedc90e6f Fix typo 2019-08-16 10:43:47 -04:00
Benjamin Melançon
85632921f2 Apply stripe to sitename too for when it stacks 2019-08-16 10:41:07 -04:00
Benjamin Melançon
e8c229ad85 Let's put the poor slogan in columns (albeit all by itself) too 2019-08-16 10:35:43 -04:00
Benjamin Melançon
f62c01487e Revise background stripe/gradient and ditch interfering margin/padding 2019-08-16 10:35:06 -04:00
Benjamin Melançon
9e10fe4d11 Commit compiled CSS (which includes ingenious old jury-rigging i'm throwing out 2019-08-16 02:53:34 -04:00
Benjamin Melançon
0565057444 Start converting header, nav etc to all bulma columns 2019-08-16 02:53:01 -04:00
Benjamin Melançon
76e187d983 bias vertical padding toward bottom 2019-08-10 09:08:53 -04:00
Benjamin Melançon
5d079536f7 Add Bulma-only plan for top section 2019-08-10 09:08:39 -04:00
Benjamin Melançon
ab8410fa75 Make geo site name space width exactly display width 2019-08-10 08:46:20 -04:00
Benjamin Melançon
7041799ddd Give titles (minus Hero classes) same horz pad as sections 2019-08-10 08:45:38 -04:00
Benjamin Melançon
f9e85f0c8f Slim down sections a bit 2019-08-10 07:48:12 -04:00
Benjamin Melançon
161b70e5cf Remove hero classes from title hero
It takes up too much space.
2019-08-08 22:31:15 -04:00
Benjamin Melançon
51a594f88c Allow images to upscale so we can do fancy cover article images 2019-08-08 22:19:21 -04:00
Benjamin Melançon
f1f66a8e58 No heroes on the front page 2019-08-08 21:40:46 -04:00
Benjamin Melançon
fb7764c512 Tweak user account menu's distance from top on mobile 2019-08-08 21:23:57 -04:00
Benjamin Melançon
f912b560cd Get the slogan to show up again 2019-08-08 21:23:37 -04:00
Benjamin Melançon
90ae93bd00 Attempt to apply only on mobile 2019-08-08 20:24:00 -04:00
Benjamin Melançon
6bbc5e116c ... manually compile CSS 2019-08-08 19:21:16 -04:00
Benjamin Melançon
7765a3ef2b Remove extra text that somehow inserted itself in a copy paste? 2019-08-08 19:21:01 -04:00
Benjamin Melançon
799176074a Switch class in code 'cause it's easier than fixing my typo in styles right now 2019-08-08 19:14:28 -04:00
Chris Thompson
484ed552b4 Rebuild css 2019-08-08 18:56:29 -04:00
Benjamin Melançon
d0c20b8f2f that was a good commit message, add it as a comment
... i'm not actually restricting this action to mobile, though...
2019-08-08 17:43:36 -04:00
Benjamin Melançon
f2cadfb5ca Remove extra whitespace above navbar and logo etc on mobile
This padding won't have any effect on non-mobile, as the columns aren't collapsed
2019-08-08 17:42:21 -04:00
Benjamin Melançon
27b7bf664b Move the user account menu to the left of the hamburger menu on mobile 2019-08-08 17:38:09 -04:00
benjamin melançon
2e30481791 Hide search icon on larger screens that have search bar
It can be well argued that this should have been removed for screen readers
also, but i only removed it because it was visually confusing directly below
the search bar and clicking on it meant losing what you'd typed in, and this
doesn't apply to how search bar and search link will appear in screen readers.
2019-08-06 14:39:23 -04:00
benjamin melançon
7938e87df1 Copy bulma menu navigation template unchanged from Bulma theme 2019-08-06 13:17:25 -04:00
benjamin melançon
c770571bda Hide search bar on mobile & make life a little easier 2019-08-06 00:16:01 -04:00
David Valdez
4345a50834 Link the articles with their authors. 2019-08-05 20:49:54 -05:00
David Valdez
927a9d0351 Add the Authors migration 2019-08-05 19:56:51 -05:00
David Valdez
ae79ef25e8 Merge branch 'master' of gitlab.com:agaric/sites/geo 2019-08-02 12:21:24 -05:00
David Valdez
3e2c4cfdbc All the terms are now part of the "topics" vocabulary.
And the old vocabularies were converted into term paremts.
2019-08-02 12:18:51 -05:00
benjamin melançon
3fadc1453e Commit compiled CSS 2019-08-01 23:28:08 -04:00
benjamin melançon
caf80a58a5 Override field for node images to set necessary classes 2019-08-01 23:27:58 -04:00
benjamin melançon
a22bed986f Make featured image full-browser width, no matter what 2019-08-01 23:27:36 -04:00