Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,41 @@
|
|
1 |
---
|
2 |
title: Portfolio
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
-
header: mini
|
9 |
license: apache-2.0
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Portfolio
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
8 |
license: apache-2.0
|
9 |
+
short_description: Discover the portfolio of Louis Brulé Naudet
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
# Static Website Deployment with Huggingface Static Space
|
15 |
+
|
16 |
+
This repository is dedicated to deploying a static website using Huggingface Static Space.
|
17 |
+
|
18 |
+
Repository Structure
|
19 |
+
|
20 |
+
index.html: The main HTML file for your static website.
|
21 |
+
styles/: Directory for your website's CSS styles.
|
22 |
+
image/: Directory for images and multimedia content.
|
23 |
+
Usage
|
24 |
+
|
25 |
+
Once your website is deployed and configured with Huggingface Static Space, it will be accessible through your profile, benefiting from Huggingface's performance and security enhancements.
|
26 |
+
|
27 |
+
License
|
28 |
+
|
29 |
+
Copyright (c) 2024 Louis Brulé Naudet [email protected].
|
30 |
+
|
31 |
+
Permission to use, copy, modify, and/or distribute this software for any
|
32 |
+
purpose with or without fee is hereby granted, provided that the above
|
33 |
+
copyright notice and this permission notice appear in all copies.
|
34 |
+
|
35 |
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
36 |
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
37 |
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
38 |
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
39 |
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
40 |
+
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
41 |
+
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|