From d76b1e324b80f4f0c358f2c448fd66faf9b79b84 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Sun, 26 Nov 2023 17:46:28 -0600 Subject: [PATCH] New changes to config and static assets enabled in workflow --- .github/workflows/pages-deploy.yml | 2 +- _config.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 87089c92f05..769f0972859 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - # submodules: true + submodules: true # If using the 'assets' git submodule from Chirpy Starter, uncomment above # (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets) diff --git a/_config.yml b/_config.yml index 4e326249b1a..597bf37ede5 100644 --- a/_config.yml +++ b/_config.yml @@ -9,21 +9,21 @@ theme: jekyll-theme-chirpy lang: en # Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker -timezone: Asia/Shanghai +timezone: America/Chicago # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: Computer Science Apprentice # the main title -tagline: A text-focused Jekyll theme # it will display as the sub-title +tagline: The path of continuous learning # it will display as the sub-title description: >- # used by seo meta and the atom feed - A minimal, responsive and feature-rich Jekyll theme for technical writing. + A collection of practical hands on examples to help understand concepts and technologies that can help in your job or while applying for a job # Fill in the protocol & hostname for your site. # e.g. 'https://username.github.io', note that it does not end with a '/'. -url: "" +url: "https://www.csapprentice.org" github: username: github_username # change to your github username @@ -34,8 +34,8 @@ twitter: social: # Change to your full name. # It will be displayed as the default author of the posts and the copyright owner in the Footer - name: your_full_name - email: example@domain.com # change to your email address + name: Guillermo Cabrera + email: guicaro@gmail.com # change to your email address links: # The first element serves as the copyright owner's link - https://twitter.com/username # change to your twitter homepage @@ -101,7 +101,7 @@ comments: # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: self_host: - enabled: # boolean, keep empty means false + enabled: true # boolean, keep empty means false # specify the Jekyll environment, empty means both # only works if `assets.self_host.enabled` is 'true' env: # [development|production]