mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Add GoHugo AMP to Starter Kits and increase font-weight on hp tagline
This commit is contained in:
@@ -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
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user