All Projects → pdevty → Amp

pdevty / Amp

Licence: apache-2.0
AMP (Accelerated Mobile Pages) Material Design Theme for Hugo

Projects that are alternatives of or similar to Amp

Vanilla Back To Top
Simple and smooth Back To Top button
Stars: ✭ 179 (+250.98%)
Mutual labels:  hugo, material
Gohugo Amp
⚡ AMP starter theme for gohugo https://gohugo-amp.gohugohq.com
Stars: ✭ 207 (+305.88%)
Mutual labels:  hugo, amp
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (+0%)
Mutual labels:  hugo, amp
Material Bottom Nav
A bottom navigation bar adhering to the Material Design specification.
Stars: ✭ 41 (-19.61%)
Mutual labels:  material
Hugo Data To Pages
Generate pages from data on Hugo
Stars: ✭ 42 (-17.65%)
Mutual labels:  hugo
Kraiklyn
A Hugo theme for one page documentation
Stars: ✭ 47 (-7.84%)
Mutual labels:  hugo
Particle
Home of the extension YouTube Plus that allows you to experience more on YouTube
Stars: ✭ 1,057 (+1972.55%)
Mutual labels:  material
Slick
A fast, minimal, responsive theme for Hugo which honours your privacy
Stars: ✭ 41 (-19.61%)
Mutual labels:  hugo
Materialette
Materialette - A material design color palette
Stars: ✭ 1,056 (+1970.59%)
Mutual labels:  material
Hugo Theme Bootie Docs
A simple Hugo theme for documentation
Stars: ✭ 45 (-11.76%)
Mutual labels:  hugo
Viewtooltip
A fluent tooltip for Android
Stars: ✭ 1,029 (+1917.65%)
Mutual labels:  material
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-13.73%)
Mutual labels:  hugo
Tinderboxpedal
Bluetooth "Universal Remote" Footpedal for Digital Guitar Amps, on ESP32 or Pi Zero W
Stars: ✭ 48 (-5.88%)
Mutual labels:  amp
Blog Pwa
An experiment in mixing Hugo, lit-element, and Polymer PRPL into a progressive web app blog.
Stars: ✭ 41 (-19.61%)
Mutual labels:  hugo
Material Design Theme
🎨 A ex-theme for Discord according to Google's Material design Guidelines. Now moved to https://github.com/rauenzi/Nox
Stars: ✭ 50 (-1.96%)
Mutual labels:  material
Hugo Tanka
📝 A minimalist, text-oriented, and performant theme for Hugo/blogdown.
Stars: ✭ 40 (-21.57%)
Mutual labels:  hugo
Amp Spectre
⚡ AMP Spectre CSS Framework
Stars: ✭ 49 (-3.92%)
Mutual labels:  amp
Android Dev
⚡️ Curated list of resources for Android app development. Prepare for battle!
Stars: ✭ 44 (-13.73%)
Mutual labels:  material
Vuetify Material Dashboard
Vuetify Material Dashboard - Open Source Material Design Admin
Stars: ✭ 1,023 (+1905.88%)
Mutual labels:  material
Hugo Blog Jeffprod
A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...
Stars: ✭ 47 (-7.84%)
Mutual labels:  hugo

AMP

AMP is a simple AMP (Accelerated Mobile Pages) material design theme for Hugo.

Features

  • Simple AMP (Accelerated Mobile Pages) Material Design by ampproject
  • Google Analytics (optional)
  • Menu
  • Twitter, Facebook, GitHub, Google+, LinkedIn links (optional)
  • Tags (optional)
  • Categories (optional)

Installation

$ mkdir themes && cd themes
$ git clone https://github.com/pdevty/amp

Usage

$ hugo server -t amp 

Configuration

config.toml

theme="amp"
baseurl = "Your Site URL"
title = "Your Site Title"
copyright = "© 2016 Copyright Text"
canonifyurls = true

[params]
  description = "Your Site description for top page" #optional
  googleanalytics = "Your Tracking Id" # optional

# optional
[social]
  twitter = "Your Twitter Name"
  github = "Your Github Name"
  facebook = "Your facebook Name"
  gplus = "Your Google+ profile name"
  linkedin = "Your LinkedIn Name"
$ hugo new post/my-new-post.md

content/post/my-new-post.md

---
title: "my new post"
date: "2016-09-01"
tags: ["x", "y"]
categories: ["x", "y"]
menu:
  main:
    parent: tutorials
---

content here

Shortcodes

{{< img src="/img/img.png" width="320" height="50" >}}

{{< youtube lBTCB7yLs8YTTTTT >}}

{{< twitter 6387934905210019852222 >}}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].