-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete update for the newest Strata theme, with Jekyll enhancement. #13
base: master
Are you sure you want to change the base?
Conversation
3895841
to
bb6da0b
Compare
In the last two years, massive updates have been offered to the Strata theme by HTML5 UP. This commit ports those new changes, including several enhancements for Jekyll-specific use. For example: * Contact options configuration in the `_config.yml` file. * Dynamic copyright notices, also configurably in `_config.yml`. * Static assets are relative to the `site.baseurl`, now. * Contact form has been moved to an include for easier repitition. * Featured images and thumbnail images become post variables. * Option to add a static front page instead of most recent post.
@meitar Thanks for the pull. I got to this a few days ahead of you with #12 which @mneumegen merged into |
Hi @JHabdas, no worries. I just merged your most recent changes into mine, so this should merge back cleanly now. I have prioritized making the HTML output match as close as possible to the HTML5 UP Strata demo's HTML, while not removing your additions (the "Edit" buttons and so on). |
In the last two years, massive updates have been offered to the Strata
theme by HTML5 UP. This commit ports those new changes, including
several enhancements for Jekyll-specific use. For example:
_config.yml
file._config.yml
.site.baseurl
, now.