Skip to content

Commit

Permalink
chore(move): from nasonero to danieletabellini
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Dec 24, 2023
1 parent 3d3008e commit 370a74c
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(EleventyVitePlugin, {
tempFolderName: './.11ty-vite',
viteOptions: {
base: '/nasonero/',
base: '/danieletabellini/',
publicDir: 'public',
clearScreen: false,
server: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy nasonero 11ty pages
name: Build and deploy danieletabellini 11ty pages

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nasonero playground
# Playground portfolio

This could be the repository for my/our new upcoming portfolio and digital playground. Let's see. Gently.

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nasonero-11ty-vite",
"version": "0.1",
"name": "danieletabellini-11ty-vite",
"version": "1.0.0-alpha.1",
"description": "Our personal digital playground",
"browserslist": [
"> 0.5%",
Expand All @@ -12,21 +12,21 @@
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"build": "env NODE_ENV=production npx @11ty/eleventy --pathprefix 'nasonero'",
"build": "env NODE_ENV=production npx @11ty/eleventy --pathprefix 'danieletabellini'",
"postbuild": "env NODE_ENV=production npx pagefind --source _site --glob '**/*.html'",
"clean": "del-cli _site",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://Fupete@github.com/Fupete/nasonero.git"
"url": "git+https://Fupete@github.com/Fupete/danieletabellini.git"
},
"author": "Fupete",
"license": "GPL3",
"bugs": {
"url": "https://github.com/Fupete/nasonero/issues"
"url": "https://github.com/Fupete/danieletabellini/issues"
},
"homepage": "https://github.com/Fupete/nasonero/",
"homepage": "https://github.com/Fupete/danieletabellini/",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion public/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backend:
name: github
repo: fupete/nasonero
repo: fupete/danieletabellini
branch: main

media_folder: "src/assets/media"
Expand Down
2 changes: 1 addition & 1 deletion public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lang": "en",
"dir": "ltr",
"name": "nasonero playground",
"name": "danieletabellini playground",
"short_name": "nsnr-plygrnd",
"icons": [
{
Expand Down
8 changes: 4 additions & 4 deletions src/_data/meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "nasonero.studio",
"description": "This website is our playground and portfolio",
"url": "https://fupete.github.io/nasonero/",
"title": "Daniele Tabellini - Portfolio",
"description": "Principal Designer / Artist / Adj. Professor in Digital Experience Lab at Design UNIRSM",
"url": "https://fupete.github.io/danieletabellini/",
"lang": "en",
"locale": "en_us",
"author": "Daniele @fupete Tabellini"
"author": "@fupete"
}
2 changes: 1 addition & 1 deletion src/_includes/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% endfor %}
</div>

<p><a href="https://github.com/fupete/nasonero/blob/main/{{ page.inputPath }}">
<p><a href="https://github.com/fupete/danieletabellini/blob/main/{{ page.inputPath }}">
{%- if page.lang == 'it' %}Modifica questa pagina su GitHub{% else %}Edit this page on GitHub{% endif %}
</a><p>
<p><span>&copy; 2000-{{ build.timestamp | dateToFormat('yyyy') }} - Erika Gabbani & Daniele Tabellini</span></p>
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/header.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="site-header" role="banner">
<div class="site-header__container">
<div class="site-header__left">
<p><strong>nasonero</strong>.studio</p>
<p>Daniele Tabellini</p>
</div>
<div class="site-header__right">
{% include "navigation.njk" %}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const initSearch = () => {
new PagefindUI({
element: '#search',
showImages: true,
bundlePath: "/nasonero/_pagefind/"
bundlePath: "/danieletabellini/_pagefind/"
})
const inputSearch = document.querySelector("input")
inputSearch.setAttribute("id", "site-search")
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
{# <link rel="alternate" hreflang="{{ page.lang }}" href="{{page.url}}"> #}
{% for link in page.url | locale_links %}
<link rel="alternate" hreflang="{{link.lang}}" href="https://fupete.github.io/nasonero{{link.url}}">
<link rel="alternate" hreflang="{{link.lang}}" href="https://fupete.github.io/danieletabellini{{link.url}}">
{% endfor %}

<meta charset="UTF-8">
Expand Down

0 comments on commit 370a74c

Please sign in to comment.