Skip to content

Commit

Permalink
fixed menus - fixed background path in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ololiuhqui committed May 7, 2024
1 parent eff63b6 commit 6d86f79
Show file tree
Hide file tree
Showing 42 changed files with 4,162 additions and 376 deletions.
2 changes: 1 addition & 1 deletion assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ html {
/* */

.background-image {
background-image: url('../img/background-home.png');
background-image: url('../img/background.png');
background-position: 10%;
background-repeat: no-repeat;
background-size: cover;
Expand Down
1 change: 1 addition & 0 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ baseURL = 'https://ololiuhqui.github.io/ervakambo/'
languageCode = ''
title = 'Erva Kambo'
defaultContentLanguage = 'en'
defaultContentLanguageInSubDir = true
copyright = 'Made by Ludovico Caluori - 2024'
enableRobotsTXT = true

Expand Down
8 changes: 4 additions & 4 deletions config/_default/languages/.it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ languageCode = 'en-US'
languageName = 'English'
title = 'Erva Kambo' # This will go in the Header as well
copyright = "© 2024 all rights reserved - Made by Ludovico Caluori 🎨"
contentDir = "content/en"
contentDir = "content/it"

# Change single params to false to remove from rendering
[params]
Expand Down Expand Up @@ -145,14 +145,14 @@ contentDir = "content/en"
pageRef = "/"
weight = 1
[[menus.main]]
name = "Services"
name = "Consulenza"
pageRef = "/services"
weight = 2
[[menus.main]]
name = "The Office"
name = "Lo Studio"
pageRef = "/office"
weight = 3
[[menus.main]]
name = "Contacts"
name = "Contatti"
pageRef = "/contacts"
weight = 4
2 changes: 1 addition & 1 deletion config/_default/languages/.sq.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ languageCode = 'en-US'
languageName = 'English'
title = 'Erva Kambo' # This will go in the Header as well
copyright = "© 2024 all rights reserved - Made by Ludovico Caluori 🎨"
contentDir = "content/en"
contentDir = "content/sq"

# Change single params to false to remove from rendering
[params]
Expand Down
2 changes: 1 addition & 1 deletion content/it/contacts.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Contatti'
slug: 'contatti'
slug: 'contacts'
draft: false
type: 'pages'
layout: 'contacts'
Expand Down
2 changes: 1 addition & 1 deletion content/it/office/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Lo Studio'
slug: 'studio'
slug: 'office'
draft: false
type: 'pages'
layout: 'office'
Expand Down
2 changes: 1 addition & 1 deletion content/it/services.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Consulenza'
slug: 'consulenza'
slug: 'services'
draft: false
layout: 'services'
type: 'pages'
Expand Down
2 changes: 1 addition & 1 deletion public/css/styles.min.css

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions public/en/categories/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Erva Kambo</title>
<link>https://ololiuhqui.github.io/ervakambo/en/categories/</link>
<description>Recent content in Categories on Erva Kambo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<copyright>© 2024 all rights reserved - Made by Ludovico Caluori 🎨</copyright><atom:link href="https://ololiuhqui.github.io/ervakambo/en/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
Loading

0 comments on commit 6d86f79

Please sign in to comment.