aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies and add Cloudflare adapter in configurationValentin Popov2024-09-183-207/+2207
|
* Refactor Pagination component to update page size in getStaticPathsValentin Popov2024-09-134-45/+20
|
* Refactor Footer component and remove it from BaseLayoutValentin Popov2024-09-133-52/+0
|
* Refactor Footer component and add Analytics and Footer components to BaseLayoutValentin Popov2024-09-133-0/+52
|
* Refactor Analytics component to encode URI parametersValentin Popov2024-09-133-4/+5
|
* Refactor Analytics and Head componentsValentin Popov2024-09-136-18/+33
|
* Add Analytics component to BaseLayoutValentin Popov2024-09-132-0/+7
|
* Refactor Pagination component and add Next and Prev componentsValentin Popov2024-09-133-29/+43
|
* Update config to use "advanced" preset for cssnanoValentin Popov2024-09-133-36/+121
|
* Added Pagination componentValentin Popov2024-09-135-14/+82
|
* Sort blog posts by publication dateValentin Popov2024-09-131-0/+1
|
* Refactor deployment workflowValentin Popov2024-09-121-31/+0
|
* Refactor Astro components and layoutsValentin Popov2024-09-123-45/+46
|
* Refactor Astro components and layoutsValentin Popov2024-09-127-72/+21
|
* Add PostPagination component for blog post navigationValentin Popov2024-09-122-3/+61
|
* Updated the main page and page structuresValentin Popov2024-09-129-76/+132
|
* Update postcss.config.cjs to include cssnano presetValentin Popov2024-09-121-1/+6
|
* Added global stylesValentin Popov2024-09-1210-78/+1277
|
* Update Comments component to include inline Giscus scriptValentin Popov2024-09-122-1/+2
|
* Remove blog link from header componentValentin Popov2024-09-121-1/+0
|
* Update default title and descriptionValentin Popov2024-09-128-14/+29
|
* Add Renovate configuration filesValentin Popov2024-09-123-1/+30
|
* Update deploy workflow to include build step and testing Gitea ActionValentin Popov2024-09-113-75/+141
|
* Update deploy workflow to include RenovateBot jobValentin Popov2024-09-111-0/+16
|
* Update deploy workflow to use rsync with --archive flagValentin Popov2024-09-111-2/+5
|
* Update deploy workflow to use rsync with --delete-after flagValentin Popov2024-09-111-1/+1
|
* Update deploy workflow to include rsync command for website deploymentValentin Popov2024-09-111-1/+1
|
* Update deploy workflow to include build step and testing Gitea ActionValentin Popov2024-09-111-1/+2
|
* Update node version in deploy workflowValentin Popov2024-09-111-2/+2
|
* Update actions/download-artifact version in deploy workflowValentin Popov2024-09-111-1/+1
|
* Update node version in deploy workflowValentin Popov2024-09-111-1/+2
|
* Added build stepValentin Popov2024-09-111-2/+19
|
* Added testing Gitea ActionValentin Popov2024-09-111-0/+9
|
* Added commentsValentin Popov2024-09-062-0/+34
|
* Added titleValentin Popov2024-09-061-1/+1
|
* Added author and datetimeValentin Popov2024-09-061-2/+2
|
* Added reading time timerValentin Popov2024-09-069-46/+59
|
* Added basic structureValentin Popov2024-09-054-19/+55
|
* Added sitemapValentin Popov2024-09-054-13/+103
|
* Added RSSValentin Popov2024-09-053-0/+60
|
* Added canonical URLValentin Popov2024-09-053-4/+10
|
* Initial Astro projectValentin Popov2024-09-0566-2173/+7118
|
* Update dependency github-pages to v231RenovateBot2024-07-091-1/+1
|
* Added Dev ContainerValentin Popov2024-07-093-0/+29
|
* Added Gitea workflowsValentin Popov2024-07-095-17/+56
|
* Merge pull request #3 from valentineus/dependabot/bundler/bundler-ef8ef157fcValentin Popov2024-05-181-1/+3
|\
| * Bump rexml from 3.2.6 to 3.2.8 in the bundler group across 1 directorydependabot[bot]2024-05-171-1/+3
|/ | | | | | | | | | | | | | | | | | Bumps the bundler group with 1 update in the / directory: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.2.6 to 3.2.8 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #2 from valentineus/dependabot/bundler/bundler-1bdea36e40Valentin Popov2024-05-141-6/+6
|\ | | | | Bump nokogiri from 1.16.2 to 1.16.5 in the bundler group across 1 directory
| * Bump nokogiri in the bundler group across 1 directorydependabot[bot]2024-05-141-6/+6
|/ | | | | | | | | | | | | | | | | | Bumps the bundler group with 1 update in the / directory: [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `nokogiri` from 1.16.2 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
* Fixed validator infoValentin Popov2024-04-121-1/+1
|