template publication

This commit is contained in:
Tessier
2020-09-28 16:55:54 +02:00
parent 449ca1d987
commit 9176d0736c
243 changed files with 516 additions and 473 deletions
+49 -1
View File
@@ -1,14 +1,25 @@
absolute_urls: false
timezone: null
default_locale: null
param_sep: ':'
wrapped_site: false
reverse_proxy_setup: false
force_ssl: false
force_lowercase_urls: true
custom_base_url: null
username_regex: '^[a-z0-9_-]{3,16}$'
pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
intl_enabled: true
http_x_forwarded:
protocol: true
host: false
port: true
ip: true
languages:
supported: null
default_lang: null
include_default_lang: true
pages_fallback_only: false
translations: true
translations_fallback: true
session_store_active: false
@@ -25,6 +36,7 @@ pages:
list:
count: 20
dateformat:
default: null
short: 'F jS \a\t g:ia'
long: 'F jS \a\t g:ia'
publish_dates: true
@@ -44,6 +56,12 @@ pages:
special_chars:
'>': gt
'<': lt
valid_link_attributes:
- rel
- target
- id
- class
- classes
types:
- txt
- xml
@@ -52,7 +70,9 @@ pages:
- json
- rss
- atom
append_url_extension: null
expires: 604800
cache_control: null
last_modified: false
etag: false
vary_accept_encoding: false
@@ -65,6 +85,7 @@ pages:
- .git
- .idea
ignore_hidden: true
hide_empty_folders: false
url_taxonomy_filters: true
frontmatter:
process_twig: false
@@ -77,11 +98,25 @@ cache:
method: file
driver: auto
prefix: g
purge_at: '0 4 * * *'
clear_at: '0 3 * * *'
clear_job_type: standard
clear_images_by_default: false
cli_compatibility: false
lifetime: 604800
gzip: false
allow_webserver_gzip: false
redis:
socket: null
server: null
port: null
password: null
memcache:
server: null
port: null
memcached:
server: null
port: null
twig:
cache: false
debug: true
@@ -107,6 +142,10 @@ assets:
errors:
display: 1
log: true
log:
handler: file
syslog:
facility: local6
debugger:
enabled: false
shutdown:
@@ -118,23 +157,32 @@ images:
cache_perms: '0755'
debug: false
auto_fix_orientation: false
seofriendly: false
media:
enable_media_timestamp: false
unsupported_inline_types: null
allowed_fallback_types: null
auto_metadata_exif: false
upload_limit: 67108864
upload_limit: 2097152
session:
enabled: true
initialize: true
timeout: 1800
name: grav-site
uniqueness: path
secure: false
httponly: true
split: true
path: null
gpm:
releases: stable
proxy_url: null
method: auto
verify_peer: true
official_gpm_only: true
accounts:
type: data
storage: file
strict_mode:
yaml_compat: true
twig_compat: true
@@ -1,30 +1,30 @@
last_checked: 1591881558
last_checked: 1601303322
data:
-
title: 'Grav 1.7 RC.1 Released'
url: 'https://getgrav.org/blog/grav-17-rc1-released'
date: 1573060980
nicetime: '7 months ago'
nicetime: '11 months ago'
-
title: 'macOS 10.15 Catalina Apache Setup: Upgrading Homebrew'
url: 'https://getgrav.org/blog/macos-catalina-apache-upgrade-homebrew'
date: 1570536000
nicetime: '8 months ago'
nicetime: '12 months ago'
-
title: 'macOS 10.15 Catalina Apache Setup: SSL'
url: 'https://getgrav.org/blog/macos-catalina-apache-ssl'
date: 1570532580
nicetime: '8 months ago'
nicetime: '12 months ago'
-
title: 'macOS 10/15 Catalina Apache Setup: MySQL, Xdebug & More...'
url: 'https://getgrav.org/blog/macos-catalina-apache-mysql-vhost-apc'
date: 1570532400
nicetime: '8 months ago'
nicetime: '12 months ago'
-
title: 'macOS 10.15 Catalina Apache Setup: Multiple PHP Versions'
url: 'https://getgrav.org/blog/macos-catalina-apache-multiple-php-versions'
date: 1570528800
nicetime: '8 months ago'
nicetime: '12 months ago'
-
title: 'Grav 1.6 Released!'
url: 'https://getgrav.org/blog/grav-1.6-released'
@@ -34,7 +34,7 @@ data:
title: 'Important Theme Updates'
url: 'https://getgrav.org/blog/important-theme-updates'
date: 1553169300
nicetime: '1 years ago'
nicetime: '2 years ago'
-
title: 'All RocketTheme Grav Themes 50% Off for Black Friday'
url: 'https://getgrav.org/blog/rockettheme-blackfriday-2018'
@@ -1,4 +1,4 @@
last_checked: 1591883471
last_checked: 1601303321
data:
feed:
-
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+5 -4
View File
@@ -29,6 +29,9 @@
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
}
@@ -74,9 +77,6 @@
-o-filter: grayscale(0%);
-webkit-transition: all 1s ease;
transition: all 1s ease;
// -webkit-transition: all 0.6s;
// transition: all 0.6s;
// background-color: rgb(0, 255, 0);
img{
-webkit-transition: all .6s;
transition: all .6s;
@@ -197,7 +197,8 @@
}
}
//page news
.e-content.news{
.e-content.news,
.e-content.publications{
display: inline-flex;
width: 100%;
flex-wrap: wrap;