Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ceaksan committed Nov 21, 2021
0 parents commit fb9cc59
Show file tree
Hide file tree
Showing 2,857 changed files with 485,880 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions accounts/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* @copyright Copyright (c) 2015 - 2021 Trilby Media, LLC. All rights reserved. */
11 changes: 11 additions & 0 deletions accounts/admin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
state: enabled
email: [email protected]
fullname: 'Ceyhun Aksan'
title: Administrator
access:
admin:
login: true
super: true
site:
login: true
hashed_password: $2y$10$TcYtlLvCPTI4o3stgjPcfuSTNSqiugo0BTC97Hg3ImN05pWBdxUUG
Binary file added config/.DS_Store
Binary file not shown.
Empty file added config/backups.yaml
Empty file.
Empty file added config/media.yaml
Empty file.
5 changes: 5 additions & 0 deletions config/plugins/admin-addon-user-manager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
enabled: false
default_list_style: null
pagination:
per_page: null
custom_permissions: null
Empty file added config/scheduler.yaml
Empty file.
1 change: 1 addition & 0 deletions config/security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
salt: 7IQ2y5HKlDuScZ
7 changes: 7 additions & 0 deletions config/site.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Grav
author:
name: Joe Bloggs
email: '[email protected]'
metadata:
description: 'Grav is an easy to use, yet powerful, open source flat-file CMS'

