Mobile card active and GitHub Actions (#71)
* Remove js for mobile card click style * Add headshot alt text and update example site * Add html validator github action * Debug GA * Fix GA bug
This commit is contained in:
@@ -10,6 +10,8 @@ draft: false
|
||||
resources:
|
||||
- name: featuredImage
|
||||
src: "mdd-iphone.jpg"
|
||||
params:
|
||||
description: "An iphone with a website featuring the aether theme"
|
||||
---
|
||||
|
||||
Hugo combined with the Aether theme turns easy to write markdown into powerful web pages. KaTeX, Highlight.js, and Hugo provides the ability to create mathmatical symobols, equations, highlighted code, tables, lists, and much more.
|
||||
|
||||
@@ -9,6 +9,8 @@ draft: false
|
||||
resources:
|
||||
- name: featuredImage
|
||||
src: "nyc.jpg"
|
||||
params:
|
||||
description: "The New York City skyline"
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -15,11 +15,12 @@ categories = [
|
||||
"Development",
|
||||
"golang",
|
||||
]
|
||||
[[resources]]
|
||||
name = "featuredImage"
|
||||
src = "lucas-benjamin-565254-unsplash.jpg"
|
||||
[resources.params]
|
||||
description = "Alt description for the featured image"
|
||||
[resources]
|
||||
name = "featuredImage"
|
||||
src = "lucas-benjamin-565254-unsplash.jpg"
|
||||
|
||||
[resources.params]
|
||||
description = "A jellyfish with neon colors with a dark background"
|
||||
+++
|
||||
|
||||
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
|
||||
|
||||
@@ -15,9 +15,12 @@ categories = [
|
||||
"Development",
|
||||
"golang",
|
||||
]
|
||||
[[resources]]
|
||||
name = "featuredImage"
|
||||
src = "andrew-neel-609846-unsplash.jpg"
|
||||
[resources]
|
||||
name = "featuredImage"
|
||||
src = "andrew-neel-609846-unsplash.jpg"
|
||||
|
||||
[resources.params]
|
||||
description = "A person sitting on a hardwood floor on their laptop"
|
||||
+++
|
||||
|
||||
## Step 1. Install Hugo
|
||||
|
||||
@@ -7,6 +7,8 @@ title: Migrate to Hugo from Jekyll
|
||||
resources:
|
||||
- name: featuredImage
|
||||
src: "yan-ots-257617-unsplash.jpg"
|
||||
params:
|
||||
description: "Colorful buildings alongside a body of water"
|
||||
---
|
||||
|
||||
## Move static content to `static`
|
||||
|
||||
Reference in New Issue
Block a user