-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
AstroPaper v3 #114
AstroPaper v3 #114
Conversation
Deploying with Cloudflare Pages
|
* feat: use predictable slug for card transition * feat: enable view transitions in search card * refactor: use Card.tsx instead of Card.astro * refactor: handle card styling in component * refactor: remove unused class name --------- Co-authored-by: Sat Naing <[email protected]>
Hello @satnaing, great work maintaining this Astro Paper! When are you planning to merge the 3.0? I am looking forward to updating my blog to the latest version and this template is my personal choice. Let me know if you need some help. |
Hello @Talento90 This PR is going to be merged within this week (maybe around coming weekend). |
@satnaing, I can't understand why we are using a dummy endpoint to generate all OG images at once. Also this way you cant even access them on the dev server because they will get generated during the build. What am I missing here? |
white-space should be pre-wrap - or else, a single long line of code block may break the layout of whole page on mobile devices use word break for code and blockquote, white-space: pre for fenced code
@tanishqmanuja To work around this limitation, I've implemented a solution in As you said, Using Another thing is that, while we can't access them on dev environment, we can build and preview them by export default defineConfig({
site: "http://localhost:4321/", // we just replaced with localhost
// other config
}); Currently, there is no option to disable "automatic OG image generation". In the future, that option might be included. If you have any alternative suggestions or ideas for a more streamlined approach, please feel free to share them. |
Sure, I have few ideas but that could delay the 3.0 release. So probably the best option will be that I will make a draft PR which you can merge or iterate over with some commits of your own within 3.1 or whatever is the release after 3.0. Edit: It worked on the first try, so maybe mergeable with 3.0 after testing |
@satnaing I've found one more issue in hamburger menu when I've added one more menu item: vs I've just added "publications" and ... Is it possible to line up search and theme switch icons? You can check it here https://alec-c4.com |
related to: 3e0109c
Update file structure section. Add concurrent command running method for Windows PowerShell users. Update footer credit to acknowledge the contributions of other contributors. resolve #113
Make docs articles up to date with the latest version of AstroPaper. Add a section for storing images for blog posts. Rename rec-2 to example-draft-post and update its content. resolve #117
Updates
Major Changes 🔥
Other Changes 🎯
whitespace-nowrap
in titleRecent Posts
section of the home page. (in order to avoid duplicates and to be compatible with new ViewTransitions API..astro
files.TODO 👀
Suggestions 🤷🏻♂️
Here, I'm requesting some suggestions for the newer version of AstroPaper.
Live URL
You can now check the preview of AstroPaper v3 here. Any kind of suggestions are welcome!