Empty file added config/streams.yaml
Empty file.
221 changes: 221 additions & 0 deletions config/system.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,221 @@
absolute_urls: false
timezone: ''
default_locale: null
param_sep: ':'
wrapped_site: false
reverse_proxy_setup: false
force_ssl: false
force_lowercase_urls: true
custom_base_url: ''
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: { }
default_lang: null
include_default_lang: true
include_default_lang_file_extension: true
translations: true
translations_fallback: true
session_store_active: false
http_accept_language: false
override_locale: false
content_fallback: { }
pages_fallback_only: false
home:
alias: /home
hide_in_urls: false
pages:
type: regular
theme: design
order:
by: default
dir: asc
list:
count: 20
dateformat:
default: null
short: 'jS M Y'
long: 'F jS \a\t g:ia'
publish_dates: true
process:
markdown: true
twig: false
twig_first: false
never_cache_twig: false
events:
page: true
twig: true
markdown:
extra: false
auto_line_breaks: false
auto_url_links: false
escape_markup: false
special_chars:
'>': gt
'<': lt
valid_link_attributes:
- rel
- target
- id
- class
- classes
types:
- html
- htm
- xml
- txt
- json
- rss
- atom
append_url_extension: ''
expires: 604800
cache_control: null
last_modified: false
etag: true
vary_accept_encoding: false
redirect_default_code: 302
redirect_trailing_slash: 1
redirect_default_route: 0
ignore_files:
- .DS_Store
ignore_folders:
- .git
- .idea
ignore_hidden: true
hide_empty_folders: false
url_taxonomy_filters: true
frontmatter:
process_twig: false
ignore_fields:
- form
- forms
cache:
enabled: true
check:
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: false
password: null
database: null
twig:
cache: true
debug: true
auto_reload: true
autoescape: true
undefined_functions: true
undefined_filters: true
safe_functions: { }
safe_filters: { }
umask_fix: false
assets:
css_pipeline: false
css_pipeline_include_externals: true
css_pipeline_before_excludes: true
css_minify: true
css_minify_windows: false
css_rewrite: true
js_pipeline: false
js_pipeline_include_externals: true
js_pipeline_before_excludes: true
js_minify: true
enable_asset_timestamp: false
enable_asset_sri: false
collections:
jquery: 'system:https://assets/jquery/jquery-3.x.min.js'
errors:
display: true
log: true
log:
handler: file
syslog:
facility: local6
debugger:
enabled: false
provider: clockwork
censored: false
shutdown:
close_connection: true
twig: true
images:
default_image_quality: 85
cache_all: false
cache_perms: '0755'
debug: false
auto_fix_orientation: true
seofriendly: false
cls:
auto_sizes: false
aspect_ratio: false
retina_scale: 1
defaults:
loading: auto
watermark:
image: 'system:https://images/watermark.png'
position_y: center
position_x: center
scale: 33
watermark_all: false
media:
enable_media_timestamp: false
unsupported_inline_types: { }
allowed_fallback_types: { }
auto_metadata_exif: false
upload_limit: 2097152
session:
enabled: true
initialize: true
timeout: 1800
name: grav-site
uniqueness: path
secure: false
httponly: true
samesite: Lax
split: true
domain: null
path: null
gpm:
releases: stable
official_gpm_only: true
verify_peer: true
http:
method: auto
enable_proxy: true
proxy_url: null
proxy_cert_path: null
concurrent_connections: 5
verify_peer: true
verify_host: true
accounts:
type: regular
storage: file
flex:
cache:
index:
enabled: true
lifetime: 60
object:
enabled: true
lifetime: 600
render:
enabled: true
lifetime: 600
strict_mode:
yaml_compat: false
twig_compat: false
blueprint_compat: false
40 changes: 40 additions & 0 deletions config/themes/design.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
enabled: true
default_lang: en
dropdown:
enabled: true
simplesearch:
route: /search
template: simplesearch_results
filters:
category: blog
filter_combinator: and
logo_url: null
cta_text: 'Click Here'
cta_url: '#'
heading: null
facebook: 'https://www.facebook.com'
twitter: 'https://www.twitter.com'
youtube: 'https://www.youtube.com'
instagram: 'https://www.instagram.com'
linkedin: null
dribbble: null
links_heading: Links
links:
-
link_text: 'Link 1'
link_url: '#'
-
link_text: 'Link 2'
link_url: '#'
-
link_text: 'Link 3'
link_url: '#'
name: 'Design Co.'
location: 'Lorem ipsum dolor sit amet.'
credit: "<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->\nCopyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with 💙 by <a href=\"https://colorlib.com\" target=\"_blank\">Colorlib</a>\n<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->"
logo_src:
user/themes/design/assets/images/logo.jpg:
name: logo.jpg
type: image/jpeg
size: 22592
path: user/themes/design/assets/images/logo.jpg
4 changes: 4 additions & 0 deletions config/versions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
core:
grav:
version: 1.7.25
schema: 1.7.0_2020-11-20_1
1 change: 1 addition & 0 deletions data/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* @copyright Copyright (c) 2015 - 2021 Trilby Media, LLC. All rights reserved. */
52 changes: 52 additions & 0 deletions data/feed/21232f297a57a5a743894a0e4a801fc3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
last_checked: 1637521462
data:
-
title: 'macOS 12.0 Monterey Apache Setup: LetsEncrypt SSL'
url: 'https://getgrav.org/blog/macos-monterey-apache-ssl'
date: 1635591780
nicetime: '3 weeks ago'
-
title: 'macOS 12.0 Monterey Apache Setup: MySQL, Xdebug & More...'
url: 'https://getgrav.org/blog/macos-monterey-apache-mysql-vhost-apc'
date: 1635591600
nicetime: '3 weeks ago'
-
title: 'macOS 12.0 Monterey Apache Setup: Multiple PHP Versions'
url: 'https://getgrav.org/blog/macos-monterey-apache-multiple-php-versions'
date: 1635501600
nicetime: '3 weeks ago'
-
title: 'macOS 12.0 Monterey Apache Setup: Upgrading Homebrew'
url: 'https://getgrav.org/blog/macos-monterey-apache-upgrade-homebrew'
date: 1633694400
nicetime: '1 months ago'
-
title: 'Skeleton Build Automation'
url: 'https://getgrav.org/blog/skeletons-build-automation'
date: 1614347940
nicetime: '9 months ago'
-
title: 'Using Grav''s new built-in Web Server'
url: 'https://getgrav.org/blog/using-builtin-webserver'
date: 1612186320
nicetime: '10 months ago'
-
title: 'Grav 1.7 CLI Self-Upgrade Bug'
url: 'https://getgrav.org/blog/grav-170-cli-self-upgrade-bug'
date: 1611222900
nicetime: '10 months ago'
-
title: 'Grav 1.7 Released!'
url: 'https://getgrav.org/blog/grav-1.7-released'
date: 1611050100
nicetime: '10 months ago'
-
title: 'Grav Premium Focus: NextGen Editor'
url: 'https://getgrav.org/blog/premium-focus-nextgen-editor'
date: 1610713140
nicetime: '10 months ago'
-
title: 'Grav 1.7 Stable Release - One week away!'
url: 'https://getgrav.org/blog/grav-17-stable-imminent'
date: 1610457780
nicetime: '10 months ago'
9 changes: 9 additions & 0 deletions data/flex/indexes/accounts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '1.1'
timestamp: 1637521461
count: 1
index:
admin:
storage_key: admin
storage_timestamp: 1637521461
key: admin
email: [email protected]
1 change: 1 addition & 0 deletions data/flex/indexes/pages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"1.5","timestamp":1637521461,"count":27,"index":{"":{"key":"","storage_key":"","template":null,"storage_timestamp":1637171359,"children":{"01.home":1637169988,"02.about":1637169988,"03.blog":1637169988,"04.contact":1637169988,"privacy":1637169988},"checksum":"826586c13dd0cdfd2ca5ae6d397fec03"},"01.home":{"key":"home","storage_key":"01.home","template":"home","storage_timestamp":1637169988,"markdown":{"":{"home":1637169988}},"children":{"01._hero":1637169988,"02._achievements":1637169988,"03._how-it-works":1637169988,"04._services":1637169988,"05._testimonials":1637169988,"06._blog":1637169988},"checksum":"1416d4045aade61bdb4539a5ca407f2c"},"01.home\/01._hero":{"key":"home\/_hero","storage_key":"01.home\/01._hero","template":"hero","storage_timestamp":1637169988,"markdown":{"":{"hero":1637169988}},"checksum":"5ab53bfd025a3debb69e978d2e092330"},"01.home\/02._achievements":{"key":"home\/_achievements","storage_key":"01.home\/02._achievements","template":"achievements","storage_timestamp":1637169988,"markdown":{"":{"achievements":1637169988}},"checksum":"44410bde70c27f923ca54b88e35f0b40"},"01.home\/03._how-it-works":{"key":"home\/_how-it-works","storage_key":"01.home\/03._how-it-works","template":"how-it-works","storage_timestamp":1637169988,"markdown":{"":{"how-it-works":1637169988}},"checksum":"3f067f0312cf72aa43def052e9237d90"},"01.home\/04._services":{"key":"home\/_services","storage_key":"01.home\/04._services","template":"services","storage_timestamp":1637169988,"markdown":{"":{"services":1637169988}},"checksum":"8d09f11f42a8f74480947a53640934d5"},"01.home\/05._testimonials":{"key":"home\/_testimonials","storage_key":"01.home\/05._testimonials","template":"testimonial","storage_timestamp":1637169988,"markdown":{"":{"testimonial":1637169988}},"checksum":"de81d3de9fa24d18510c5fddbb91fead"},"01.home\/06._blog":{"key":"home\/_blog","storage_key":"01.home\/06._blog","template":"blog","storage_timestamp":1637169988,"markdown":{"":{"blog":1637169988}},"checksum":"9afc3f27fedc6c7dc80bcdde645ceca0"},"02.about":{"key":"about","storage_key":"02.about","template":"about","storage_timestamp":1637169988,"markdown":{"":{"about":1637169988}},"children":{"01._hero":1637169988,"02._carousel":1637169988,"03._text":1637169988,"04._media":1637169988,"05._other":1637169988,"06.regular-page":1637169988,"guestbook":1637169988,"timeline":1637169988},"checksum":"5c777ddcf940b4f38ac3d49b56e3ef70"},"02.about\/01._hero":{"key":"about\/_hero","storage_key":"02.about\/01._hero","template":"hero","storage_timestamp":1637169988,"markdown":{"":{"hero":1637169988}},"checksum":"d21cbdec6bda06d96834fe10116b1c0a"},"02.about\/02._carousel":{"key":"about\/_carousel","storage_key":"02.about\/02._carousel","template":"carousel","storage_timestamp":1637169988,"markdown":{"":{"carousel":1637169988}},"checksum":"d4558bfe15e6cdd5cca88cc1eba535bb"},"02.about\/03._text":{"key":"about\/_text","storage_key":"02.about\/03._text","template":"text-columns","storage_timestamp":1637169988,"markdown":{"":{"text-columns":1637169988}},"checksum":"51fa227dd9c769862340c4108d3a776f"},"02.about\/04._media":{"key":"about\/_media","storage_key":"02.about\/04._media","template":"media","storage_timestamp":1637169988,"markdown":{"":{"media":1637169988}},"checksum":"c08fc198082e00ad18a728f4aa8d34f5"},"02.about\/05._other":{"key":"about\/_other","storage_key":"02.about\/05._other","template":"other","storage_timestamp":1637169988,"markdown":{"":{"other":1637169988}},"checksum":"de7692b993e5db21d0c60a859af66774"},"02.about\/06.regular-page":{"key":"about\/regular-page","storage_key":"02.about\/06.regular-page","template":"default","storage_timestamp":1637169988,"markdown":{"":{"default":1637169988}},"checksum":"50fa02f0b801503ffd63dcc187f6feb2"},"02.about\/guestbook":{"key":"about\/guestbook","storage_key":"02.about\/guestbook","template":"guestbook","storage_timestamp":1637169988,"markdown":{"":{"guestbook":1637169988}},"checksum":"7197bf3a5b52c7cf89d42e413ef9a794"},"02.about\/timeline":{"key":"about\/timeline","storage_key":"02.about\/timeline","template":"modular","storage_timestamp":1637169988,"markdown":{"":{"modular":1637169988}},"children":{"_timeline":1637169988},"checksum":"22c53bdf0e4f529b0df70290092c8e98"},"02.about\/timeline\/_timeline":{"key":"about\/timeline\/_timeline","storage_key":"02.about\/timeline\/_timeline","template":"timeline","storage_timestamp":1637169988,"markdown":{"":{"timeline":1637169988}},"checksum":"cd93de9ef6ebeaa488b95d65decedd88"},"03.blog":{"key":"blog","storage_key":"03.blog","template":"blog","storage_timestamp":1637169988,"markdown":{"":{"blog":1637169988}},"children":{"far-far-away-behind-the-word-mountains":1637169988,"far-far-away-behind-the-word-mountains-3":1637169988,"far-far-away-behind-the-word-mountains-4":1637169988,"far-far-away-behind-the-word-mountains-5":1637169988,"far-far-away-behind-the-word-mountains-6":1637169988},"checksum":"ce5194402f57731ad2f5dee5b401f3cf"},"03.blog\/far-far-away-behind-the-word-mountains":{"key":"blog\/far-far-away-behind-the-word-mountains","storage_key":"03.blog\/far-far-away-behind-the-word-mountains","template":"post","storage_timestamp":1637169988,"markdown":{"":{"post":1637169988}},"children":{"far-far-away-behind-the-word-mountains-2":1637169988},"checksum":"ef6afcc0b0a19b99e615867286817e33"},"03.blog\/far-far-away-behind-the-word-mountains-3":{"key":"blog\/far-far-away-behind-the-word-mountains-3","storage_key":"03.blog\/far-far-away-behind-the-word-mountains-3","template":"post","storage_timestamp":1637169988,"markdown":{"":{"post":1637169988}},"checksum":"81351f8fae316769a73d225bcfa587cb"},"03.blog\/far-far-away-behind-the-word-mountains-4":{"key":"blog\/far-far-away-behind-the-word-mountains-4","storage_key":"03.blog\/far-far-away-behind-the-word-mountains-4","template":"post","storage_timestamp":1637169988,"markdown":{"":{"post":1637169988}},"checksum":"7fb8b825f57ac0b0d52b46761021ce8a"},"03.blog\/far-far-away-behind-the-word-mountains-5":{"key":"blog\/far-far-away-behind-the-word-mountains-5","storage_key":"03.blog\/far-far-away-behind-the-word-mountains-5","template":"post","storage_timestamp":1637169988,"markdown":{"":{"post":1637169988}},"checksum":"db1b46cb6dd2c6845d3d8f3cad11c9d1"},"03.blog\/far-far-away-behind-the-word-mountains-6":{"key":"blog\/far-far-away-behind-the-word-mountains-6","storage_key":"03.blog\/far-far-away-behind-the-word-mountains-6","template":"post","storage_timestamp":1637169988,"markdown":{"":{"post":1637169988}},"checksum":"a7af172af0b7bb98569025e3f090b08a"},"03.blog\/far-far-away-behind-the-word-mountains\/far-far-away-behind-the-word-mountains-2":{"key":"blog\/far-far-away-behind-the-word-mountains\/far-far-away-behind-the-word-mountains-2","storage_key":"03.blog\/far-far-away-behind-the-word-mountains\/far-far-away-behind-the-word-mountains-2","template":"post","storage_timestamp":1637169988,"markdown":{"":{"post":1637169988}},"checksum":"59d66d248a01255a715cfcba6c57cf31"},"04.contact":{"key":"contact","storage_key":"04.contact","template":"contact","storage_timestamp":1637169988,"markdown":{"":{"contact":1637169988}},"checksum":"4f5e2152578fbfbc916d0e00e198ef9b"},"privacy":{"key":"privacy","storage_key":"privacy","template":"default","storage_timestamp":1637169988,"markdown":{"":{"default":1637169988}},"checksum":"2333f7c843a24367e6dd3d9018f146b0"}}}
Empty file added data/licenses.yaml
Empty file.
Loading

0 comments on commit fb9cc59

Please sign in to comment.