Commit graph

48 commits

Author SHA1 Message Date
Emil Gulamov
22303217a7
Update README.md 2025-01-02 07:52:38 -08:00
Emil Gulamov
fe4e4d1fc9 Add logo disclaimer to README 2024-11-11 03:44:44 +04:00
Emil Gulamov
0dc4343cd7
Update README.md 2024-11-04 08:09:30 -08:00
Emil Gulamov
b7e0eda82a
Update README.md 2024-11-02 05:14:13 -07:00
Emil Gulamov
5a4f0cfb82
Update README.md 2024-11-02 05:04:56 -07:00
Emil Gulamov
1b20756b35
Update README.md 2024-11-02 03:34:27 -07:00
Emil Gulamov
583b3ac6b9
Update README.md 2024-11-01 16:22:45 -07:00
Emil Gulamov
b56b8db9a0
Update README.md 2024-11-01 14:05:40 -07:00
Emil Gulamov
8b9e272005
Update README.md 2024-10-17 03:12:00 -07:00
Emil Gulamov
2143cc34bc
Update README.md 2024-09-26 14:19:24 +04:00
Emil Gulamov
9288498a17
Update README.md 2024-08-11 05:02:26 -07:00
Emil Gulamov
dec2fd1b6e
Update README.md 2024-06-28 23:45:54 +00:00
Emil Gulamov
357087dae4 Refactor README.md for improved readability 2024-06-29 03:39:21 +04:00
Emil Gulamov
d81f8eb208 Update project structure in README.md 2024-06-25 16:48:57 +04:00
Emil Gulamov
efe7de47d5
Update README.md 2024-06-22 14:12:41 +00:00
Emil Gulamov
f62575ac24 Update various scripts and styles including Lenis library
The Lenis library is updated to improve smooth scrolling. The lenis.js script is replaced by lenisSmoothScroll.js and certain lenis related CSS rules are removed. Also, it encompasses changes in the way some plugins are imported in different components, moving from inline script import to modular imports. Additionally, the customCss file location is updated in the astro.config.mjs file. New dependencies are added to the package and package-lock json.
2024-06-21 19:09:44 +04:00
Emil Gulamov
6347869eeb
Update README.md 2024-06-07 16:04:12 +00:00
Emil Gulamov
53eb7e1d4a
Update README.md 2024-04-04 19:05:09 +00:00
Emil Gulamov
332dd8f5ce Refine README and add typings to ToC functions 2024-04-02 21:33:55 +04:00
Emil Gulamov
e896368f49 Update README and refactor Table of Contents (ToC) code
This commit updates the README file to reflect the addition of a dynamic ToC with a scroll progress indicator in the insights posts. The code related to this functionality has also been refactored in the insights file to split the logic within event listeners into separate functions, leading to higher readability and cleaner code.
2024-04-02 21:21:43 +04:00
Emil Gulamov
3efb1ff04f
Update README.md 2024-04-02 12:17:07 +00:00
Emil Gulamov
841f8b9948
Update README.md 2024-03-30 10:25:09 +00:00
Emil Gulamov
7accf5ac2e
Update README.md 2024-03-29 21:35:00 +00:00
Emil Gulamov
d3212bc62d Update UI styles and improve navigation and SEO features
This commit introduces several UI behavior improvements, particularly enhancing the hover states of buttons in dark mode, and tweaking language-specific navigation. It also includes significant enhancements to the project's SEO configuration by revising the README documentation and transitioning the management of SEO-related data to a centralized `constants.ts` file for more structured and manageable SEO settings.
2024-03-29 00:47:11 +04:00
Ricardo Tribaldos
34768af685 Generate dynamic favicon ico file 2024-03-26 12:39:49 -05:00
Ricardo Tribaldos
c1bccf25d5 Generate dynamic favicons 2024-03-26 12:19:13 -05:00
Ricardo Tribaldos
4de42dc850 Generate dynamic manifest file and icons
This update also moves the main icon images from the public folder to the src folder and remove the ones that are going to be generated and optimized by Astro.
2024-03-26 12:06:02 -05:00
Emil Gulamov
9caf68d975 Enhance site with bilingual support
Added conditions for changing form labels, navigation items according to the current locale. The README file was also updated accordingly to reflect these changes.
2024-03-26 09:11:14 +04:00
Emil Gulamov
8f7a07e291
Update README.md 2024-03-25 18:55:13 +00:00
Emil Gulamov
df2dbb01aa
Update README.md 2024-03-24 12:34:21 +00:00
Emil Gulamov
5c1686d59c
Update README.md 2024-03-22 01:00:47 +00:00
Emil Gulamov
42adbd0559
Update README.md 2024-03-20 04:30:29 +00:00
Emil Gulamov
27aedef96d
Update README.md 2024-03-17 08:54:24 +04:00
Emil Gulamov
8e3bd5b87c
Update README.md 2024-03-17 04:30:38 +00:00
Emil Gulamov
7809c7857d
Update README.md 2024-02-25 02:42:55 -08:00
Emil Gulamov
05b6da9729
Update README.md 2024-02-22 10:39:03 -08:00
Emil Gulamov
33be38566c
Update README.md 2024-02-22 10:33:00 -08:00
Emil Gulamov
7e82aaa5df
Update README.md 2024-02-22 06:22:14 -08:00
Emil Gulamov
e0ec04119c
Update README.md 2024-02-20 18:30:51 -08:00
Emil Gulamov
e474c34b53
Update README.md 2024-02-21 04:44:02 +04:00
Emil Gulamov
bd969ecf9f
Update README.md 2024-02-20 10:35:24 -08:00
Emil Gulamov
038bd68bd6
Update README.md 2024-02-20 10:33:42 -08:00
Emil Gulamov
7b3b237834 Update README and code comments for clarity
In this commit, the README file content has been simplified to make it more concise. Furthermore, important points have been highlighted using note and tip callout formats to make them more noticeable. Additionally, code comments and instructions have been updated for better understanding and ease of use.
2024-02-20 21:41:20 +04:00
Emil Gulamov
d2a606f03c Update code comments and enhance README documentation
This commit improves the clarity of code comments in several Astro components for better understanding of their functionality. Changes were also made to the 'rounded' class in UI cards for improved visual appearance. In the README file, detailed explanations of project structure, customization process, key features, tools and technologies used, and their roles are provided to enhance project documentation.
2024-02-20 20:50:32 +04:00
Emil Gulamov
38e8049299 Refactor README and adjust import paths after directory restructuring
The codebase has been optimised with a reorganisation of the component directories. This required modifications to some import paths to preserve functionality, notably in services.astro. The README file was also decluttered and reframed under development and deployment commands to improve new developer onboarding. These changes pave the way for better SEO performance and ease of extendibility.
2024-02-20 08:41:34 +04:00
Emil Gulamov
31addc9ae0
Update README.md 2024-02-19 19:54:56 -08:00
Emil Gulamov
addbb5457a Refactor code and restructure directories
In response to the changes made to the directory structure of the project, the code has been refactored to adjust image import paths across various sections. It also involves reorganizing components into appropriate folders based on their roles in the application. Along with this, a new utility file for navigation links has been introduced, and configurations for authorizing remote images have been added to Astro configuration file, suggesting an enhancement in SEO performance.
2024-02-20 07:47:23 +04:00
Emil Gulamov
d5b8e0527b Add initial project setup with Astro
This commit includes the introduction of Astro project setup files, including the configuration. The main change is the addition of the configuration file `astro.config.mjs`, where Tailwind is set up for Astro integration. It also adds `.gitignore` files, a `package.json`, and setup files for VSCode and IntelliJ IDEA. The project includes a favicon and a simple Astro page. It comes with a `package-lock.json` file which locks down the versions of each dependency ensuring that installs generate the exact same tree across machines.
2024-02-10 03:49:51 +04:00