- List of steps in images
- On your list of Blogs Select the one where you need to use Programming Languages (Code)
- Click on "Template" ("Plantilla" in Spanish)
- Click on "Edit HTML" ("Editar Text" in Spanish)
- Now we will find the 'end tag of head', To do so let's search it using the web browser search by pressing CTRL+F and then we write the end tag "</head > ". Here we have found the end tag
- Now we just need to copy the following:
- Then just save the Template by clicking "Save Template" ("Guardar Plantilla" in spanish)
- Now we just need to used it Here's another example of use (HTML view, Powershell Code):




Note that I have added the powershell script, in line 18, note that this is the format:
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/FILENAME.js' type='text/javascript'/>
To use it we just need to use the tag "<pre > " and give the correct brush, (you can delete all the lines (languages) that you won't use to make a cleaner deploy), I'll copy all because the "what if" I want to show some javascript or css or whatever.
Here's an example of use:
/*Programmer: jortega added this*/ using System.Collections.ObjectModel; //Collectionusing System.Management.Automation; using System.Management.Automation.Runspaces; using System.Text; //stringbuilder using System.Security; //securestring using System.Text.RegularExpressions;
Here's the full list of FILENAMEs and Languages that we can use with this solution: AlexGorbatchev.com
finally Copy the text into that


#Lets define variables $a = 3 #(define a variable) $b = 6 #(define a variable) #Lets create an add of 2 variables $c = $a + $b write-output $c write-output "$c"
No comments:
Post a Comment