-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tacoen edited this page Oct 7, 2020
·
6 revisions
Gaskeun is Grav Gantry 5 Theme for your new website. Base on Hydrogen, the default Gantry 5 theme. Gaskeun loaded with more options.
- Sass convert hexcolor to hsl
- Use css3 var(), dynamic theme var
- css3 var() provide color pallete, triadic, analogus, complement, and 8 level of shade.
- Each html sections is constructed styles
- Sass Skeleton
- branding
- cards
- carousel
- and a dummy particles for theme developer
Floats('#g-floats') avaliable as sections, or when you use 'ga-floats' as CSS Classess.
Floats section is basicly a zero width and height sections, so every block inside floats section should use position: fixed or position: absolute
To lock the owner information, open blueprint.yaml on your theme folder, set readonly to true under owner field
owner:
size: long
type: textarea
size: large
label: Owner Information
default: owner information
readonly: true
<meta name="owner" content="Niki cookies corner - It's a relieve">
- long document with toc
- gallery
- portfolio/staff list
To copy this theme theme
Use devtools plugins:
bin/plugin devtools newtheme
Choose a template type: copy Copy another theme
Then:
$ find ./ -type f -exec sed -i 's/poko/newtheme/g' {} \;
$ find ./ -type f -exec sed -i 's/poko/newtheme/g' {} \;
$ find ./ -type f -exec sed -i 's/poko/NEWTHEME/g' {} \;
While several 'gaskeun' remain intact.