-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blog: ability to not provide a summary #123
Comments
I assume this will be changed if we use the front-matter plugin instead @jakobrosenberg ? |
Yes, it should look like this with the new plugin. (only available in the current beta) ---
title: Announcing v1.5
author: jakobrosenberg
published: 2020-04-20T11:45:06.574Z
summary: |
Welcome to the brand-new Routify blog. This is not just the first post on Routify,
but also my first ever blog post. Scary. For this cherry popping first post, we’re
very happy to announce that 1.5 is finally ready. Among the highlights in this version are:
- Support for meta tags
- Dynamic basepaths
- Automatic navigation CLI enhancements
- Query support
- Improved starter template
---
<script>
import Author from '@/components/Author.svelte'
import Title from './_title.svelte'
import { page } from '@sveltech/routify'
</script>
<Title node = { $page } />
Welcome to the brand-new Routify blog. This is not just the first blog post on Routify, but also my first ever blog post. Scary. For this cherry-popping first-post, we’re very happy to announce that 1.5 is finally ready. Among the highlights in this version are: |
Are you using the site as a testbed? |
I do occasionally. Ie. I used an instance of our site to test the frontmatter plugin. I have thought about upgrading the site to the beta version and implement frontmatter in production. |
The code referenced in this issue doesn't use .svx. Some new ideas in linked post in #151 . |
It would be useful to not provide a summary, and then the blog post content is rendered in full on the overview page. For a short post, this code:
Might as well be this code:
The text was updated successfully, but these errors were encountered: