diff --git a/_config.yml b/_config.yml index 301fb2ad76d..e20e25611a6 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ theme: jekyll-theme-chirpy # Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites # and doesn't have a custom domain. -baseurl: "" +baseurl: "/LJsec" # The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm # If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed, @@ -13,23 +13,23 @@ baseurl: "" lang: en # Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone -timezone: Asia/Shanghai +timezone: Europe/London # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: LJsec # the main title -tagline: A text-focused Jekyll theme # it will display as the sub-title +tagline: A security blog focussed around Microsoft security technologies. # 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 security blog focused around Microsoft security technologies # fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -url: "" +url: "https://LiamWBA.github.io" github: - username: github_username # change to your github username + username: LiamWBA # change to your github username twitter: username: twitter_username # change to your twitter username @@ -37,12 +37,12 @@ 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: LJ + email: # 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 - - https://github.com/username # change to your github homepage + - https://github.com/LiamWBA # change to your github homepage # Uncomment below to add more social links # - https://www.facebook.com/username # - https://www.linkedin.com/in/username @@ -73,10 +73,17 @@ theme_mode: # [light|dark] # will be added to all image (site avatar & posts' images) paths starting with '/' # # e.g. 'https://cdn.com' +<<<<<<< HEAD img_cdn: # the avatar on sidebar, support local or CORS resources avatar: +======= +img_cdn: "" + +# the avatar on sidebar, support local or CORS resources +avatar: "assets/img/favicons/Avatar.png" +>>>>>>> 5fbb39fa3b648f9af40c8fce7ac2277bd25885c4 # boolean type, the global switch for TOC in posts. toc: true @@ -104,10 +111,10 @@ comments: # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: self_host: - enabled: # boolean, keep empty means false + enabled: false # boolean, keep empty means false # specify the Jekyll environment, empty means both # only works if `assets.self_host.enabled` is 'true' - env: # [development|production] + env: development # [development|production] pwa: enabled: true # the option for PWA feature diff --git a/_sass/addon/variables.scss b/_sass/addon/variables.scss index 0c682811cb7..8519c18f197 100644 --- a/_sass/addon/variables.scss +++ b/_sass/addon/variables.scss @@ -23,5 +23,6 @@ $code-font-size: 0.85rem !default; /* fonts */ -$font-family-base: 'Source Sans Pro', 'Microsoft Yahei', sans-serif; +/*$font-family-base: 'Source Sans Pro', 'Microsoft Yahei', sans-serif;*/ $font-family-heading: Lato, 'Microsoft Yahei', sans-serif; +$font-family-base: 'Cantarell', sans-serif; diff --git a/assets/img/CategoryCovers/EngineRoom.png b/assets/img/CategoryCovers/EngineRoom.png new file mode 100644 index 00000000000..12607000f24 Binary files /dev/null and b/assets/img/CategoryCovers/EngineRoom.png differ diff --git a/assets/img/CategoryCovers/EngineRoom1.png b/assets/img/CategoryCovers/EngineRoom1.png new file mode 100644 index 00000000000..72e30b9ec6f Binary files /dev/null and b/assets/img/CategoryCovers/EngineRoom1.png differ diff --git a/assets/img/EngineeringContent/DFCStructure-2.jpg b/assets/img/EngineeringContent/DFCStructure-2.jpg new file mode 100644 index 00000000000..f52203bd3af Binary files /dev/null and b/assets/img/EngineeringContent/DFCStructure-2.jpg differ diff --git a/assets/img/EngineeringContent/DfCArchitecture.drawio-2.png b/assets/img/EngineeringContent/DfCArchitecture.drawio-2.png new file mode 100644 index 00000000000..7a2904d6695 Binary files /dev/null and b/assets/img/EngineeringContent/DfCArchitecture.drawio-2.png differ diff --git a/assets/img/favicons/Avatar.png b/assets/img/favicons/Avatar.png new file mode 100644 index 00000000000..7263b4abd6c Binary files /dev/null and b/assets/img/favicons/Avatar.png differ diff --git a/assets/img/favicons/android-chrome-192x192.png b/assets/img/favicons/android-chrome-192x192.png index a949d2fe5d1..eb9136d7343 100644 Binary files a/assets/img/favicons/android-chrome-192x192.png and b/assets/img/favicons/android-chrome-192x192.png differ diff --git a/assets/img/favicons/android-chrome-512x512.png b/assets/img/favicons/android-chrome-512x512.png index a0cdd950b35..4f745723f28 100644 Binary files a/assets/img/favicons/android-chrome-512x512.png and b/assets/img/favicons/android-chrome-512x512.png differ diff --git a/assets/img/favicons/apple-touch-icon.png b/assets/img/favicons/apple-touch-icon.png index 648097f4fc7..c268cd8e313 100644 Binary files a/assets/img/favicons/apple-touch-icon.png and b/assets/img/favicons/apple-touch-icon.png differ diff --git a/assets/img/favicons/favicon-16x16.png b/assets/img/favicons/favicon-16x16.png index f44237a9a42..ac58dfbc0ad 100644 Binary files a/assets/img/favicons/favicon-16x16.png and b/assets/img/favicons/favicon-16x16.png differ diff --git a/assets/img/favicons/favicon-32x32.png b/assets/img/favicons/favicon-32x32.png index d5d021d85c8..2d14af7c970 100644 Binary files a/assets/img/favicons/favicon-32x32.png and b/assets/img/favicons/favicon-32x32.png differ diff --git a/assets/img/favicons/favicon.ico b/assets/img/favicons/favicon.ico index 561156802e6..84050d72840 100644 Binary files a/assets/img/favicons/favicon.ico and b/assets/img/favicons/favicon.ico differ diff --git a/assets/img/favicons/mstile-150x150.png b/assets/img/favicons/mstile-150x150.png index c0d045e25de..f75fd701296 100644 Binary files a/assets/img/favicons/mstile-150x150.png and b/assets/img/favicons/mstile-150x150.png differ diff --git a/assets/img/favicons/safari-pinned-tab.svg b/assets/img/favicons/safari-pinned-tab.svg new file mode 100644 index 00000000000..6effc6f9afa --- /dev/null +++ b/assets/img/favicons/safari-pinned-tab.svg @@ -0,0 +1,57 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/assets/img/icons/ARM.png b/assets/img/icons/ARM.png new file mode 100644 index 00000000000..fd9850322c7 Binary files /dev/null and b/assets/img/icons/ARM.png differ diff --git a/assets/img/icons/Cosmos.jpeg b/assets/img/icons/Cosmos.jpeg new file mode 100644 index 00000000000..cfefd4eb453 Binary files /dev/null and b/assets/img/icons/Cosmos.jpeg differ diff --git a/assets/img/icons/Cosmos.png b/assets/img/icons/Cosmos.png new file mode 100644 index 00000000000..42cbbbe0b3c Binary files /dev/null and b/assets/img/icons/Cosmos.png differ diff --git a/assets/img/icons/Devops.webp b/assets/img/icons/Devops.webp new file mode 100644 index 00000000000..54a27d488bb Binary files /dev/null and b/assets/img/icons/Devops.webp differ diff --git a/assets/img/icons/Dfe.png b/assets/img/icons/Dfe.png new file mode 100644 index 00000000000..9b95abf14a4 Binary files /dev/null and b/assets/img/icons/Dfe.png differ diff --git a/assets/img/icons/Function app.png b/assets/img/icons/Function app.png new file mode 100644 index 00000000000..93ce3792cf6 Binary files /dev/null and b/assets/img/icons/Function app.png differ diff --git a/assets/img/icons/MSSQL.png b/assets/img/icons/MSSQL.png new file mode 100644 index 00000000000..9cbfcd5c836 Binary files /dev/null and b/assets/img/icons/MSSQL.png differ diff --git a/assets/img/icons/PBI.png b/assets/img/icons/PBI.png new file mode 100644 index 00000000000..b7acc7f2203 Binary files /dev/null and b/assets/img/icons/PBI.png differ diff --git a/assets/img/icons/Sentinel.png b/assets/img/icons/Sentinel.png new file mode 100644 index 00000000000..3d9f9335f10 Binary files /dev/null and b/assets/img/icons/Sentinel.png differ diff --git a/assets/img/icons/logic.png b/assets/img/icons/logic.png new file mode 100644 index 00000000000..f34e9d933e0 Binary files /dev/null and b/assets/img/icons/logic.png differ