Add GoHugo AMP to Starter Kits and increase font-weight on hp tagline

This commit is contained in:
Ryan Watters
2017-03-06 16:26:29 -06:00
parent 0798512005
commit f9b19fab74
6 changed files with 8 additions and 7 deletions
+5
View File
@@ -19,10 +19,15 @@ The following starter kits are developed by active members of the Hugo community
{{% /note %}}
* [Victor Hugo][]. Victor Hugo is a Hugo boilerplate for creating truly epic websites using Gulp + Webpack as an asset pipeline. Victor Hugo uses post-css and Babel for CSS and JavaScript, respectively, and is actively maintained.
* [GOHUGO AMP][]. GoHugo AMP is a starter theme that aims to make it easy to adopt [Google's AMP Project][amp]. The starter kit comes with 40+ shortcodes and partials plus automatic structured data. The project also includes a [separate site with extensive documentation][gohugodocs].
* [Blaupause][]. Blaupause is a developer-friendly Hugo starter kit based on Gulp tasks. It comes ES6-ready with several helpers for SVG and fonts and basic structure for HTML, SCSS, and JavaScript.
* [hugulp][]. hugulp is a tool to optimize the assets of a Hugo website. The main idea is to recreate the famous Ruby on Rails Asset Pipeline, which minifies, concatenates and fingerprints the assets used in your website.
[addkit]: https://github.com/spf13/hugo/edit/master/docs/content/tools/starter-kits.md
[amp]: https://www.ampproject.org/]
[Blaupause]: https://github.com/fspoettel/blaupause
[GOHUGO AMP]: https://github.com/wildhaber/gohugo-amp
[gohugodocs]: https://gohugo-amp.gohugohq.com/
[hugulp]: https://github.com/jbrodriguez/hugulp
[Victor Hugo]: https://github.com/netlify/victor-hugo
-3
View File
@@ -1,8 +1,5 @@
<script src="/js/vendor/jquery-2.2.4.min.js"></script>
<script src="/js/script.min.js"></script>
{{ if ne .Params.toc "false" }}
<script async defer src="/js/table-of-contents.js"></script>
{{ end }}
{{$gaid := .Site.Params.googleanalyticstrackingcode }}
<!-- GitHub Buttons -->
-1
View File
@@ -17,7 +17,6 @@ $(document).ready(function() {
$(window).scroll(function() {
let scroll = $(this).scrollTop(),
offset = installrow.offset().top - 120;
console.log(scrolled, atTop);
if (scroll > 20 && atTop == true) {
$('#homepage-nav').addClass('shadow');
atTop = false;
+1 -1
View File
@@ -115,7 +115,7 @@ ul.animated {
font-size: 1.2em;
text-align: center;
line-height: 1.3;
font-weight: 100;
font-weight: 300;
margin-top: 1.5em;
font-style: normal;
max-width: 90%;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long