1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00
AdventureLog/documentation
Sean Morley 78ab387055 Refactor Docusaurus configuration and frontend components
- Update the title and logo in Docusaurus configuration
- Add Discord and Support links to the navbar
- Update the label and href for the GitHub link in the footer
- Remove redundant code and comments in ImageInfoModal component
- Update the text and link in ImageInfoModal component
- Update the conditional statement in +page.svelte file
- Comment out the unused code in settings page
2024-10-25 14:20:51 -04:00
..
blog Add screenshots and better documentation 2024-08-01 21:06:50 -04:00
docs Make comments clearer for self hosting 2024-09-15 11:10:34 -04:00
src docs 2024-07-08 17:10:50 -04:00
static Refactor Docusaurus configuration and frontend components 2024-10-25 14:20:51 -04:00
.gitignore migration to new backend 2024-07-08 11:44:39 -04:00
babel.config.js migration to new backend 2024-07-08 11:44:39 -04:00
docusaurus.config.ts Refactor Docusaurus configuration and frontend components 2024-10-25 14:20:51 -04:00
package.json migration to new backend 2024-07-08 11:44:39 -04:00
pnpm-lock.yaml Bump the npm_and_yarn group across 2 directories with 8 updates 2024-10-08 15:17:25 +00:00
README.md migration to new backend 2024-07-08 11:44:39 -04:00
sidebars.ts migration to new backend 2024-07-08 11:44:39 -04:00
tsconfig.json migration to new backend 2024-07-08 11:44:39 -04:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.