mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-20 13:27:20 +00:00

* Return network status * lvgl v8 preparations * Fix pin assignment * Improve idle checking * Add bcklpin 32 * Update upload_port * Comment on seperate line * Update test.yaml * Copy boot partitions * Add release workflow * Update README.md * Small changes * Add docs * Delete 17-javascript.md * Update docs * Rename haspWakeUp to guiWakeUp * Code cleanup * Rename haspWakeUp to guiWakeUp * Code cleanup * Change to lvgl#dev-v8 * Update check_obj_type * Enable default PULLUP * Bump StreamUtils Version * Increase JsonDocument size * Improve GPIO Settings * Comment default ports * Add more GPIOs configs * Gpio improvements * Use saved_page in hasp_new_object Co-authored-by: fvanroie
1.1 KiB
1.1 KiB
Posts are stored in the _posts
directory and named according to the YEAR-MONTH-DAY-title.MARKUP
format as per the usual.
Where YEAR
is a four-digit number, MONTH
and DAY
are both two-digit numbers, and MARKUP
is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:
2016-07-20-writing-jekyll-posts.md
2015-01-03-static-site-generators.markdown
Recommended Front Matter Defaults:
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
Adding the above to _config.yml
will assign the single
layout and enable: author profile, reading time, comments, [social sharing links]({{ "/docs/layouts/#social-sharing-links" | relative_url }}), and related posts, for all posts.
ProTip: Remember to write unique excerpt
descriptions for each post for improved SEO and archive listings.
{: .notice--info}