Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(build): use jekyll and restyle website #186

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ReenigneArcher
Copy link
Member

@ReenigneArcher ReenigneArcher commented Sep 21, 2024

Description

This PR moves the website to a Jekyll build.

Todo:

  • update build workflow
  • fix some colors (see support.html)
  • determine a plan to build subproject sites (like Sunshine)
    • probably have to maintain a modified fork of beautiful-jekyll to use as a theme
    • alternatively a github action that can be used
  • update first blog post date
  • remove dist directory
  • add privacy/terms
    • links in footer
  • convert readme to markdown
  • run workflow when new posts are added to master branch?
  • release notifier to create a new blog post automatically
  • remove discord widget from discord.html page
  • don't search all pages (if possible)... only search blog posts
  • hide titles on some pages, and add title to pages that don't have it (e.g. discord.html)
  • update gh-pages from other repos that use assets from the published site (move them to jekyll build)
    • Sunshine
    • ThemerrDB ... (archived)
    • GamesDB
  • update any projects that use assets from the published site
    • Sunshine
    • Themerr-plex (discord widgetcrate) ... (archived)
    • ThemerrDB (gh-pages) ... (archived)
    • GamesDB (gh-pages)
    • Themerr-jellyfin? widgetbot?
    • .github (readthedocs)
  • probably wait for bs5 before merging this: build(deps): bump bootstrap from 4.4.1 to 5.5.3 daattali/beautiful-jekyll#1375

Screenshot

Original jekyll theme

image

Updated jekyll theme (to match existing site)

image

Issues Fixed or Closed

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

@ReenigneArcher ReenigneArcher force-pushed the feat/build/use-jekyll-and-restyle-website branch 17 times, most recently from 730d8fa to 369a767 Compare September 27, 2024 02:55
@ReenigneArcher ReenigneArcher force-pushed the feat/build/use-jekyll-and-restyle-website branch 2 times, most recently from a8d78df to 8f460bb Compare September 28, 2024 22:50
@ReenigneArcher ReenigneArcher force-pushed the feat/build/use-jekyll-and-restyle-website branch 2 times, most recently from 90164e3 to d649fd5 Compare October 3, 2024 17:54
@ReenigneArcher ReenigneArcher force-pushed the feat/build/use-jekyll-and-restyle-website branch from d649fd5 to 6e9b4ec Compare November 3, 2024 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant