mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-06 07:50:41 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8a7393b593 | ||
|
64dad4c4b0 | ||
|
e0277ff7e1 | ||
|
b425bce2a7 |
@@ -31,5 +31,5 @@ steps:
|
|||||||
- docker-compose -f docker-compose.prod.yml down
|
- docker-compose -f docker-compose.prod.yml down
|
||||||
- docker-compose -f docker-compose.prod.yml up -d
|
- docker-compose -f docker-compose.prod.yml up -d
|
||||||
when:
|
when:
|
||||||
event: push
|
event: tag
|
||||||
branch: master
|
branch: master
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,8 +6,6 @@ data/
|
|||||||
|
|
||||||
# Node
|
# Node
|
||||||
node_modules/
|
node_modules/
|
||||||
pnpm-lock.yaml
|
|
||||||
yarn.lock
|
|
||||||
|
|
||||||
# Generated
|
# Generated
|
||||||
.cache/
|
.cache/
|
||||||
|
@@ -8,7 +8,7 @@ add_theme_support( 'post-thumbnails' );
|
|||||||
|
|
||||||
|
|
||||||
add_filter( 'wp_headers', function ( $headers ) {
|
add_filter( 'wp_headers', function ( $headers ) {
|
||||||
$headers['Content-Security-Policy'] = "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://s.w.org; report-uri csp@nicco.io";
|
$headers['Content-Security-Policy'] = "default-src 'self' wp.com; script-src 'self' 'unsafe-inline' wp.com; style-src 'self' 'unsafe-inline' wp.com; img-src 'self' wp.com data: https://s.w.org;";
|
||||||
$headers['X-Content-Type-Options'] = 'nosniff';
|
$headers['X-Content-Type-Options'] = 'nosniff';
|
||||||
$headers['X-Frame-Options'] = "deny";
|
$headers['X-Frame-Options'] = "deny";
|
||||||
$headers['Strict-Transport-Security'] = "max-age=31536000";
|
$headers['Strict-Transport-Security'] = "max-age=31536000";
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
Theme Name: Liquet
|
Theme Name: Liquet
|
||||||
Author: Niccolo Borgioli
|
Author: Niccolo Borgioli
|
||||||
Description: Minimalistic clean theme
|
Description: Minimalistic clean theme
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
License: MIT
|
License: MIT
|
||||||
Tags: minimal, simple, typography, clean
|
Tags: minimal, simple, typography, clean
|
||||||
Author URI: https://nicco.io
|
Author URI: https://nicco.io
|
||||||
|
Reference in New Issue
Block a user