Skip to content

v1.0.0

Compare
Choose a tag to compare
@hugo-sid hugo-sid released this 02 May 18:46
aba0df9

1.0.0 (2023-05-03)

⚡ Performance

  • resize and convert avatar image to webp (e558c0b)

✨ Features

  • add automatic dark and light mode detection (#26) (cfa6ca6)
  • add date on blog list page (#6) (b6d1495)
  • add repo visit counter (fc55f17)
  • add styles for abbr, sub, sup, kbd, mark HTML elements(tags) (5efbd28)
  • add support for Google analytics (19bdd10)
  • add table of content (5d7c93b)
  • change color of svgs & add hover effect (bd24d0e)
  • enable KaTeX rendering with additional delimiters (#19) (eac6563)
  • enforce code formatting with .editorconfig (025de05)
  • favicons: add support and docs for favicons (9cb14af)
  • illustrate use of images in a leaf bundle directory (a2888c9)
  • repo: add stars history (6a5b20e)
  • setup PR labeler GitHub action (f245613)
  • ui: add support for emoji (f5a0718)
  • use config.toml to manage footer links & svgs (b9fbdad)
  • use hugo dateFormat function to show localized date string based on defaultContentLanguage (#20) (64195d2)

📝 Documentation

  • add docs for enabling table of content (c0824e3)
  • add documentation for new color scheme options (ab263dd)
  • add list of supported social icons (ef30262)
  • add more info on social icons (2612e5a)
  • remove word 'link' to avoid any confusion (7deb83c)

🔨 Miscellaneous

  • add .gitattributes (85ea4f2)
  • add info about theme (515a25d)
  • add lang attribute to HTML (b3df60d)
  • add lang attribute to HTML (ac8257c)
  • add list of websites using this theme (ce9f89b)
  • add more info about theme (e6cef51)
  • add more info about theme (c3f37cd)
  • add more support methods (d8fe3f9)
  • add morre info on Hugo extended version (0f12641)
  • add padding to year on listpage (d7118b1)
  • add screenshot and thumbnail (44e53f6)
  • align items to center in flexbox (031aa94)
  • change demo url (054c26f)
  • change post title (594687d)
  • CONTRIBUTING.md: fix spelling mistake (c77726c)
  • create CODE_OF_CONDUCT.md (639a287)
  • fix grammatical errors in PULL_REQUEST_TEMPLATE.md (a2c1ad7)
  • image: specify height and width (6464c5d)
  • improvements for math page (#22) (1ad6eea)
  • initial commit (526932b)
  • lint Markdown files (b25cd46)
  • make details toggle more accessible (566475b)
  • modify repo visit counter (66bd9b0)
  • modify ToC style (872b187)
  • normalize all the line endings (04b83b1)
  • readme: add link to contribution guideline (dca0a53)
  • readme: add more info about theme (d8870b3)
  • readme: add support section (5fd98c7)
  • readme: fix spelling mistake (d821b22)
  • readme: make statement about Hugo extended version more clear (491430a)
  • readme: privacy checker url (7e09732)
  • remove resources folder & generated assets (86d2d44)
  • rename Markdown files (26d5f8f)
  • repo: add more sections to issue template (eb0747b)
  • repo: add pull request template (133de72)
  • repo: create CONTRIBUTING.md (9ed22ae)
  • repo: create issue templates (d2607bd)
  • repo: improve contributing guidelines (d194898)
  • repo: improve pull request template (dc5ed1d)
  • repo: improve pull request template (07e2ef2)
  • repo: improvise issue templates (2979973)
  • repo: improvise issue templates (c2edf7b)
  • saving files before refreshing line endings (1cddbee)
  • UI: change focus color (3d324a2)
  • update baseurl (bcb0483)
  • update credits (e4c71b6)
  • update links related to pagespeed (321adad)
  • update math-typesetting.md (#21) (b2fcfc5)
  • update readme (18f9a0f)
  • update screenshots (7f35679)
  • update theme info (0a40494)
  • update websites using this theme (fd3d59c)
  • use postcard partial on listpage (dc83c3e)
  • use symantic HTML - <time> tag instead of

    or (5ce5e25)

🐛 Bug Fixes

  • add title for homepage (89e35ff)
  • change baseURL to hba.sid.one (d0ed717)
  • CI: fix pr-labeler GitHub action (3618655)
  • CI: Netlify non-deployment issue (8427b9d)
  • CI: Netlify non-deployment issue (918c84a)
  • CI: Netlify publish dir (db63f5c)
  • ci: use Netlify $DEPLOY_PRIME_URL as baseURL for deploy previews (64bfa09)
  • fix 404 page layout on small screens (a9c1130)
  • fix abbr tag style (f103396)
  • fix links and 404 page style (#24) (2e78155)
  • html: add href for <a> tag (fc936ae)
  • link to license in readme (91e0cd9)
  • meta description (340bd14)
  • recent posts on home page is not correctly filtered (#23) (4afdfcb)
  • stretched image (87c7756)
  • stretched image (#3) (5eb9b07)
  • template failure in bio.html when avatar is not found/defined (#15) (295c8a1)
  • theme name (58d6bae)

👷 CI/CD