Skip to content

fluid-org/fluid-article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-deploy GitHub pages

fluid-article

Template repo for Fluid article websites, built with SvelteKit.

Creating new article

  1. Create new repository from this template
  2. In the repo, go to 'Settings' and from the left-hand side select 'Actions → General'. Scroll to 'Workflow Permissions' and:
    • Select 'Read and write permissions'
    • Tick 'Allow GitHub Actions to create and approve pull requests'
    • Click 'Save'
  3. Configure GitHub pages from 'Settings → Pages' then under 'Build and deployment' set the 'Source' to be 'GitHub Actions'.

Setup

Requires Node.js >= 22.

yarn install
npx install-website article
cd website/article
yarn install

Running locally

From website/article/:

yarn dev

Production-like preview:

yarn build && yarn preview

Testing

From website/article/:

yarn test

About

Template repo for Fluid article

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors