diff --git a/.gitignore b/.gitignore index 93f131e..e19a925 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ hugo.linux /.hugo_build.lock # Etc. +.DS_Store /node_modules/ \ No newline at end of file diff --git a/README.md b/README.md index a8fdc17..d5b5d9b 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ https://gohugo.io/installation/ ``` brew install hugo -npm install postcss-cli ``` ### Local Server ``` hugo server -D -# http://localhost:1313/ ``` +Visit http://localhost:1313/ to view your local version of the site. + ### Deploy Once your PR is merged this [Github Action](https://github.com/TechLancaster/TechLancaster.github.io/blob/main/.github/workflows/hugo.yml) will deploy the site diff --git a/assets/css/custom.css b/assets/css/custom.css index d3c675c..6d0040f 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -10,10 +10,12 @@ } } -.animate-wiggle { - animation-name: wiggle; - animation-duration: 0.15s; - animation-timing-function: linear; - animation-iteration-count: 2; - animation-delay: 3s; /* Set the delay to 3 seconds */ +@media (prefers-reduced-motion: no-preference) { + .animate-wiggle { + animation-name: wiggle; + animation-duration: 0.15s; + animation-timing-function: linear; + animation-iteration-count: 2; + animation-delay: 3s; /* Set the delay to 3 seconds */ + } } diff --git a/layouts/index.html b/layouts/index.html index e7c5590..6127a05 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -21,9 +21,9 @@
- Every first Friday we visit Mean Cup and chat about whatever - topics come to mind! Attendees tend to skew towards technology - professionals and hobbyists so expect topics to follow that - general pattern. -
- -- Discuss all elements of the Elastic technology stack, from simple - to complex. Meet others who have been using Elastic for a long - time, or installing for the very first time. Conceive of new and - unexpected ways to exploit the powers of Elastic tech. -
- -- Pub Standards Lancaster is currently on hiatus for August, September, and October. We look forward to seeing everyone again when we return! Meanwhile, stay safe and keep building! -
- -- Note: All meetups are suspended until the hiatus ends. -
- -+ {{ .description}} +
+ + {{ if and (.date) (.time) }} +