Skip to content

Commit 1b93535

Browse files
aggiornamento generale. tema e link in production
1 parent 46cd667 commit 1b93535

File tree

248 files changed

+313
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+313
-13
lines changed

.ghost-cli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"active-version": "5.115.1",
33
"cli-version": "1.27.0",
44
"channel": "stable",
5-
"name": "ghost-local-1"
5+
"name": "ghost-local-1",
6+
"running": "development"
67
}

.ghostpid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14012

config.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "http://localhost:2368/",
2+
"url": "https://www.cortexflow.org/",
33
"server": {
44
"port": 2368,
55
"host": "127.0.0.1"

content/data/ghost-local.db

0 Bytes
Binary file not shown.

content/logs/http___localhost_2368__development.error.log

Lines changed: 16 additions & 0 deletions
Large diffs are not rendered by default.

content/logs/http___localhost_2368__development.log

Lines changed: 238 additions & 0 deletions
Large diffs are not rendered by default.

content/themes/headline/package.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,36 @@
4444
"custom": {
4545
"navigation_layout": {
4646
"type": "select",
47-
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
47+
"options": [
48+
"Logo on the left",
49+
"Logo in the middle",
50+
"Stacked"
51+
],
4852
"default": "Stacked"
4953
},
5054
"header_style": {
5155
"type": "select",
52-
"options": ["Light", "Accent color", "Dark"],
56+
"options": [
57+
"Light",
58+
"Accent color",
59+
"Dark"
60+
],
5361
"default": "Light"
5462
},
5563
"title_font": {
5664
"type": "select",
57-
"options": ["Modern sans-serif", "Elegant serif"],
65+
"options": [
66+
"Modern sans-serif",
67+
"Elegant serif"
68+
],
5869
"default": "Modern sans-serif"
5970
},
6071
"body_font": {
6172
"type": "select",
62-
"options": ["Modern sans-serif", "Elegant serif"],
73+
"options": [
74+
"Modern sans-serif",
75+
"Elegant serif"
76+
],
6377
"default": "Elegant serif"
6478
},
6579
"white_publication_logo_for_transparent_header": {
@@ -103,5 +117,8 @@
103117
"postcss": "8.5.3",
104118
"postcss-easy-import": "4.0.0",
105119
"pump": "3.0.2"
120+
},
121+
"dependencies": {
122+
"headline": "file:"
106123
}
107124
}

content/themes/journal/package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,27 @@
4444
"custom": {
4545
"navigation_layout": {
4646
"type": "select",
47-
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
47+
"options": [
48+
"Logo on the left",
49+
"Logo in the middle",
50+
"Stacked"
51+
],
4852
"default": "Stacked"
4953
},
5054
"title_font": {
5155
"type": "select",
52-
"options": ["Modern sans-serif", "Elegant serif"],
56+
"options": [
57+
"Modern sans-serif",
58+
"Elegant serif"
59+
],
5360
"default": "Modern sans-serif"
5461
},
5562
"body_font": {
5663
"type": "select",
57-
"options": ["Modern sans-serif", "Elegant serif"],
64+
"options": [
65+
"Modern sans-serif",
66+
"Elegant serif"
67+
],
5868
"default": "Modern sans-serif"
5969
}
6070
}
@@ -80,5 +90,8 @@
8090
"postcss": "8.5.3",
8191
"postcss-easy-import": "4.0.0",
8292
"pump": "3.0.2"
93+
},
94+
"dependencies": {
95+
"journal": "file:"
8396
}
8497
}

0 commit comments

Comments
 (0)