Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlo-longley/lyon-martin
https://github.com/marlo-longley/lyon-martin
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/marlo-longley/lyon-martin
- Owner: marlo-longley
- Created: 2021-05-10T16:03:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T20:41:29.000Z (over 3 years ago)
- Last Synced: 2024-11-06T17:58:16.632Z (about 2 months ago)
- Language: CSS
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lyon-martin
Custom development in themes/lyon-martin
Based on twentytwentyone as a child themeSo far customizations include:
Custom ACF Gutenberg Block for form download link
- template in template-parts/form-download-link.php
- registered in functions.php with acf_register_block_type
- created in the UI under Custom FieldsCustom JS to make the Yoast FAQ Block collapsible
- Enqueued custom js file in functions.php from /assets/js/faq-collapse.js
- Added styles like display:none in style.cssLatest news area added to hompage
- Added template-parts/content/content-page (general page template, copy/pasted from parent) with including news area from template-parts/widgets/latest-news.php if isfrontpageHad to include certain stylesheets in assets/css from parent
- Make editor style background color always white in style-editor.css
- Copy the dark-mode style sheet over (? not sure why TODO)Overall style edits and small tweaks to style.css