Skip to content

Theming and styling base for SDCA websites, including a template to start a website.

License

Notifications You must be signed in to change notification settings

steno-aarhus/sdca-theme

Repository files navigation

sdca-theme: Theming and styling for SDCA websites

Installing

Install Quarto, then open a Terminal and type out:

quarto use template steno-aarhus/sdca-theme

This will install the extension and create an template that you can use as a starting place for the website.

Setting up a new website

This section is mainly for the admins of the Steno Aarhus GitHub. In the directory above this theme folder, run:

# Answer the questions that get asked
quarto use template steno-aarhus/sdca-theme
cd NEW-FOLDER
git init
cp -r ../sdca-theme/.github/ .github
mv .github/cc-by-license.md LICENSE.md
rm .github/sync.yml .github/workflows/sync-files.yml
mv sdca-theme.Rproj NEW-FOLDER.Rproj

Then modify the rest of the files as needed. Then continue with the next bit of code:

git add .
git commit -m "Initial commit"
gh repo create steno-aarhus/evakom --public --source . --disable-wiki --push --team NAME
quarto publish gh-pages

About

Theming and styling base for SDCA websites, including a template to start a website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages