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 18b7546
Show file tree
Hide file tree
Showing 2,763 changed files with 496,932 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. */
26 changes: 26 additions & 0 deletions accounts/admin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
state: enabled
email: [email protected]
fullname: 'Ceyhun Aksan'
title: Administrator
language: en
content_editor: default
twofa_enabled: false
twofa_secret: 65HGEAXLST3U546UUJ763ELF73ROCNQK
avatar: { }
hashed_password: $2y$10$OHUK.0apZPoNcPLHLDkLG.9g5yyX7VEAAQP1TgPscDFW6SZPXDFpm
access:
site:
login: true
admin:
login: true
super: true
cache: true
configuration: true
pages: true
maintenance: true
statistics: true
plugins: true
themes: true
tools: true
users: true
flex-objects: true
Empty file added config/backups.yaml
Empty file.
Empty file added config/media.yaml
Empty file.
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: Xn5fWAC3RHyNmc
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: medi
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
47 changes: 47 additions & 0 deletions config/themes/medi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
enabled: true
default_lang: en
cdn: false
logo_url: null
favicon_url: null
dropdown:
enabled: true
buttons:
cta: 'Book Appointment'
contact:
email:
text: 'We are here for you'
mail: [email protected]
telephone:
title: 'Emergency Medical Care'
phone: '+1-465 4545'
footer:
description: 'Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit, sed do<br />eiusmod tempor incididunt ut labore.'
copy: 'All rights reserved | This template is made with <i class="ti-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>'
widget_1:
title: 'Our Departments'
list:
Births: '#'
Cardiology: '#'
Traumatology: '#'
Nuclear: '#'
Pregnancy: '#'
X-ray: '#'
Pulmonary: '#'
Neurology: '#'
widget_2:
title: 'We''re Available'
list:
'Monday - Friday': '8.00 - 18.00'
Saturday: '8.00 - 18.00'
Sunday: '8.00 - 13.00'
social:
facebook: ''
twitter: 'https://twitter.com/medi'
instagram: 'https://instagram.com/medi'
linkedin: 'https://linkedin.com/medi'
simplesearch:
route: /search
template: simplesearch_results
filters:
category: blog
filter_combinator: and
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: 1637523476
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: 1637523560
count: 1
index:
admin:
storage_key: admin
storage_timestamp: 1637523560
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":1637523275,"count":20,"index":{"":{"key":"","storage_key":"","template":null,"storage_timestamp":1637171414,"children":{"01.home":1637171185,"02.about":1637171185,"03.departments":1637171185,"04.blog":1637171185,"05.contact":1637171185,"06.category":1637171185},"checksum":"c9c40f9d2cc8a6db2ab3fcf41fc0785d"},"01.home":{"key":"home","storage_key":"01.home","template":"default","storage_timestamp":1637171185,"markdown":{"":{"default":1637171185}},"children":{"_departments":1637171185,"_doctors":1637171185,"_hero":1637171185,"_steps":1637171185,"_welcome":1637171185},"checksum":"951555378cc62f80048174e3587724f4"},"01.home\/_departments":{"key":"home\/_departments","storage_key":"01.home\/_departments","template":"departments","storage_timestamp":1637171185,"markdown":{"":{"departments":1637171185}},"checksum":"3174787120829ef92ca90d347473261b"},"01.home\/_doctors":{"key":"home\/_doctors","storage_key":"01.home\/_doctors","template":"doctors","storage_timestamp":1637171185,"markdown":{"":{"doctors":1637171185}},"checksum":"f6e18b343085e27f458295f968ebcf8d"},"01.home\/_hero":{"key":"home\/_hero","storage_key":"01.home\/_hero","template":"hero","storage_timestamp":1637171185,"markdown":{"":{"hero":1637171185}},"checksum":"9a78d1fee0bf83aea89c0549210399c9"},"01.home\/_steps":{"key":"home\/_steps","storage_key":"01.home\/_steps","template":"steps","storage_timestamp":1637171185,"markdown":{"":{"steps":1637171185}},"checksum":"8f8a1f636a2459d3de7ca401a3aecd61"},"01.home\/_welcome":{"key":"home\/_welcome","storage_key":"01.home\/_welcome","template":"welcome","storage_timestamp":1637171185,"markdown":{"":{"welcome":1637171185}},"checksum":"279b4b386945ad6cc1e394860a911ea7"},"02.about":{"key":"about","storage_key":"02.about","template":"about","storage_timestamp":1637171185,"markdown":{"":{"about":1637171185}},"checksum":"6515e7cf900d277d531b807c5f23620d"},"03.departments":{"key":"departments","storage_key":"03.departments","template":"departments","storage_timestamp":1637171185,"markdown":{"":{"departments":1637171185}},"children":{"01.dentistry":1637171185,"02.cardiology":1637171185,"03.ent-specialists":1637171185,"04.astrology":1637171185,"05.neuroanatomy":1637171185,"06.blood-screening":1637171185},"checksum":"4e8e3369fa489a54acc830594bf32ebc"},"03.departments\/01.dentistry":{"key":"departments\/dentistry","storage_key":"03.departments\/01.dentistry","template":"single","storage_timestamp":1637171185,"markdown":{"":{"single":1637171185}},"checksum":"7d0c94893d19680f51d6411adea662c3"},"03.departments\/02.cardiology":{"key":"departments\/cardiology","storage_key":"03.departments\/02.cardiology","template":"single","storage_timestamp":1637171185,"markdown":{"":{"single":1637171185}},"checksum":"b484dbb0e11d35db186bef8038642103"},"03.departments\/03.ent-specialists":{"key":"departments\/ent-specialists","storage_key":"03.departments\/03.ent-specialists","template":"single","storage_timestamp":1637171185,"markdown":{"":{"single":1637171185}},"checksum":"4e41f36828cd1ce694f3a94de757beaa"},"03.departments\/04.astrology":{"key":"departments\/astrology","storage_key":"03.departments\/04.astrology","template":"single","storage_timestamp":1637171185,"markdown":{"":{"single":1637171185}},"checksum":"bf2f8dafffdcafb40cc994df1b537fbc"},"03.departments\/05.neuroanatomy":{"key":"departments\/neuroanatomy","storage_key":"03.departments\/05.neuroanatomy","template":"single","storage_timestamp":1637171185,"markdown":{"":{"single":1637171185}},"checksum":"0952bc1b6626c4e2e4eea992ff855b3b"},"03.departments\/06.blood-screening":{"key":"departments\/blood-screening","storage_key":"03.departments\/06.blood-screening","template":"single","storage_timestamp":1637171185,"markdown":{"":{"single":1637171185}},"checksum":"fe9dd8a4f22541d134664c33b734e164"},"04.blog":{"key":"blog","storage_key":"04.blog","template":"blog","storage_timestamp":1637171185,"markdown":{"":{"blog":1637171185}},"children":{"01.hello-world":1637171185,"02.bye":1637171185},"checksum":"22a39c9a08dfd7552ecfd790abf80ae4"},"04.blog\/01.hello-world":{"key":"blog\/hello-world","storage_key":"04.blog\/01.hello-world","template":"post","storage_timestamp":1637171185,"markdown":{"":{"post":1637171185}},"checksum":"a20c0261edc11f3e33cb572843ce4de4"},"04.blog\/02.bye":{"key":"blog\/bye","storage_key":"04.blog\/02.bye","template":"post","storage_timestamp":1637171185,"markdown":{"":{"post":1637171185}},"checksum":"ca30276d843a51a757a34c04745ac362"},"05.contact":{"key":"contact","storage_key":"05.contact","template":"contact","storage_timestamp":1637171185,"markdown":{"":{"contact":1637171185}},"checksum":"492e28ed9eba2be28549b9476c0976c5"},"06.category":{"key":"category","storage_key":"06.category","template":"category","storage_timestamp":1637171185,"markdown":{"":{"category":1637171185}},"checksum":"6d1da0d3b5b66fdf6041b306885e0edd"}}}
Empty file added data/licenses.yaml
Empty file.
Loading

0 comments on commit 18b7546

Please sign in to comment.