diff --git a/.woodpecker.yaml b/.woodpecker.yaml deleted file mode 100644 index 05656fc..0000000 --- a/.woodpecker.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Taken from https://www.markpitblado.me/blog/deploying-to-vercel-from-codeberg - -steps: - preview: - image: node - environment: - VERCEL_TOKEN: - from_secret: vercel_token - VERCEL_ORG_ID: - from_secret: vercel_org_id - VERCEL_PROJECT_ID: - from_secret: vercel_project_id - commands: - - npm install --global vercel@latest - - vercel deploy --token=$VERCEL_TOKEN - when: - event: [pull_request] - - deploy: - image: node - environment: - VERCEL_TOKEN: - from_secret: vercel_token - VERCEL_ORG_ID: - from_secret: vercel_org_id - VERCEL_PROJECT_ID: - from_secret: vercel_project_id - commands: - - npm install --global vercel@latest - - vercel deploy --prod --token=$VERCEL_TOKEN - when: - event: [push, manual] diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6b50e72..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,753 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v6.1.1...main) - -### Added - -- Add French translation (#113). -- Provide a way to subscribe to the tag feed (#104). - -### Changed - -- Convert all icons to CSS variables for de-duplication and easier replacement. -- Don't use all available width for table of contents sidebar. - -### Fixed - -- Fix build failing if social sharing button is enabled and page is missing a description (#114). - -### Removed - -- **[BREAKING]** Remove `extra.fix_contrast` and `extra.fix_contrast_dark` config/page/section variables in favor of automatic contrast color picking (#43). - -## [v6.1.1](https://codeberg.org/daudix/duckquill/compare/v6.1.0...v6.1.1) - -### Fixed - -- Fix translation of table of contents heading. - -## [v6.1.0](https://codeberg.org/daudix/duckquill/compare/v6.0.0...v6.1.0) - -### Added - -- Add `toc_sidebar` page/section variable for turning table of contents to a sidebar. - -### Changed - -- Don't scale down article cards when clicking on tags in them. -- Improve performance of the page when navbar is hidden by using the `config.extra.nav.auto_hide` config variable. -- Improve tab title generation. -- Replace `config.extra.debug_*` config variables with variables under the `config.extra.debug` section. - -### Fixed - -- Fix navbar not scrolling with content on mobile (#109). - -## [6.0.0](https://codeberg.org/daudix/duckquill/compare/v5.4.0...v6.0.0) - -### Added - -- Add `bg-overlay` CSS variable to make setting page background image easier. -- Add `classic-article-list` mod for returning the classic article list style. -- Add `config.extra.debug_no_styles` config variable for debugging. -- Add `config.extra.nav.auto_hide` config variable for making the navbar auto-hide unless hovered or keyboard-focused (#106). -- Add `config.extra.show_backlinks` config variable for showing the backlinks button for linked articles in the article's quick actions. -- Add `external` class to `https://` links in navbar/footer. -- Add `fediverse:creator` meta tag. -- Add `shadow-glow` and `text-shadow-glow` CSS variables so that it's easier to use these. -- Add `title` class for use on ``. -- Add back support for lazy async images in comments. -- Add missing translation strings for author separator and conjunctions. -- Add shortcode for Mastodon post embedding. -- Add support for blurred media in comments. -- Add support for content warnings (CWs) in comments. -- Add support for Fuse.js search (#101). -- Add support for preview cards in comments. -- Add the ability to set video attributes via shortcode. - -### Changed - -- **[BREAKING]** Rename `dialog-buttons` class to simply `buttons`. -- **[BREAKING]** Rename `nav-bg` CSS variable to `glass-bg`. -- **[BREAKING]** Rename `show_read_time` to `show_reading_time`. -- **[BREAKING]** Rename main content ID from `main` to `main-content`. -- **[BREAKING]** Rename the visually hidden `hidden` class to `visually-hidden`. `hidden` is now used to completely hide the elements, including from screen readers. -- **[BREAKING]** Use `main` for main content instead of `div` with a `container` class. -- Add default width/height to the `icon` class. -- Adjust navbar, main content, and footer margins. -- Improve the look of threads in comments. -- Keep images slightly rounded on hover. -- Make `emoji` class available outside of comments. -- Make the code and styling for article cards much cleaner. -- Make the shortcodes code much cleaner. -- Remove top/bottom margin from the first/last element in `