astro-paper

A minimal, accessible and SEO-friendly Astro blog theme

MIT License

Stars
2.4K
Committers
58

Bot releases are visible (Hide)

astro-paper - v4.4.0

Published by satnaing 2 months ago

New Content Layer API

Others

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v4.3.2...v4.4.0

astro-paper - v4.3.2 Latest Release

Published by satnaing 2 months ago

What's Changed

Bug Fix

Docs Update

Others

Full Changelog: https://github.com/satnaing/astro-paper/compare/v4.3.1...v4.3.2

astro-paper - v4.3.1

Published by satnaing 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v4.3.0...v4.3.1

astro-paper - v4.3.0

Published by satnaing 3 months ago

What's Changed

Features

Bug Fixes

Others

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v4.2.0...v4.3.0

astro-paper - v4.2.0

Published by satnaing 9 months ago

What's Changed

Features

Bug Fixes

Others

  • upgrade astro and other dependencies (e903b69)
  • update code formatting with prettier (424c422)
  • add astro extension in lint-staged code formatting (d41bb69)
  • update outdated prettier script (1281b93)

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v4.1.0...v4.2.0

astro-paper - v4.1.0

Published by satnaing 9 months ago

What's Changed

Features

Bug Fixes

Others

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v4.0.0...v4.1.0

astro-paper - v4.0.0

Published by satnaing 10 months ago

Major Changes

  • upgrade Astro to v4 #202
  • replace postSlug with Astro content slug #197

Features

  • add code-snippets for content creation #206
  • add modified datetime in blog posts #195
  • implement back-to-top button in blog post page #188
  • add pagination in tag posts #201
  • dynamically generate robots.txt #130
  • add docker-compose file #174

Refactoring & Bug Fixes

  • replace Slugified Title with Unslugified Tag Name #198
  • implement 100svh for min-height 79d569d
  • update site URL as single source of truth #143
  • solve invisible text code block Issue in Light Mode #163
  • decode unicode tag characters in breadcrumb #175
  • update LOCALE config to cover overall locales cd02b04

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v2.3.0...v4.0.0

astro-paper - v3.0.0

Published by satnaing about 1 year ago

⚠ BREAKING CHANGES

Check the AstroPaper v3 in this blog post

Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v2.3.0...v3.0.0

astro-paper - v2.3.0

Published by satnaing over 1 year ago

What's Changed

Feature

Bug Fixes

Other

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v2.2.0...v2.3.0

astro-paper - v2.2.0

Published by satnaing over 1 year ago

What's Changed

Feature

Bug Fixes

Others

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v2.1.0...v2.2.0

astro-paper - v2.1.0

Published by satnaing over 1 year ago

What's Changed

Feature

Other Changes

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v2.0.0...v2.1.0

astro-paper - v2.0.0

Published by satnaing over 1 year ago

⚠ BREAKING CHANGES

Check the AstroPaper v2 in this blog post

  • deps: Migration of Astro to version 2

Features

  • add new predefined color scheme 'astro dark' (bc263b6)
  • add Mastodon social link (2ec3912)
  • define blog schema and add blog collection (b420e68)

Bug Fixes

  • add embedFont option for Satori (9322123)
  • exclude draft posts in specific tag page (c192cd8)
  • fix broken tags in PostDetails page (a61fd45)
  • fix typo in title and slug (945acf4)
  • hide social links section if no link is active (42eb018), closes #16
  • make the last part of breadcrumb lowercase in specific tag page (c556202)
  • resolve initial onChange input value bug (bf4f687)
  • update card bg color (8a99601)
  • use default-og for twitter card (9434d85)

build

  • build(deps): bump astro and its packages to v2 (5f279b3)

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.4.0...v2.0.0

astro-paper - v1.4.0

Published by satnaing almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.3.0...v1.4.0

astro-paper - v1.3.0

Published by satnaing almost 2 years ago

Features

  • update mobile nav to be accessible (46ea4aa)

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.2.1...v1.3.0

astro-paper - v1.2.1

Published by satnaing almost 2 years ago

Bug Fixes

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.2.0...v1.2.1

astro-paper - v1.2.0

Published by satnaing almost 2 years ago

What's Changed

Better Accessibility

Changes

  • move toggle theme codes from layouts/Layout.astro to toggle-theme.js (5860254)
  • delete utils/formatDatetime.ts and replaced with FormattedDatetime inside components/Datetime.tsx (0eeed8e)
  • 'toggling light and dark mode' code is remove from src/components/Header.astro and is rewritten in public/toggle-theme.js file. (2ba459b) (0eeed8e)
  • update :root to :root, html[data-theme="light"] and .theme-dark to html[data-theme="dark"] in styles/base.css (0eeed8e)
  • update previous and next button disabled state (408fc4c)
  • add linkTitle in social links (c9f796f)

Updates

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.1.3...v1.2.0

astro-paper - v1.1.3

Published by satnaing almost 2 years ago

Bug Fix

  • fix broken post links and hide draft posts in rss feed (b83c906)

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.1.2...v1.1.3

astro-paper - v1.1.2

Published by satnaing almost 2 years ago

Minor Changes

Bug Fixes

  • fix heading style in posts/ layouts (5eeea66)
  • fix missing TailwindCSS dependency (e7807ab), closes #6
  • show search result only if input is more than one char (f7fb032)

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.1.1...v1.1.2

astro-paper - v1.1.1

Published by satnaing almost 2 years ago

What's Changed

Updates

New Contributors

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.1.0...v1.1.1

astro-paper - v1.1.0

Published by satnaing about 2 years ago

What's Changed

Features

Bug Fixes

  • fix markdown lint warnings by updating headers (ad14dc5)
  • fix markdown warnings by adding alt texts (3260641)
  • extract Social component to avoid duplication by @elpekenin (7ef631f)
  • update glob to have access to sub directories under content directory by @elpekenin (a256ded)

New Contributor

Full Changelog: https://github.com/satnaing/astro-paper/compare/v1.0.1...v1.1.0