- Hosting your Hugo Site What? Hugo is a static site generator which can be used to make fast, accessible and overall fast web pages. This page will show you how to get your Hugo site up and running either on a web server of yours or on Github pages. How? First Steps Fully delete the public folder inside of your Hugo site.
- Suddenly Not Seeing Shared Devices On Network Win10 What? As you may know, Homegroup was removed from Windows 10 and the new Network tab replaced it. It is essentially the same thing, you can share files between different PCs across your network. I use this tool a lot when sharing files between PCs and it is very useful, whilst working.
- Remove all Empty Lines Notepad++ What? If you have thousands or maybe just hundreds of empty lines in a text document you have, you may want to know how to remove all of the empty lines without having to manually do it. To be clear I have used this in Notepad++, I am not sure if it would work anywhere else.
- In-Built Windows Screenshot Tool What? Everyone knows about the old Snipping Tool that may have been used to screenshot certain things, to share or put in documents. There is now an easier to access tool which allows you to take screenshots quickly and then have them in your clipboard to paste somewhere. It is honestly kind of a shame they didn’t add more features to the new screenshotting tool.
- Add 'Open Command Window Here' to Context Menu What? When you Shift + Right Click on a folder you get to see more options. Normally without any configuration, you only see the Open PowerShell Window Here. If you follow the steps below you will learn how to add the Open Command Window Here option to the context menu. Adding To Context Menu Open Run by searching it on the start menu or pressing Win Key + R.
- Scale on Hover CSS What Do You Mean? What I mean by ‘Scale On Hover’ is that when you hover over an element on your page it will scale up. I like to use this when you have something that is clickable and you want to add some ‘smoothness’ to it. It makes the whole page flow nicer if you use it correctly and you don’t go over the top with it.
- Hide Scrollbar CSS What? If you have some elements on your page that are causing a scrollbar to appear, but you would prefer them not to you can use some easy code in CSS to stop it from happening. You can use this trick on the specific tag or you can disable the scrollbar fully by putting it in the body tag.
- Fun Commands How To Use First, you will need to be the Admin/Host of the mission you are playing. To execute the commands you will need to click ESC and then type the commands into the Debug Console. You can click Local to execute the code locally (Just For You), Server will execute the code to the server and Global will execute the code globally (to everyone).
- Teleporting Teleporting To Markers To teleport players to markers we will be making use of both setPos & getMarkerPos. First, we will have to place a marker down in the spot we want the players to be teleported to. You can do this in the ArmA 3DEN Editor, by going to Markers (F6), Icons and then selecting the marker you want to place down.
- Simple While Loops While Loops? If you ever want to create a loop for whatever reason you can do it easily with while loops. How Do I Use Them? If you wanted to create a hint every 15 seconds you could very easily execute this script once and have it do the rest of the work for you.