- Static Site generated by Astro.js.
- Open source repository available at github.com/morphzg/morphzg_github.io.
- Deployed at: morphzg.github.io. Deployed with custom actions workflow which can be previewed at: deployment workflow.
- Github pages support only static websites. Even though Astro.js provides many different API's and deployment setting, github pages will only display prerendered static sites. Learn more about Astro configuration at docs.astro/configuration_reference.
- Astro.js outputs zero client side javascript by default but it is possible to override it by using
astro islands. When your Astro component does need client-side interactivity, you can add standard HTML<script>tag or UI Framework components. If you compare code insidepages/orlayouts/directories withcomponents/SearchForm.astrofor example, you will notice that former directories utilise frontmatter to separate javascript from the rest of the code. What happens with the frontmatter at the build time, is that final output is pure HTML without zero javascript, simple static HTML files. Now take a look atcomponents/SearchForm.astroand you will notice<script>tag at the bottom that can provide interactivity to the page in a form ofastro island. For more info visit: docs.astro/astro-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Deployed at: morphzg.github.io.
MorphZG/morphzg.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Deployed at: morphzg.github.io.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published