Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2020-11-26 21:01:57 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2020-11-26 21:01:57 +0300
commit91f6c48eb00e0575e0e9c22ead5a7560b90f242a (patch)
tree968808e226272ec39c5043c04f2db3b883b5781a
parentbc1e1199e74364304689876eb4164fd7a6b5da35 (diff)
deleting italian version of the example site
-rw-r--r--exampleSite/content/it/about/index.md17
-rw-r--r--exampleSite/content/it/home/contact.md59
-rw-r--r--exampleSite/content/it/home/experience.md30
-rw-r--r--exampleSite/content/it/home/hero.md30
-rw-r--r--exampleSite/content/it/home/index.md4
-rw-r--r--exampleSite/content/it/home/posts.md28
-rw-r--r--exampleSite/content/it/home/skills.md34
7 files changed, 0 insertions, 202 deletions
diff --git a/exampleSite/content/it/about/index.md b/exampleSite/content/it/about/index.md
deleted file mode 100644
index 9cad445..0000000
--- a/exampleSite/content/it/about/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
-+++
-title = "Chi sono"
-
-type = "blog"
-+++
-
-I'm a **sea sponge** who works as a fry cook at the **Krusty Krab**:
-![](/img/krusty_krab.webp)
-
-The Krusty Krabe is a fast food restaurant known for it's signature burger:
-
-![*The Krabby Patty*](/img/krabby_patty.webp)
-
-Try to make one yourself and you will be as happy as I am.
-![My first Krabby Patty](/img/spongebob-krusty-cook.webp)
-
-You can take a look at the recipe [here](/blog/krabby_patty/). \ No newline at end of file
diff --git a/exampleSite/content/it/home/contact.md b/exampleSite/content/it/home/contact.md
deleted file mode 100644
index cb95111..0000000
--- a/exampleSite/content/it/home/contact.md
+++ /dev/null
@@ -1,59 +0,0 @@
-+++
-widget = "contact_form"
-title = "Contattami"
-
-# Uncomment the following line and widget will NOT be displayed
-# hidden = true
-
-# Uncomments the following line for
-# standard forms.
-#
-# Form handler
-# action = "/contact_handler.php"
-# Form submit method
-# method = "GET" # Default is POST
-
-# For Netlify form
-#
-netlify = true
-
-# Add a contact via email button if your email
-# is configured in the config file of your website.
-useEmail = true
-
-# Form inputs
-[[inputs]]
-label = "Nome"
-# Input type
-type = "text"
-# minimum input length
-minlength = "3"
-# maxlength = "25"
-name = "name"
-# pattern matching
-pattern = "[a-zA-Z]"
-placeholder = "Nome"
-# The input is required to submit the form
-# required = true
-
-[[inputs]]
-label = "La tua email"
-type = "email"
-name = "email"
-# pattern = ""
-placeholder = "Email"
-required = true
-
-# Textarea works same as input but doesn't support pattern matching
-[[inputs]]
-label = "Il tuo messaggio (minimo 10 caratteri)"
-type = "textarea"
-minlength = "10"
-name = "message"
-placeholder = "Il tuo messaggio..."
-required = true
-
-+++
-
-Ti serve una mano per aprire un fast-food?
-Parliamone!
diff --git a/exampleSite/content/it/home/experience.md b/exampleSite/content/it/home/experience.md
deleted file mode 100644
index cc23f3d..0000000
--- a/exampleSite/content/it/home/experience.md
+++ /dev/null
@@ -1,30 +0,0 @@
-+++
-widget = "timeline"
-weight = 30 # Order that this section will appear.
-
-# Uncomment the following line and widget will NOT be displayed
-# hidden = true
-
-# Widget title
-title = "Esperienza"
-# Widget subtitle
-subtitle = "Le mie passate esperienze."
-
-date_format = "Jan 2006" # Date format https://gohugo.io/functions/dateformat/#readout
-
-[[period]]
- title = "Capo cuoco"
- subtitle = "Krusty krab"
- location = "Bikini Bottom"
- date_start = "2017-01-01"
- date_end = ""
- description = "Capo cuoco de più grande ristorante di Bikini Bottom."
-
-[[period]]
- title = "Aiuto cuoco"
- subtitle = "Krusty krab"
- location = "California"
- date_start = "2016-01-01"
- date_end = "2016-12-31"
- description = "Ho appreso le basi della cucina, la passione ed i segreti per preparare un buon panino."
-+++ \ No newline at end of file
diff --git a/exampleSite/content/it/home/hero.md b/exampleSite/content/it/home/hero.md
deleted file mode 100644
index 12645b2..0000000
--- a/exampleSite/content/it/home/hero.md
+++ /dev/null
@@ -1,30 +0,0 @@
-+++
-widget = "hero"
-# Order that this section will appear.
-weight = 10
-
-# Uncomment the following line and widget will NOT be displayed
-# hidden = true
-
-# Hero image (optional). Enter filename of an image in the `static/` folder.
-hero_media = "/img/portrait.webp"
-
-# Buttons
-# Add as much button as you want
-[[btn]]
- # The url of the button
- url = "/about"
- # The text of the button
- label = "Leddi di più"
- # Primary color
- primary = true
-
-[[btn]]
- url = "#contact"
- label = 'Contattami'
-
-+++
-
-# My name is **Sponge Bob** and I'm a **chief cook**.
-
-Tutti i miei piatti sono fatti con amore \ No newline at end of file
diff --git a/exampleSite/content/it/home/index.md b/exampleSite/content/it/home/index.md
deleted file mode 100644
index ce5d7f0..0000000
--- a/exampleSite/content/it/home/index.md
+++ /dev/null
@@ -1,4 +0,0 @@
-+++
-# Homepage
-headless = true # Homepage is headless, other widget pages are not.
-+++
diff --git a/exampleSite/content/it/home/posts.md b/exampleSite/content/it/home/posts.md
deleted file mode 100644
index 1e485c1..0000000
--- a/exampleSite/content/it/home/posts.md
+++ /dev/null
@@ -1,28 +0,0 @@
-+++
-# A Recent Blog Posts section created with the Pages widget.
-# This section displays recent blog posts from `content/post/`.
-
-# Uncomment the following line and widget will NOT be displayed
-# hidden = true
-
-widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
-weight = 50 # Order that this section will appear.
-
-title = "Post recenti"
-subtitle = "Leggi i miei ultimi progetti"
-
-[content]
- # Page type to display. E.g. post, talk, or publication.
- page_type = "blog"
-
- # Choose how much pages you would like to display
- count = 5
-
- [content.filters]
- tag = "ricetta"
- category = ""
- publication_type = ""
- exclude_featured = false
-+++
-
-:disappointed: Non ci sono ancora post :disappointed: \ No newline at end of file
diff --git a/exampleSite/content/it/home/skills.md b/exampleSite/content/it/home/skills.md
deleted file mode 100644
index 2344ad9..0000000
--- a/exampleSite/content/it/home/skills.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# A Skills section created with the Featurette widget.
-widget = "bars" # See https://sourcethemes.com/academic/docs/page-builder/
-weight = 20 # Order that this section will appear.
-
-# Uncomment the following line and widget will NOT be displayed
-# hidden = true
-
-title = "Conoscenze"
-subtitle = "Destreggio molto bene le seguenti attività"
-
-[[bar]]
- icon = "/icons/precision.svg"
- name = "Precisone"
- percent = "95%"
-
-[[bar]]
- icon = "/icons/heat.svg"
- name = "Controllo della temperatura"
- percent = "90%"
-
-
-[[bar]]
- icon = "/icons/chicken.svg"
- name = "Qualità del cibo"
- percent = "87%"
-
-
-[[bar]]
- icon = "/icons/presentation.svg"
- name = "Presentazione"
- percent = "75%"
-
-+++