https://www.sethhallcreative.com/
- Astro
- Typescript
- Tailwind
- includes all Astro web components.
- defines content collections in
config.ts
- includes
web
orcreative
markdown content
- includes
BaseLayout.astro
- includes functions and helpers in
utils
- includes all
/
,web
andcreative
pages
- uses a hybrid approach
- theme and extends in
tailwind.config.mjs
- css variables and global css in
styles/global.css
- page scoped styles are either inline Tailwind utility classes or vanilla CSS in the
<style>
tag
-
create a project repo on Github
-
tag with
showcase/shortstack
-
add other relevant
tags
the project page at
web/**/*
will pull the tags, url and description from the repo. -
add an image to the appropriate
public/assets/web/*
directory -
add a matching
.md
file in thecontent/web
directory with the appropriatefrontmatter
andcontent
.The frontmatter title must match the repo title.
- add an image to the
public/assets/creative
directory - create a
.md
file in thecontent/creative
directory with the appropriatefrontmatter
andcontent
- Deployed automatically to Netlify when pushed to Github