diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index d9f90ab1..00000000 --- a/.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 4 -trim_trailing_whitespace = true - -[*.md] -trim_trailing_whitespace = false - -[*.{yml,yaml}] -indent_size = 2 \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2cdc94bc..00000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*.gem -.bundle -.sass-cache -_site -Gemfile.lock -.idea -.DS_Store \ No newline at end of file diff --git a/404.md b/404.md index 97b59539..6c13b8a6 100644 --- a/404.md +++ b/404.md @@ -1,6 +1,5 @@ --- title: "404" -excerpt: "Page Not Found" permalink: 404.html indexing: false sitemap: false diff --git a/Gemfile b/Gemfile deleted file mode 100644 index c29edd90..00000000 --- a/Gemfile +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -source "https://rubygems.org" -gemspec - -group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" - gem "jekyll-sitemap" - gem "jekyll-paginate" - gem "jekyll-seo-tag" - gem 'jekyll-redirect-from' -end - diff --git a/README.md b/README.md index 3e07370d..792cc17c 100644 --- a/README.md +++ b/README.md @@ -1,65 +1 @@ -# bulma-clean-theme - -[![Gem Version](https://badge.fury.io/rb/bulma-clean-theme.svg)](https://badge.fury.io/rb/bulma-clean-theme) -![Gem](https://img.shields.io/gem/dt/bulma-clean-theme.svg) - -This is a clean and simple Jekyll Theme built with the [Bulma](https://bulma.io/) framework, providing a modern-looking site to start with. - -The theme uses [Alpine.js](https://github.com/alpinejs/alpine) for its interactive components, such as mobile navbar and notifications. - -## Contents - -* [Installation](#installation) -* [Documentation](#documentation) -* [Contributing](#contributing) -* [Development](#development) -* [Licence](#licence) - - -## Installation - -Add this line to your Jekyll site's `Gemfile`: - -```ruby -gem "bulma-clean-theme" -``` - -And add this line to your Jekyll site's `_config.yml`: - -```yaml -theme: bulma-clean-theme -``` - -If you are deploying to GitHub pages, then you can also install the [GitHub Pages gem](https://github.com/github/pages-gem) and use `remote_theme` instead of `theme` in your `_config.yml`. **Note that the GitHub Pages gem requires Jekyll version 3.9.** - -```yaml -# With GitHub Pages Gem -remote_theme: chrisrhymes/bulma-clean-theme -``` - -And then execute: - - $ bundle - -Or install it yourself as: - - $ gem install bulma-clean-theme - -## Documentation - -Check out the demo site for the [Documentation](https://www.csrhymes.com/bulma-clean-theme/docs/) - -## Contributing - -Bug reports and pull requests are welcome on GitHub at https://github.com/chrisrhymes/bulma-clean-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. - -## Development - -To set up your environment to develop this theme, run `bundle install`. - -Your theme is set up just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal. - -## License - -The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). - +# PowershellScripts.github.io diff --git a/_config.yml b/_config.yml index 11d208ab..f1e2fd0c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Set theme -# theme: bulma-clean-theme +remote_theme: chrisrhymes/bulma-clean-theme # daviddarnes/alembic@main # File excludes @@ -9,6 +9,17 @@ exclude: - Gemfile.lock # Set plugins +plugins: +- jekyll-sitemap +- jekyll-mentions +- jekyll-paginate +- jekyll-seo-tag +- jekyll-redirect-from +- jekyll-feed +- jekyll-commonmark +- jekyll-include-cache +- jemoji +- jekyll-remote-theme # Site settings url: 'https://powershellscripts.github.io/' diff --git a/_data/docs_menu.yml b/_data/docs_menu.yml index ca3f6e95..c610a0b3 100644 --- a/_data/docs_menu.yml +++ b/_data/docs_menu.yml @@ -1,63 +1,169 @@ - label: Power Platform items: - name: 'Express Design: Your app in minutes' - link: /articles/English/PowerPlatform/Express Design Your app in minutes/ - - name: 'Who created most flows?' - link: /articles/English/PowerPlatform/Who created most flows/ - - name: 'Recycle vs delete SharePoint list' - link: /articles/English/PowerPlatform/Recycle vs Delete SharePoint list/ - + link: /articles/en/PowerPlatform/expressdesign/ + - name: Who created most flows? + link: /articles/en/PowerPlatform/Who created most flows/ + - name: Recycle vs delete SharePoint list + link: /articles/en/PowerPlatform/Recycle vs Delete SharePoint list/ + - name: Site Pages library in Power Automate Flow + link: /articles/en/PowerPlatform/sitepages/ + - name: Create Dropdown Fields for User Input in Power Automate + link: /articles/en/PowerPlatform/dropdownuserinput + - name: Cannot call a child flow + link: /articles/en/PowerPlatform/cannotcallchildflow - label: Information Protection items: - name: Site classification with PnP - link: /articles/English/InformationProtection/Your SharePoint Online site classification with PnP/ + link: /articles/en/InformationProtection/Your SharePoint Online site classification with PnP/ - name: Audit your sensitivity labels with Powershell - link: /articles/English/InformationProtection/Audit your sensitivity labels with Powershell/ + link: /articles/en/InformationProtection/Audit your sensitivity labels with Powershell/ + - name: Compare admin role permissions + link: /articles/en/InformationProtection/compareroles/ + - name: Run As Admin + link: /articles/en/InformationProtection/runasadmin/ - label: SharePoint Online items: - name: Customize your site header using PnP - link: /articles/English/SharePointOnline/Customize your site header using PnP/ - - name: Generate SharePoint theme using Theme Generator tool - link: /articles/English/SharePointOnline/Generate SharePoint theme using Theme Generator tool/ + link: /articles/en/SharePointOnline/setsiteheaderPnP/ + - name: Customize your page header + link: /articles/en/SharePointOnline/custompageheader + - name: Create SharePoint theme using Theme Generator tool + link: /articles/en/SharePointOnline/Create SharePoint theme using Theme Generator tool/ - name: Migrate OneDrive across tenants - link: /articles/English/SharePointOnline/Migrate OneDrive across tenants/ + link: /articles/en/SharePointOnline/Migrate OneDrive across tenants/ - name: Add content type using Powershell and CSOM - link: /articles/English/SharePointOnline/Add content type/ + link: /articles/en/SharePointOnline/Add content type/ - name: SharePoint content types in Powershell - known errors - link: /articles/English/SharePointOnline/SharePoint content types in Powershell - known errors + link: /articles/en/SharePointOnline/SharePoint content types in Powershell - known errors - name: SharePoint content types - fieldlinks and fields - link: /articles/English/SharePointOnline/SharePoint content types - fieldlinks and fields + link: /articles/en/SharePointOnline/ctfieldlinks + - name: Find content type ID + link: /articles/en/SharePointOnline/findctid + - name: Find content type ID using Powershell + link: /articles/en/SharePointOnline/findctIDPS + - name: Enable content type management + link: /articles/en/spo/enablect/ + - name: List SharePoint content types + link: /articles/en/spo/ctget/ + - name: How to create SharePoint content type + link: /articles/en/spo/cthowtocreate - name: Export your folder structure to XML using Powershell - link: /articles/English/SharePointOnline/Exportfolderstructure - + link: /articles/en/SharePointOnline/Exportfolderstructure + - name: Easy way to create CAML Query for list view + link: /articles/en/SharePointOnline/CAMLQueryForListView + - name: Hide Teams Prompt + link: /articles/en/SharePointOnline/HideTeamsPrompt + - name: Conditional query in PNP Search Webpart + link: /articles/en/SharePointOnline/pnpsearchqcond + - name: PnP Search query examples with KQL + link: /articles/en/SharePointOnline/pnpsearchqex + - name: Add SharePoint site permissions to a group using PnP + link: /articles/en/SharePointOnline/addpermgroup + - name: SharePoint Claims Deep Dive + link: /articles/en/SharePointOnline/spoclaims + - name: Update SharePoint list item without changing the modified date + link: /articles/en/SharePointOnline/systemupdateitem + - name: Update SharePoint folder without creating a new version + link: /articles/en/SharePointOnline/systemupdatefolder + - name: Count files in a folder using Powershell + link: /articles/en/SharePointOnline/countfiles + - name: Count files or items with unique permissions using Powershell + link: /articles/en/SharePointOnline/countfilesunique + - name: Get version history programmatically + link: /articles/en/SharePointOnline/getversionhistory + - name: SharePoint list view - hide new button + link: /articles/en/spo/hidebuttons + - name: Compare SharePoint tenant settings + link: /articles/en/spo/comparetenants + - name: Create SharePoint dashboard + link: /articles/en/spo/createdashboard + - name: Disable attachments in SharePoint list + link: /articles/en/spo/disableattachments + - name: Create download link to SharePoint file + link: /articles/en/spo/downloadable + - name: Report on files with unique permissions + link: /articles/en/spo/listfilesunique - label: Viva items: - name: Add Viva Engage to your SharePoint pages - link: /articles/English/Viva/Add Viva Engage to your SharePoint pages/ + link: /articles/en/Viva/Add Viva Engage to your SharePoint pages/ - name: Post as a leader to specific groups - link: /articles/English/Viva/Post as a leader to specific groups/ + link: /articles/en/Viva/leaderpost/ + - name: How to post as a delegate + link: /articles/en/Viva/How to post as delegate/ + - name: How to close a conversation + link: /articles/en/Viva/Closeconversation/ + - name: Manage Viva Engage with Graph API + link: /articles/en/Viva/vivagraphapi/ + - name: Leaders vs corporate communicators + link: /articles/en/Viva/leadervscommunicator/ + - name: Remove a Viva Engage leader + link: /articles/en/Viva/removeleader/ + - name: Move conversation + link: /articles/en/Viva/MoveConversation/ + - name: Viva Engage Community Admin + link: /articles/en/Viva/communityadmin/ + - name: Remove Community Resources in Viva Engage + link: /articles/en/Viva/removeresources/ + - name: View Analytics in Viva Engage + link: /articles/en/Viva/viewanalytics/ + - name: Why use Viva? + link: /articles/en/Viva/whyviva/ + - name: Viva Engage vs Teams + link: /articles/en/Viva/vivavsteams/ + - name: Monitor Viva Engage conversations + link: /articles/en/Viva/monitorconversations/ + - name: How to leave Viva Engage community + link: /articles/en/Viva/leavecommunity/ + - name: How to post announcement in Viva Engage + link: /articles/en/Viva/postannouncement/ + - name: How to post to multiple communities in Viva Engage + link: /articles/en/Viva/postmultiplecommunities/ + - name: Auto-translate Viva Engage posts + link: /articles/en/Viva/translate/ + - name: Private content mode will retire as of June 30th, 2025 + link: /articles/en/Viva/privatecontentmode/ + - name: Change language of your Viva Engage + link: /articles/en/Viva/changelanguage/ + + +- label: Copilot + items: + - name: Copilot Control System + link: /articles/en/copilot/controlsystem + - name: How do I get to Copilot Dashboard? + link: /articles/en/copilot/copilotdashboard + - name: How to adjust Copilot settings? + link: /articles/en/copilot/adjustcopilotsettings + - name: How to unpin Copilot chat? + link: /articles/en/copilot/unpincopilotchat + - label: Server items: - name: Office Online Server Troubleshooting in Sharepoint Environment - link: /articles/English/Server/Office Online Server Troubleshooting in Sharepoint Environment/ + link: /articles/en/Server/Office Online Server Troubleshooting in Sharepoint Environment/ - name: SharePoint Server - Troubleshooting Workflow Farm - link: /articles/English/Server/SharePoint Server - Troubleshooting Workflow Farm/ + link: /articles/en/Server/SharePoint Server - Troubleshooting Workflow Farm/ + - name: SharePoint Missing Access Request Settings + link: /articles/en/Server/MissingAccessRequestSettings/ + -- label: Azure +- label: Diverse items: + - name: Modify Microsoft 365 group settings + link: /articles/en/Other/m365groupsettings/ + - name: Exchange Online - What mailboxes User has access to? + link: /articles/en/Other/mailboxes/ + - name: Customize Microsoft 365 login page + link: /articles/en/Other/customizesignin/ - name: Securing Azure Functions - link: /articles/English/Azure/Securing Azure Functions/ - - name: Securing Azure Functions - Design Considerations - link: /articles/English/Azure/Securing Azure Functions - Design/ - - name: Securing Azure Functions - Scope - link: /articles/English/Azure/Securing Azure Functions - Scope/ - - name: Securing Azure Functions - API Management Policies - link: /articles/English/Azure/Securing Azure Functions - API/ - - name: Securing Azure Functions - Tooling - link: /articles/English/Azure/Securing Azure Functions-Tooling/ + link: /articles/en/Other/SecuringAzureFunctions/ + - name: ExchangeOnlineManagement fails to connect + link: /articles/en/Other/exologinfails/ \ No newline at end of file diff --git a/_data/docs_menu_co.yml b/_data/docs_menu_co.yml new file mode 100644 index 00000000..64acb2ab --- /dev/null +++ b/_data/docs_menu_co.yml @@ -0,0 +1,10 @@ + +- label: Copilot + items: + - name: Copilot Control System + link: /articles/en/copilot/controlsystem + - name: How do I get to Copilot Dashboard? + link: /articles/en/copilot/copilotdashboard + - name: How to adjust Copilot settings? + link: /articles/en/copilot/adjustcopilotsettings + diff --git a/_data/docs_menu_ve.yml b/_data/docs_menu_ve.yml new file mode 100644 index 00000000..7d6b98a3 --- /dev/null +++ b/_data/docs_menu_ve.yml @@ -0,0 +1,43 @@ + +- label: Viva + items: + - name: Add Viva Engage to your SharePoint pages + link: /articles/en/Viva/Add Viva Engage to your SharePoint pages/ + - name: Post as a leader to specific groups + link: /articles/en/Viva/leaderpost/ + - name: How to post as a delegate + link: /articles/en/Viva/How to post as delegate/ + - name: How to close a conversation + link: /articles/en/Viva/Closeconversation/ + - name: Manage Viva Engage with Graph API + link: /articles/en/Viva/vivagraphapi/ + - name: Leaders vs corporate communicators + link: /articles/en/Viva/leadervscommunicator/ + - name: Remove a Viva Engage leader + link: /articles/en/Viva/removeleader/ + - name: Move conversation + link: /articles/en/Viva/MoveConversation/ + - name: Viva Engage Community Admin + link: /articles/en/Viva/communityadmin/ + - name: Remove Community Resources in Viva Engage + link: /articles/en/Viva/removeresources/ + - name: View Analytics in Viva Engage + link: /articles/en/Viva/viewanalytics/ + - name: Why use Viva? + link: /articles/en/Viva/whyviva/ + - name: Viva Engage vs Teams + link: /articles/en/Viva/vivavsteams/ + - name: Monitor Viva Engage conversations + link: /articles/en/Viva/monitorconversations/ + - name: How to leave Viva Engage community + link: /articles/en/Viva/leavecommunity/ + - name: How to post announcement in Viva Engage + link: /articles/en/Viva/postannouncement/ + - name: How to post to multiple communities in Viva Engage + link: /articles/en/Viva/postmultiplecommunities/ + - name: Auto-translate Viva Engage posts + link: /articles/en/Viva/translate/ + - name: Private content mode will retire as of June 30th, 2025 + link: /articles/en/Viva/privatecontentmode/ + - name: Change language of your Viva Engage + link: /articles/en/Viva/changelanguage/ diff --git a/_data/navigation.yml b/_data/navigation.yml index f7e9473c..073ba30e 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,28 +1,192 @@ -- name: Articles - link: /articles/ - -# - name: Example Pages -# link: /# -# dropdown: -# - name: Landing Page With Callouts -# link: /landing/ -# - name: Image Gallery -# link: /gallery/ -# - name: Recipe Page -# link: /example-recipe/ -# - name: Showcase -# link: /showcase/ -- name: Information Protection + +- name: Power Platform link: /# + dropdown: + - name: Express Design - Your app in minutes + link: /articles/en/PowerPlatform/expressdesign/ + - name: Who created most flows? + link: /articles/en/PowerPlatform/Who%20created%20most%20flows/ + - name: Recycle vs delete SharePoint list + link: /articles/en/PowerPlatform/Recycle%20vs%20Delete%20SharePoint%20list/ + - name: Site Pages library in Power Automate Flow + link: /articles/en/PowerPlatform/sitepages/ + - name: Create Dropdown Fields for User Input in Power Automate + link: /articles/en/PowerPlatform/dropdownuserinput + - name: Cannot call a child flow + link: /articles/en/PowerPlatform/cannotcallchildflow +- name: Information Protection + link: /# + dropdown: + - name: Site classification with PnP + link: /articles/en/InformationProtection/Your%20SharePoint%20Online%20site%20classification%20with%20PnP/ + - name: Audit your sensitivity labels with Powershell + link: /articles/en/InformationProtection/Audit%20your%20sensitivity%20labels%20with%20Powershell/ + - name: Compare admin role permissions + link: /articles/en/InformationProtection/compareroles/ + - name: Run As Admin + link: /articles/en/InformationProtection/runasadmin/ + - name: SharePoint Online link: /# + dropdown: + - name: Content Types + link: /# + dropdown: + - name: Add content type using Powershell and CSOM + link: /articles/en/SharePointOnline/Add%20content%20type/ + - name: Enable content type management + link: /articles/en/spo/enablect/ + - name: SharePoint content types in Powershell - known errors + link: /articles/en/SharePointOnline/SharePoint%20content%20types%20in%20Powershell%20-%20known%20errors + - name: SharePoint content types - fieldlinks and fields + link: /articles/en/SharePointOnline/ctfieldlinks + - name: Find content type ID + link: /articles/en/SharePointOnline/findctid + - name: Find content type ID using Powershell + link: /articles/en/SharePointOnline/findctIDPS + - name: List SharePoint content types + link: /articles/en/spo/ctget/ + - name: How to create SharePoint content type + link: /articles/en/spo/cthowtocreate + - name: Design and Branding + link: /# + dropdown: + - name: Customize your site header using PnP + link: /articles/en/SharePointOnline/setsiteheaderPnP/ + - name: Customize your page header + link: /articles/en/SharePointOnline/custompageheader + - name: Create SharePoint theme using Theme Generator tool + link: /articles/en/SharePointOnline/Create%20SharePoint%20theme%20using%20Theme%20Generator%20tool/ + - name: Permissions + link: /# + dropdown: + - name: Add SharePoint site permissions to a group using PnP + link: /articles/en/SharePointOnline/addpermgroup + - name: SharePoint Claims Deep Dive + link: /articles/en/SharePointOnline/spoclaims + - name: Count files or items with unique permissions using Powershell + link: /articles/en/SharePointOnline/countfilesunique + - name: Report on files with unique permissions + link: /articles/en/spo/listfilesunique + - name: Add users to SharePoint without sending them an email + link: /articles/en/spo/addusersnoemail + - name: Migrate OneDrive across tenants + link: /articles/en/SharePointOnline/Migrate%20OneDrive%20across%20tenants/ + - name: Export your folder structure to XML using Powershell + link: /articles/en/SharePointOnline/Exportfolderstructure + - name: Easy way to create CAML Query for list view + link: /articles/en/SharePointOnline/CAMLQueryForListView + - name: Hide teamify prompt + link: /articles/en/SharePointOnline/HideTeamsPrompt + - name: Conditional query in PNP Search Webpart + link: /articles/en/SharePointOnline/pnpsearchqcond + - name: PnP Search query examples with KQL + link: /articles/en/SharePointOnline/pnpsearchqex + - name: Update SharePoint list item without changing the modified date + link: /articles/en/SharePointOnline/systemupdateitem + - name: Update SharePoint folder without creating a new version + link: /articles/en/SharePointOnline/systemupdatefolder + - name: Count files in a folder using Powershell + link: /articles/en/SharePointOnline/countfiles + - name: Get version history programmatically + link: /articles/en/SharePointOnline/getversionhistory + - name: SharePoint list view - hide new button + link: /articles/en/spo/hidebuttons + - name: Compare SharePoint tenant settings + link: /articles/en/spo/comparetenants + - name: Create SharePoint dashboard + link: /articles/en/spo/createdashboard + - name: Disable attachments in SharePoint list + link: /articles/en/spo/disableattachments + - name: Create download link to SharePoint file + link: /articles/en/spo/downloadable -- name: Power Platform - link: /# + - name: Viva link: /# + dropdown: + - name: Add Viva Engage to your SharePoint pages + link: /articles/en/Viva/Add%20Viva%20Engage%20to%20your%20SharePoint%20pages/ + - name: Post as a leader to specific groups + link: /articles/en/Viva/leaderpost/ + - name: How to post as a delegate + link: /articles/en/Viva/How%20to%20post%20as%20delegate/ + - name: How to close a Viva Engage conversation + link: /articles/en/Viva/Closeconversation/ + - name: Manage Viva Engage with Graph API + link: /articles/en/Viva/vivagraphapi/ + - name: Leaders vs corporate communicators + link: /articles/en/Viva/leadervscommunicator/ + - name: Remove a Viva Engage leader + link: /articles/en/Viva/removeleader/ + - name: Move conversation + link: /articles/en/Viva/MoveConversation/ + - name: Viva Engage Community Admin + link: /articles/en/Viva/communityadmin/ + - name: Remove Community Resources in Viva Engage + link: /articles/en/Viva/removeresources/ + - name: View Analytics in Viva Engage + link: /articles/en/Viva/viewanalytics/ + - name: Why use Viva? + link: /articles/en/Viva/whyviva/ + - name: Viva Engage vs Teams + link: /articles/en/Viva/vivavsteams/ + - name: Monitor Viva Engage conversations + link: /articles/en/Viva/monitorconversations/ + - name: How to leave Viva Engage community + link: /articles/en/Viva/leavecommunity/ + - name: How to post announcement in Viva Engage + link: /articles/en/Viva/postannouncement/ + - name: How to post to multiple communities in Viva Engage + link: /articles/en/Viva/postmultiplecommunities/ + - name: Auto-translate Viva Engage posts + link: /articles/en/Viva/translate/ + - name: Private content mode will retire as of June 30th, 2025 + link: /articles/en/Viva/privatecontentmode/ + - name: Change language of your Viva Engage + link: /articles/en/Viva/changelanguage/ + + +- name: Copilot + link: /# + dropdown: + - name: Copilot Control System + link: /articles/en/copilot/controlsystem + - name: How do I get to Copilot Dashboard? + link: /articles/en/copilot/copilotdashboard + - name: How to adjust Copilot settings? + link: /articles/en/copilot/adjustcopilotsettings + - name: How to unpin Copilot chat? + link: /articles/en/copilot/unpincopilotchat + + + +- name: Server + link: /# + dropdown: + - name: Office Online Server Troubleshooting + link: /articles/en/Server/Office%20Online%20Server%20Troubleshooting%20in%20Sharepoint%20Environment/ + - name: SharePoint Server - Troubleshooting Workflow Farm + link: /articles/en/Server/SharePoint%20Server%20-%20Troubleshooting%20Workflow%20Farm/ + - name: SharePoint Missing Access Request Settings + link: /articles/en/Server/MissingAccessRequestSettings/ + + +- name: Other + link: /# + dropdown: + - name: Modify Microsoft 365 group settings + link: /articles/en/Other/m365groupsettings/ + - name: Exchange Online - What mailboxes User has access to? + link: /articles/en/Other/mailboxes/ + - name: Customize Microsoft 365 login page + link: /articles/en/Other/customizesignin/ + - name: Securing Azure Functions + link: /articles/en/Other/SecuringAzureFunctions/ + - name: ExchangeOnlineManagement fails to connect + link: /articles/en/Other/exologinfails/ - name: About Arleta link: /about/ diff --git a/_data/reviews/ABC123.yml b/_data/reviews/ABC123.yml deleted file mode 100644 index 23ed50ea..00000000 --- a/_data/reviews/ABC123.yml +++ /dev/null @@ -1,14 +0,0 @@ -- name: Mr Example - rating: 4 - title: Great product, highly recommended - date: 01/01/2019 - avatar: https://bulma.io/images/placeholders/128x128.png - description: > - The product worked really well. I would recommend this to most people to use. Delivery was quick and reasonable. - Would recommend this to my friends. -- name: Mrs R E View - rating: 5 - title: Nice, really liked this - date: 02/02/2019 - description: > - The product worked exactly as described. \ No newline at end of file diff --git a/_data/reviews/ABC124.yml b/_data/reviews/ABC124.yml deleted file mode 100644 index 079f0052..00000000 --- a/_data/reviews/ABC124.yml +++ /dev/null @@ -1,14 +0,0 @@ -- name: Mr E Xample - rating: 4 - title: Great product, highly recommended! - date: 01/01/2019 - avatar: https://bulma.io/images/placeholders/128x128.png - description: > - The product worked really well. I would recommend this to most people to use. Delivery was quick and reasonable. - Would recommend this to my friends. -- name: Mrs R E View - rating: 5 - title: Nice, really liked thisv - date: 02/02/2019 - description: > - The product worked exactly as described. \ No newline at end of file diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index 35855b45..860c2b18 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -1,10 +1,9 @@ - \ No newline at end of file + + + diff --git a/_includes/head-scripts.html b/_includes/head-scripts.html index ddb24e86..29d02f25 100644 --- a/_includes/head-scripts.html +++ b/_includes/head-scripts.html @@ -1 +1,2 @@ - \ No newline at end of file + + diff --git a/_includes/head.html b/_includes/head.html index 237a628f..ac7ccf8e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,7 @@ - + + + + {% unless site.hide_share_buttons %} {% endunless %} diff --git a/_includes/header.html b/_includes/header.html index 27c6710f..3fa29503 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,33 +10,76 @@ -