Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpadilha committed Jun 9, 2024
1 parent 551e0d0 commit b291907
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ comments: false
<p><a href="https://www.credly.com/users/ryan-padilha" target="_blank">Credly Badges</a> </p>
<p><strong>Download my complete resume</strong></p>
<ul style="list-style-type: none; margin: 0; padding-left: 15px;">
<li style="padding-bottom: 20px;"><a href="https://ryanpadilha.com.br/resume/cv-ryanpadilha-en-2024v8.pdf" class="bold" target="_resume_en"><img src="/assets/images/usa-flag.webp" class="img-fluid" style="width: 45px;" alt="Resume English version"> &nbsp; English version</a></li>
<li><a href="https://ryanpadilha.com.br/resume/cv-ryanpadilha-pt-2024v8.pdf" class="bold" target="_resume_pt"><img src="/assets/images/brazil-flag.webp" class="img-fluid" style="width: 45px;" alt="Resume Portuguese version"> &nbsp; Portuguese version</a></li>
<li style="padding-bottom: 20px;"><a href="https://assets.ryanpadilha.com.br/resume/cv-ryanpadilha-en-2024v8.pdf" class="bold" target="_resume_en"><img src="/assets/images/usa-flag.webp" class="img-fluid" style="width: 45px;" alt="Resume English version"> &nbsp; English version</a></li>
<li><a href="https://assets.ryanpadilha.com.br/resume/cv-ryanpadilha-pt-2024v8.pdf" class="bold" target="_resume_pt"><img src="/assets/images/brazil-flag.webp" class="img-fluid" style="width: 45px;" alt="Resume Portuguese version"> &nbsp; Portuguese version</a></li>
</ul>

</div>
Expand Down
67 changes: 67 additions & 0 deletions s3_website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# You can remove the first two lines to have credentials read from
# the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or
# ~/.aws/credentials.
s3_id: YOUR_AWS_S3_ACCESS_KEY_ID
s3_secret: YOUR_AWS_S3_SECRET_ACCESS_KEY
s3_bucket: ryanpadilha.com.br

# set session_token if using temporary credentials with a session token (eg: when assuming a role)
# session_token: YOUR_AWS_S3_SESSION_TOKEN

# Below are examples of all the available configurations.
# See README for more detailed info on each of them.

# site: path-to-your-website

# index_document: index.html
# error_document: error.html

# max_age:
# "assets/*": 6000
# "*": 300

# gzip:
# - .html
# - .css
# - .md
# gzip_zopfli: true

# See http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region for valid endpoints
# s3_endpoint: ap-northeast-1

# ignore_on_server: that_folder_of_stuff_i_dont_keep_locally

# exclude_from_upload:
# - those_folders_of_stuff
# - i_wouldnt_want_to_upload

# s3_reduced_redundancy: true

# cloudfront_distribution_id: your-dist-id

# cloudfront_distribution_config:
# default_cache_behavior:
# min_ttl: <%= 60 * 60 * 24 %>
# aliases:
# quantity: 1
# items:
# - your.website.com

# cloudfront_invalidate_root: true

cloudfront_wildcard_invalidation: true

# concurrency_level: 5

# redirects:
# index.php: /
# about.php: about.html
# music-files/promo.mp4: http://www.youtube.com/watch?v=dQw4w9WgXcQ

# routing_rules:
# - condition:
# key_prefix_equals: blog/some_path
# redirect:
# host_name: blog.example.com
# replace_key_prefix_with: some_new_path/
# http_redirect_code: 301
2 changes: 1 addition & 1 deletion site/_config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
host: 0.0.0.0
host: ryanpadilha.com.br

0 comments on commit b291907

Please sign in to comment.