summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #101 from anoduck/dependabot/npm_and_yarn/eslint-9.25.0Anoduck, The Anonymous Duck2025-04-212-23/+29
|\ | | | | build(deps-dev): bump eslint from 9.24.0 to 9.25.0
| * build(deps-dev): bump eslint from 9.24.0 to 9.25.0dependabot[bot]2025-04-212-25/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 9.24.0 to 9.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.24.0...v9.25.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.25.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #102 from anoduck/dependabot/npm_and_yarn/hugo-bin-0.143.6Anoduck, The Anonymous Duck2025-04-212-7/+8
|\ \ | |/ |/| build(deps): bump hugo-bin from 0.142.0 to 0.143.6
| * build(deps): bump hugo-bin from 0.142.0 to 0.143.6dependabot[bot]2025-04-212-7/+8
|/ | | | | | | | | | | | | | | Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.142.0 to 0.143.6. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.142.0...v0.143.6) --- updated-dependencies: - dependency-name: hugo-bin dependency-version: 0.143.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #96 from anoduck/developAnoduck, The Anonymous Duck2025-04-0774-119/+92
|\ | | | | Develop
| * perf: Added aliasanoduck2025-04-072-1/+3
| | | | | | | | Added alias to one of the files.
| * refactor: Removed Permalink configanoduck2025-04-071-23/+0
| | | | | | | | Removed Permalink configuration due to it messing up google indexing.
| * fix: Corrected frontmatteranoduck2025-04-0774-96/+90
| | | | | | | | Discovered frontmatter was configured with improper keyword, alias changed to aliases
* | Merge pull request #94 from anoduck/developAnoduck, The Anonymous Duck2025-04-0513-37/+176
|\| | | | | Develop
| * build: bumped tagsanoduck2025-04-052-1/+46
| | | | | | | | bumped tag to 0.4.7
| * fix(Search-indexing): fixed search indexing and working on fixing missing ↵anoduck2025-04-0513-81/+175
| | | | | | | | leaflet elements
* | Merge pull request #93 from anoduck/developAnoduck, The Anonymous Duck2025-03-3023-754/+1070
|\| | | | | docs(Added-to-docs)
| * fix: fixed broken link erroranoduck2025-03-307-162/+0
| | | | | | | | fixed broken link error by removing `docs.yml` file from data dir.
| * docs: minor changesanoduck2025-03-3014-560/+985
| | | | | | | | minute and insignificant changes and renamings
| * docs(Added-to-docs): Added info to docs displaying each of the two developmentsanoduck2025-03-306-27/+80
| |
* | Merge pull request #92 from anoduck/developAnoduck, The Anonymous Duck2025-03-281-3/+3
|\| | | | | build(deps): bump autoprefixer from 10.4.20 to 10.4.21
| * build(deps): bump autoprefixer from 10.4.20 to 10.4.21dependabot[bot]2025-03-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.20 to 10.4.21. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.20...10.4.21) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #91 from anoduck/developAnoduck, The Anonymous Duck2025-03-2819-54/+161
|\| | | | | fix(google): google 404
| * fix(google): google 404anoduck2025-03-2819-54/+161
| | | | | | | | made modifications to prevent 404 errors with google.
* | Merge pull request #89 from anoduck/developAnoduck, The Anonymous Duck2025-03-2530-58/+485
|\| | | | | docs: Added content, updated mods
| * Merge branch 'main' into developAnoduck, The Anonymous Duck2025-03-251-1/+11
| |\ | |/ |/|
* | Merge pull request #87 from anoduck/dependabot/npm_and_yarn/stylelint-16.16.0Anoduck, The Anonymous Duck2025-03-172-6/+7
|\ \ | | | | | | build(deps-dev): bump stylelint from 16.15.0 to 16.16.0
| * | build(deps-dev): bump stylelint from 16.15.0 to 16.16.0dependabot[bot]2025-03-172-6/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.15.0 to 16.16.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.15.0...16.16.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #86 from anoduck/dependabot/npm_and_yarn/postcss-cli-11.0.1Anoduck, The Anonymous Duck2025-03-142-24/+58
|\ \ | | | | | | build(deps-dev): bump postcss-cli from 11.0.0 to 11.0.1
| * | build(deps-dev): bump postcss-cli from 11.0.0 to 11.0.1dependabot[bot]2025-03-132-24/+58
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 11.0.0 to 11.0.1. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-cli/compare/11.0.0...11.0.1) --- updated-dependencies: - dependency-name: postcss-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #85 from ↵Anoduck, The Anonymous Duck2025-03-122-5/+6
|\ \ | | | | | | | | | | | | anoduck/dependabot/npm_and_yarn/knight-lab/timelinejs-3.9.7 build(deps-dev): bump @knight-lab/timelinejs from 3.9.6 to 3.9.7
| * | build(deps-dev): bump @knight-lab/timelinejs from 3.9.6 to 3.9.7dependabot[bot]2025-03-122-5/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@knight-lab/timelinejs](https://github.com/NUKnightLab/TimelineJS3) from 3.9.6 to 3.9.7. - [Changelog](https://github.com/NUKnightLab/TimelineJS3/blob/master/CHANGELOG.md) - [Commits](https://github.com/NUKnightLab/TimelineJS3/compare/3.9.6...3.9.7) --- updated-dependencies: - dependency-name: "@knight-lab/timelinejs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #84 from anoduck/dependabot/npm_and_yarn/autoprefixer-10.4.21Anoduck, The Anonymous Duck2025-03-102-15/+18
|\ \ | | | | | | build(deps): bump autoprefixer from 10.4.20 to 10.4.21
| * | build(deps): bump autoprefixer from 10.4.20 to 10.4.21dependabot[bot]2025-03-102-15/+18
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.20 to 10.4.21. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.20...10.4.21) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #83 from anoduck/developAnoduck, The Anonymous Duck2025-03-0858-220/+11806
|\ \ | | | | | | Develop
| | * docs: Added content, updated modsanoduck2025-03-2530-104/+560
| |/ | | | | | | Added pages on mail tampering, Italy banning solar, qs and as, and corrected markdown formatting error.
| * Merge branch 'main' into developAnoduck, The Anonymous Duck2025-03-082-4/+22
| |\ | |/ |/|
* | Merge pull request #81 from anoduck/dependabot/npm_and_yarn/hugo-bin-0.142.0Anoduck, The Anonymous Duck2025-02-282-5/+5
|\ \ | | | | | | build(deps): bump hugo-bin from 0.141.2 to 0.142.0
| * | build(deps): bump hugo-bin from 0.141.2 to 0.142.0dependabot[bot]2025-02-272-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.141.2 to 0.142.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.141.2...v0.142.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #80 from anoduck/dependabot/npm_and_yarn/eslint-9.21.0Anoduck, The Anonymous Duck2025-02-242-49/+53
|\ \ | | | | | | build(deps-dev): bump eslint from 9.20.1 to 9.21.0
| * | build(deps-dev): bump eslint from 9.20.1 to 9.21.0dependabot[bot]2025-02-242-50/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 9.20.1 to 9.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.20.1...v9.21.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #79 from anoduck/dependabot/npm_and_yarn/hugo-bin-0.141.2Anoduck, The Anonymous Duck2025-02-243-6/+8
|\ \ \ | |/ / |/| | build(deps): bump hugo-bin from 0.140.1 to 0.141.2
| * | Update .stylelintrc.jsonAnoduck, The Anonymous Duck2025-02-241-0/+1
| | | | | | | | | Disable rule "font-family-no-missing-generic-family-keyword", since the effort to locate what it is referring to has been unsuccessful, and it does not affect the functionality in any way shape or form. In other words, the rule is superfluous.
| * | build(deps): bump hugo-bin from 0.140.1 to 0.141.2dependabot[bot]2025-02-202-6/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.140.1 to 0.141.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.140.1...v0.141.2) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| * Created News and Docs foldersanoduck2025-03-0731-262/+507
| |
| * chore: 🤖 Pushing for remote accessanoduck2025-03-0231-5/+11334
|/ | | | Pushing so it can later be accessed remotely.
* Merge pull request #77 from anoduck/developAnoduck, The Anonymous Duck2025-02-1634-349/+765
|\ | | | | Regardless of failed style linting pulling this shit.
| * Modifications font.scssAnoduck, The Anonymous Duck2025-02-161-6/+6
| | | | | | Further modifications to font.scss to satisfy stylelint requirements.
| * Modified font.scssAnoduck, The Anonymous Duck2025-02-161-1/+1
| | | | | | Modified font.scss to satisfy lint requirements.
| * Merge branch 'main' into developAnoduck, The Anonymous Duck2025-02-151-2/+4
| |\ | |/ |/|
* | Merge pull request #70 from anoduck/dependabot/npm_and_yarn/stylelint-16.14.1Anoduck, The Anonymous Duck2025-01-282-13/+15
|\ \ | | | | | | build(deps-dev): bump stylelint from 16.13.2 to 16.14.1
| * | build(deps-dev): bump stylelint from 16.13.2 to 16.14.1dependabot[bot]2025-01-282-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.13.2 to 16.14.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.13.2...16.14.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #65 from ↵Anoduck, The Anonymous Duck2025-01-280-0/+0
|\ \ \ | |/ / |/| | | | | | | | anoduck/dependabot/npm_and_yarn/markdownlint-cli2-0.17.2 build(deps-dev): bump markdownlint-cli2 from 0.16.0 to 0.17.2
| * | Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-cli2-0.17.2Anoduck, The Anonymous Duck2025-01-2817-8710/+9176
| |\ \ | |/ / |/| |
| * | Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-cli2-0.17.2Anoduck, The Anonymous Duck2025-01-222-5/+5
| |\ \