Skip to content

Commit 8a6d6a3

Browse files
committed
Update README.md
1 parent d30cd81 commit 8a6d6a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@ Additional features:
3636

3737
### In-Detail
3838

39-
**Performance**
39+
#### Performance
4040
The repository utilizes the @sveltejs/enhanced-img plugin, which boosts performance by optimizing image sizes and formats, reducing layout shifts, and decreasing loading times. We also implement lazy loading, delaying the loading of non-critical resources such as images or videos until they are needed, significantly accelerating the initial page load time. Additionally, the project uses local fonts, eliminating the need to download fonts from the web, thereby reducing webpage loading times and preventing display delays.
4141

42-
**SEO**
42+
#### SEO
4343
The repository features a working Sitemap.xml, which is due to Netlify's handling of server-side JavaScript in the static folder. For now, the Sitemap.xml <url> tags need to be added manually. The current Robots.txt configuration allows all crawlers to index all pages. Inside the app.html, we have added title, description, and all relevant meta and Open Graph tags.
4444

45-
**Netlify**
45+
#### Netlify
4646
This repository can be directly uploaded and hosted by Netlify. We added the correctly working netlify.toml configuration and the Netlify adapter. All pages are prerendered to be hosted as static sites on Netlify. We also added the _redirects configuration, which redirects users in the event of a 404 status to the custom 404 page.
4747

48-
**Tailwind**
48+
#### Tailwind
4949
Tailwind CSS is fully configured through the tailwind.config.js file in our Svelte template. We have also introduced a custom primary color setting that allows for the modification of the entire page's appearance.
5050

51-
**Customizable**
51+
#### Customizable
5252
We added custom error pages and a completley customized Header and Footer.
5353

54-
**Responsivess**
54+
#### Responsivess
5555
The repository utilizes responsive Tailwind CSS classes to ensure that all pages display correctly across various devices, maintaining the appropriate format and size. We have also included custom favicons in all the necessary sizes for platforms like Chrome and iOS, ensuring that shortcuts and app icons are displayed accurately.
5656

57-
**Contact Form**
57+
#### Contact Form
5858
We have integrated a fully customized contact form that is seamlessly recognized by Netlify's form detection system. To activate form detection on your Netlify site, navigate to the "Forms" tab. Within this section, you can set up the form so that submissions are forwarded to an email address or other specified channels. Following a successful submission, our setup displays a custom success page, which automatically redirects to the home page after five seconds.
5959

60-
**Additonal Features**
60+
#### Additonal Features
6161
We've incorporated a load function capable of passing slugs via the route: /page/[slug]. Additionally, we have implemented a local variable that tracks the total number of visits to the route page. This count is stored on the user's device and can be accessed through a Svelte writable store.
6262

6363

0 commit comments

Comments
 (0)