diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 743e7da8..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: chrisrhymes -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -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: # Replace with a single Liberapay username -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/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/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/_articles/English/PowerPlatform/Express Design Your app in minutes.md b/_articles/English/PowerPlatform/Express Design Your app in minutes.md deleted file mode 100644 index 4eee81ed..00000000 --- a/_articles/English/PowerPlatform/Express Design Your app in minutes.md +++ /dev/null @@ -1,26 +0,0 @@ - - -## Express Design -Announced at Microsoft Build 2022 Express Design can speed up app development and POC creation. It translates notes, pictures or just a handwritten piece of paper to a fully fledged app, and then allows you to modify it further to better suit your needs. - - -## How does Express Design work? -Express Design accepts a broad range of inputs. It can work with PDFs, sketches on the whiteboard, a screenshot of a UI from a legacy app, or Figma - tool for professional asset design. The one I loved the most, though, is the paper form. All you need to do, is sketch your idea for an app on a piece of paper, and then take a picture of your design. Express Design reads the information from the picture and turns it into an app. - - - -Express Design creating an app from a sheet of paper. -Image Source: https://powerapps.microsoft.com/en-us/blog/new-express-design-in-power-apps-converts-images-and-designs-to-apps-in-seconds/ - - - -## Updating your legacy apps -Express Design can also help you update old legacy apps. Take a screenshot from an old app and Express Design will create a suggestion for a new, updated, modern version. - - -## Trial version -You can test Express Design in your Microsoft 365 tenant, by navigating here. - - -## Official announcement -Turn images and designs into apps using AI-powered express design diff --git a/_config.yml b/_config.yml index d1251706..f1e2fd0c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,82 +1,136 @@ -# Site Settings -lang: en -title: Bulma Clean Theme -tagline: Bulma Clean Theme -email: your-email@domain.com -description: > - The demo site for Bulma Clean Theme, made for Jekyll and GitHub pages websites -baseurl: "/bulma-clean-theme" -url: "https://www.csrhymes.com" +# Set theme +remote_theme: chrisrhymes/bulma-clean-theme +# daviddarnes/alembic@main + +# File excludes +exclude: +- README.md +- Gemfile +- 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/' +baseurl: '' +title: 'Microsoft 365 Tips and Tricks' +description: 'Articles on Powershell and Microsoft 365 services' permalink: pretty -#favicon: /path/to/favicon.png -gh_sponsor: chrisrhymes -#hide_share_buttons: true -#theme_color: '#eeeeee' -#fixed_navbar: top -#direction: one of , default: ltr +logo: "https://i.picsum.photos/id/8/80/80.jpg" +# Pagination paginate: 5 -paginate_path: "/blog/page:num" +paginate_path: blog/page:num -# Disqus Comments -disqus: - # Leave shortname blank to disable comments site-wide. - # Disable comments for any post by adding `comments: false` to that post's YAML Front Matter. - # shortname: my_disqus_shortname - shortname: csrhymes +# Header nav +navigation_header: +- title: Home + url: / +- title: About + url: /about/ +- title: Articles + url: /blog/ +# Footer nav +navigation_footer: +- title: Back to top + url: "#top" -plugins: - - jekyll-sitemap - - jekyll-paginate - - jekyll-feed - - jekyll-seo-tag - - kramdown-parser-gfm - - jekyll-redirect-from - -exclude: - - Gemfile - - clean-theme.gemspec - - Gemfile.lock - - node_modules - - vendor/bundle/ - - vendor/cache/ - - vendor/gems/ - - vendor/ruby/ - -livereload: true - -sass: - style: compressed - source_dir: _sass - -#google_analytics: UA-code-here +# Collections +collections: + posts: + title: News & Novelties + output: true + description: "My thoughts and ideas" + feature_text: Welcome to my articles + feature_image: "https://picsum.photos/2560/600?image=866" +# Collection settings defaults: - scope: path: "" - type: "pages" + type: "posts" values: - show_sidebar: true + layout: pages # Set the default layout for posts - scope: path: "" - type: "posts" + type: "pages" values: - author: "C.S. Rhymes" - layout: post - image: https://via.placeholder.com/1200x800 - show_sidebar: true + layout: page # Set the default layout for pages -markdown: kramdown -highlighter: rouge -footer_menu: example_footer_menu +# Disqus Comments to set up +disqus: + # Leave shortname blank to disable comments site-wide. + # Disable comments for any post by adding `comments: false` to that post's YAML Front Matter. + # shortname: my_disqus_shortname + shortname: -collections: - products: - output: true - layout: product - image: https://via.placeholder.com/800x600 - show_sidebar: false + +# plugins: +# - jekyll-sitemap +# - jekyll-paginate +# - jekyll-feed +# - jekyll-seo-tag +# - kramdown-parser-gfm +# - jekyll-redirect-from + +# exclude: +# - Gemfile +# - clean-theme.gemspec +# - Gemfile.lock +# - node_modules +# - vendor/bundle/ +# - vendor/cache/ +# - vendor/gems/ +# - vendor/ruby/ + +# livereload: true + +# sass: +# style: compressed +# source_dir: _sass + +google_analytics: UA-code-here + +# defaults: +# - +# scope: +# path: "" +# type: "pages" +# values: +# show_sidebar: true +# - +# scope: +# path: "" +# type: "posts" +# values: +# author: "C.S. Rhymes" +# layout: post +# image: https://via.placeholder.com/1200x800 +# show_sidebar: true + +# markdown: kramdown +# highlighter: rouge + +# footer_menu: example_footer_menu + +# collections: +# products: +# output: true +# layout: product +# image: https://via.placeholder.com/800x600 +# show_sidebar: false diff --git a/_data/docs_menu.yml b/_data/docs_menu.yml new file mode 100644 index 00000000..c610a0b3 --- /dev/null +++ b/_data/docs_menu.yml @@ -0,0 +1,169 @@ +- label: Power Platform + items: + - name: 'Express Design: Your app in minutes' + 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/en/InformationProtection/Your SharePoint Online site classification with PnP/ + - name: 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/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/en/SharePointOnline/Migrate OneDrive across tenants/ + - name: Add content type using Powershell and CSOM + link: /articles/en/SharePointOnline/Add content type/ + - name: 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/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/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/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/ + + +- 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/en/Server/Office Online Server Troubleshooting in Sharepoint Environment/ + - name: 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: 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/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/example_footer_menu.yml b/_data/example_footer_menu.yml deleted file mode 100644 index cd72a6c8..00000000 --- a/_data/example_footer_menu.yml +++ /dev/null @@ -1,8 +0,0 @@ -- name: Home - link: / -- name: Blog - link: /blog/ -- name: Products - link: /products/ -- name: Privacy Policy - link: /privacy-policy/ diff --git a/_data/example_menu.yml b/_data/example_menu.yml deleted file mode 100644 index eb3fd0a3..00000000 --- a/_data/example_menu.yml +++ /dev/null @@ -1,19 +0,0 @@ -- label: Example Menu - items: - - name: Home - link: / - - name: Pages - link: /# - items: - - name: Landing Page With Callouts - link: /landing/ - - name: Products - link: /products/ - - name: Sponsors Page - link: /sponsors/ - - name: Image Gallery - link: /gallery/ - - name: Recipe Page - link: /example-recipe/ - - name: Blog - link: /blog/ diff --git a/_data/menu.yml b/_data/menu.yml deleted file mode 100644 index 63d2fbab..00000000 --- a/_data/menu.yml +++ /dev/null @@ -1,77 +0,0 @@ -- label: PowerPlatform - items: - - name: Express Design Your app in minutes - link: /_articles/English/PowerPlatform/Express Design Your app in minutes/ - - name: Configuration - link: /_articles/getting-started/configuration/ - - name: Theming - link: /_articles/getting-started/theming/ - - name: Sidebar - link: /_articles/getting-started/sidebar/ - - name: Scripts - link: /_articles/getting-started/scripts/ - - -- label: Navigation - items: - - name: Top navigation - link: /_articles/navigation/top-navigation/ - - name: Footer navigation - link: /_articles/navigation/footer-navigation/ - - name: Menubar - link: /_articles/navigation/menubar/ - -- label: Pages - items: - - name: Creating a page - link: /_articles/pages/creating-a-page/ - - name: Hero - link: /docs/pages/hero/ - - name: Table of Contents - link: /docs/pages/table-of-contents/ - -- label: Posts - items: - - name: Creating a Post - link: /docs/posts/creating-a-post/ - - name: Excerpt & Summary - link: /docs/posts/post-excerpt-summary/ - - name: Series - link: /docs/posts/post-series/ - -- label: Page Components - items: - - name: Callouts - link: /docs/page-components/callouts/ - - name: Image Gallery - link: /docs/page-components/image-gallery/ - - name: Image Modal - link: /docs/page-components/image-modal/ - - name: Notifications - link: /docs/page-components/notifications/ - - name: Showcases - link: /docs/page-components/showcases/ - - name: Sponsors - link: /docs/page-components/sponsors/ - - name: Tabs - link: /docs/page-components/tabs/ - - name: Tags - link: /docs/page-components/tags/ - - name: Video - link: /docs/page-components/video/ - - -- label: Products - items: - - name: Product Pages - link: /docs/products/product-pages/ - - name: Product Reviews - link: /docs/products/product-reviews/ - - name: Category Page - link: /docs/products/category-page/ - -- label: Recipes - items: - - name: Recipes - link: /docs/recipes/recipes/ - diff --git a/_data/navigation.yml b/_data/navigation.yml index 5e40546b..073ba30e 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,19 +1,192 @@ -- name: Docs - link: /docs/ -- name: Example Pages + +- name: Power Platform link: /# dropdown: - - name: Landing Page With Callouts - link: /landing/ - - name: Sponsors Page - link: /sponsors/ - - name: Image Gallery - link: /gallery/ - - name: Products - link: /products/ - - name: Recipe Page - link: /example-recipe/ - - name: Showcase - link: /showcase/ -- name: Blog - link: /blog/ + - 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: 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 7371dcd2..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 this - 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 5098a8d7..860c2b18 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -1,8 +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 2e4fe717..ac7ccf8e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,13 +1,17 @@ - + + + + + {% unless site.hide_share_buttons %} {% endunless %} diff --git a/_includes/header.html b/_includes/header.html index 8d66646f..3fa29503 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,36 +10,76 @@ -