diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 15a0e780b..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,13 +0,0 @@ -# These are supported funding model platforms - -github: jeffreytse # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: jeffreytse -open_collective: # Replace with a single Open Collective username -ko_fi: jeffreytse -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: jeffreytse -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] - diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml deleted file mode 100644 index 9528f5967..000000000 --- a/.github/workflows/build-jekyll.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Github Pages - -on: - push: - branches: - - master # Here source code branch is `master`, it could be other branch - -jobs: - build_and_deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - # Use GitHub Actions' cache to cache dependencies on servers - - uses: actions/cache@v1 - with: - path: vendor/bundle - key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} - restore-keys: | - ${{ runner.os }}-gems- - - # Use GitHub Deploy Action to build and deploy to Github - - uses: jeffreytse/jekyll-deploy-action@master - with: - provider: 'github' - token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT) - repository: '' # Default is current repository - branch: 'gh-pages' # Default is gh-pages for github provider - jekyll_src: './' # Default is root directory - jekyll_cfg: '_config.yml' # Default is _config.yml - jekyll_baseurl: '/jekyll-theme-yat' # Default is empty - cname: '' # Default is to not use a cname - actor: '' # Default is the GITHUB_ACTOR diff --git a/_config.yml b/_config.yml index f01e1d573..16d81afbb 100644 --- a/_config.yml +++ b/_config.yml @@ -24,9 +24,9 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Your awesome title -email: your-email@domain.com -author: GitHub User +title: Batoul Alkhalaf +email: batoulalkhalaf9@gmail.com +author: Batoul # Copyright setting # You can use any html code, currently below placeholders are available: @@ -38,18 +38,16 @@ author: GitHub User # # For example: # "Copyright (c) 2017-{currentYear} {author}" -# "Copyright © 2017-2021 Foobar" +# "Copyright © 2017-2021 Foobar" # -copyright: "Unpublished Work (cleft) 2017-{currentYear} {author}" +copyright: "Unpublished Work (cleft) 2017-{currentYear} {batoul}" -description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. +description: # i'm a entry level full stack developer, seeking to find a job opportunity where i can develop my skills, +# and provide my knowledge to the company and the team I work with. -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -favicon: "" # the favicon for your site +baseurl: # the subpath of your site, e.g. /blog +url: # the base hostname & protocol for your site, e.g. http://example.com +favicon: # the favicon for your site # Yat date format # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this diff --git a/_data/defaults.yml b/_data/defaults.yml index 0e1b69a6f..700a5da07 100644 --- a/_data/defaults.yml +++ b/_data/defaults.yml @@ -1,4 +1,4 @@ home: - heading: "your awesome title" - subheading: "your awesome subheading" + heading: "full stack developer" + subheading: "land a tech job in just 6 months" banner: "your awesome url" diff --git a/_data/translate_langs.yml b/_data/translate_langs.yml index 188071293..f7f8ce660 100644 --- a/_data/translate_langs.yml +++ b/_data/translate_langs.yml @@ -4,6 +4,14 @@ - lang: en img: https://cdn.countryflags.com/thumbs/united-states-of-america/flag-400.png text: English + +- lang: de + img: https://cdn.countryflags.com/thumbs/germany/flag-400.png + text: Germany + +- lang: ar + img: https://cdn.countryflags.com/thumbs/egypt/flag-400.png + text: Egypt - lang: fr img: https://cdn.countryflags.com/thumbs/france/flag-400.png @@ -25,10 +33,6 @@ img: https://cdn.countryflags.com/thumbs/russia/flag-400.png text: Russian -- lang: de - img: https://cdn.countryflags.com/thumbs/germany/flag-400.png - text: Germany + -- lang: ar - img: https://cdn.countryflags.com/thumbs/egypt/flag-400.png - text: Egypt + diff --git a/_includes/views/footer.html b/_includes/views/footer.html index 4c2707e59..928f0c823 100644 --- a/_includes/views/footer.html +++ b/_includes/views/footer.html @@ -12,10 +12,7 @@ | replace: '(cleft)', '©' -%}