diff --git a/_config.yaml b/_config.yaml index bf757ee..61e78e2 100644 --- a/_config.yaml +++ b/_config.yaml @@ -3,4 +3,6 @@ github: https://github.com/ collections: topic: output: true - permalink: /:name \ No newline at end of file + permalink: /:name +plugins: + - jekyll-seo-tag \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 6f586b1..7322201 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,6 +10,9 @@ {{ site.title }} + + {% seo %} +
diff --git a/_topic/angularjs.markdown b/_topic/angularjs.markdown index 3a10b20..3d607e4 100644 --- a/_topic/angularjs.markdown +++ b/_topic/angularjs.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Angular.JS" -snippet: "Angular.JS is a platform and set of tools for building large applications that run in the web browser." +description: "Angular.JS is a platform and set of tools for building large applications that run in the web browser." website: "https://angular.io/" --- diff --git a/_topic/aspnet.markdown b/_topic/aspnet.markdown index 2faab21..de7be55 100644 --- a/_topic/aspnet.markdown +++ b/_topic/aspnet.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "ASP.NET" -snippet: "ASP.NET is a software framework for building websites using Microsofts .NET platform." +description: "ASP.NET is a software framework for building websites using Microsofts .NET platform." website: "https://www.asp.net/" --- diff --git a/_topic/assembly.markdown b/_topic/assembly.markdown index ccb83b2..3397049 100644 --- a/_topic/assembly.markdown +++ b/_topic/assembly.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Assembly Language" -snippet: "Assembly language is a programming language that closely represents the code that can be directly executed by a computer." +description: "Assembly language is a programming language that closely represents the code that can be directly executed by a computer." website: "" --- diff --git a/_topic/authentication.markdown b/_topic/authentication.markdown index 1d9cd3d..15361f8 100644 --- a/_topic/authentication.markdown +++ b/_topic/authentication.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Authentication" -snippet: "Authentication is the process of verifying the identity of a user." +description: "Authentication is the process of verifying the identity of a user." website: "" --- diff --git a/_topic/backbonejs.markdown b/_topic/backbonejs.markdown index 8ba72a2..2bed538 100644 --- a/_topic/backbonejs.markdown +++ b/_topic/backbonejs.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Backbone.JS" -snippet: "Backbone.JS is a tool that makes it easier to build complex applications that run in a web browser." +description: "Backbone.JS is a tool that makes it easier to build complex applications that run in a web browser." website: "http://backbonejs.org/" --- diff --git a/_topic/c.markdown b/_topic/c.markdown index 17e683c..02ede51 100644 --- a/_topic/c.markdown +++ b/_topic/c.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "C" -snippet: "C is a programming language that is often used for communicating with hardware." +description: "C is a programming language that is often used for communicating with hardware." website: "" --- diff --git a/_topic/cassandra.markdown b/_topic/cassandra.markdown index 3094ae9..208868e 100644 --- a/_topic/cassandra.markdown +++ b/_topic/cassandra.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Cassandra" -snippet: "Cassandra is a database product used for storing very large amounts of data." +description: "Cassandra is a database product used for storing very large amounts of data." website: "https://cassandra.apache.org/" --- diff --git a/_topic/client-server.markdown b/_topic/client-server.markdown index 8d449ef..a941384 100644 --- a/_topic/client-server.markdown +++ b/_topic/client-server.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Client-Server" -snippet: "Client-Server is a model for communication between two computer systems." +description: "Client-Server is a model for communication between two computer systems." --- 'Client-Server' is a model for communication between two computer systems. The role of the Server is to receive requests and act upon them, by either returning or modifying data. The role of the Client is to create and send these requests to the Server, often on behalf of a human user. diff --git a/_topic/cloud.markdown b/_topic/cloud.markdown index c4ab40d..04d8f96 100644 --- a/_topic/cloud.markdown +++ b/_topic/cloud.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Cloud" -snippet: "The Cloud is a colloquialism used to describe buying internet technology services from specialist providers as an alternative to building those services yourself." +description: "The Cloud is a colloquialism used to describe buying internet technology services from specialist providers as an alternative to building those services yourself." website: "" --- diff --git a/_topic/compiler.markdown b/_topic/compiler.markdown index eb9dee9..4750aa7 100644 --- a/_topic/compiler.markdown +++ b/_topic/compiler.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Compiler" -snippet: "A compiler is a program that transforms source code into instructions that a computer can execute." +description: "A compiler is a program that transforms source code into instructions that a computer can execute." website: "" --- diff --git a/_topic/cordova.markdown b/_topic/cordova.markdown index 573ce33..96b1e5f 100644 --- a/_topic/cordova.markdown +++ b/_topic/cordova.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Cordova" -snippet: "Cordova is a set of tools that make it possible to build mobile applications using web technologies." +description: "Cordova is a set of tools that make it possible to build mobile applications using web technologies." website: "https://cordova.apache.org/" --- diff --git a/_topic/cplusplus.markdown b/_topic/cplusplus.markdown index 8b4109f..d3501cd 100644 --- a/_topic/cplusplus.markdown +++ b/_topic/cplusplus.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "C++" -snippet: "C++ is a programming language that is often used for building performance critical applications." +description: "C++ is a programming language that is often used for building performance critical applications." website: "https://isocpp.org/" --- diff --git a/_topic/csharp.markdown b/_topic/csharp.markdown index 91ff120..1512ecb 100644 --- a/_topic/csharp.markdown +++ b/_topic/csharp.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "C#" -snippet: "C# is a programming language that runs on Microsofts .NET Framework." +description: "C# is a programming language that runs on Microsofts .NET Framework." website: "https://docs.microsoft.com/en-us/dotnet/csharp/getting-started/introduction-to-the-csharp-language-and-the-net-framework" --- diff --git a/_topic/dotnet-core.markdown b/_topic/dotnet-core.markdown index 559395c..94a357a 100644 --- a/_topic/dotnet-core.markdown +++ b/_topic/dotnet-core.markdown @@ -2,7 +2,7 @@ layout: topic title: ".NET Core" website: https://dotnet.github.io/ -snippet: .NET Core is a programming framework for building server side applications. +description: .NET Core is a programming framework for building server side applications. --- .NET Core is a programming framework for building server side applications. It is based on the original [.NET Framework](dotnet-framework) but is [open source software](open-source-software) and is designed to run on multiple [operating systems](operating-system). The primary use of .NET Core is for building fast and efficient [server-side](client-server) software and [web applications](web-application) using the [C# programming language](csharp). diff --git a/_topic/dotnet-framework.markdown b/_topic/dotnet-framework.markdown index 6d39751..3d1c114 100644 --- a/_topic/dotnet-framework.markdown +++ b/_topic/dotnet-framework.markdown @@ -2,7 +2,7 @@ layout: topic title: ".NET Framework" website: https://www.microsoft.com/net/ -snippet: The .NET Framework is a software platform that makes it easier for developers to write applications for the Windows operating system. +description: The .NET Framework is a software platform that makes it easier for developers to write applications for the Windows operating system. --- The .NET Framework is a [software framework](framework) that first released by [Microsoft](microsoft) in 2002. It was originally designed to build [desktop applications](desktop-application) but has since expanded to be used to build [server-side](client-server) [web](web-application) and [mobile](mobile-application) applications. diff --git a/_topic/emberjs.markdown b/_topic/emberjs.markdown index b896ad8..0db6b4c 100644 --- a/_topic/emberjs.markdown +++ b/_topic/emberjs.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Ember.JS" -snippet: "Ember.JS is a framework that makes it easier for developers to build complex applications that run in a web browser." +description: "Ember.JS is a framework that makes it easier for developers to build complex applications that run in a web browser." website: "https://emberjs.com/" --- diff --git a/_topic/firebase.markdown b/_topic/firebase.markdown index 0db6453..af6ceaf 100644 --- a/_topic/firebase.markdown +++ b/_topic/firebase.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Firebase" -snippet: "Firebase is a service that makes it easier to create the infrastructure required to build and app." +description: "Firebase is a service that makes it easier to create the infrastructure required to build and app." website: "https://firebase.google.com/" --- diff --git a/_topic/functional-programming.markdown b/_topic/functional-programming.markdown index aa4e1ab..c1e6609 100644 --- a/_topic/functional-programming.markdown +++ b/_topic/functional-programming.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Functional Programming" -snippet: "Functional programming is a style of programming that attempts to model programs similar to mathematical functions." +description: "Functional programming is a style of programming that attempts to model programs similar to mathematical functions." website: "" --- diff --git a/_topic/git.markdown b/_topic/git.markdown index 98d19bf..54d80cf 100644 --- a/_topic/git.markdown +++ b/_topic/git.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Git" -snippet: "Git is a computer program for storing and managing the files used to by programmers to make software." +description: "Git is a computer program for storing and managing the files used to by programmers to make software." website: "https://git-scm.com/" --- diff --git a/_topic/hadoop.markdown b/_topic/hadoop.markdown index ac4cd6c..d9e94b3 100644 --- a/_topic/hadoop.markdown +++ b/_topic/hadoop.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Hadoop" -snippet: "Hadoop is a set of tools that make it easier to process and query large amounts of data stored over many machines." +description: "Hadoop is a set of tools that make it easier to process and query large amounts of data stored over many machines." website: "https://hadoop.apache.org/" --- diff --git a/_topic/handelbarsjs.markdown b/_topic/handelbarsjs.markdown index cad6183..60eb124 100644 --- a/_topic/handelbarsjs.markdown +++ b/_topic/handelbarsjs.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Handelbars.JS" -snippet: "Handelbars.JS is a library for generating user interfaces for websites." +description: "Handelbars.JS is a library for generating user interfaces for websites." website: "http://handlebarsjs.com/" --- diff --git a/_topic/haskell.markdown b/_topic/haskell.markdown index 02fea96..42a8acd 100644 --- a/_topic/haskell.markdown +++ b/_topic/haskell.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Haskell" -snippet: "Haskell is a programming language often used in academia to study functional programming." +description: "Haskell is a programming language often used in academia to study functional programming." website: "https://www.haskell.org/" --- diff --git a/_topic/internet.markdown b/_topic/internet.markdown index 5576388..ba663e6 100644 --- a/_topic/internet.markdown +++ b/_topic/internet.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Internet" -snippet: "The Internet is a global network of computers that can communicate with each other." +description: "The Internet is a global network of computers that can communicate with each other." website: "" --- diff --git a/_topic/java.markdown b/_topic/java.markdown index 7f14615..5d27538 100644 --- a/_topic/java.markdown +++ b/_topic/java.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Java" -snippet: "Java is a programming language and set of related tools that allows a programmer to build cross platform applications." +description: "Java is a programming language and set of related tools that allows a programmer to build cross platform applications." website: "https://www.oracle.com/java/index.html" --- diff --git a/_topic/linux.markdown b/_topic/linux.markdown index 206db31..bd03397 100644 --- a/_topic/linux.markdown +++ b/_topic/linux.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Linux" -snippet: "Linux is a freely available operating system created by Linus Torvalds." +description: "Linux is a freely available operating system created by Linus Torvalds." website: "https://www.linuxfoundation.org/" --- diff --git a/_topic/machine-code.markdown b/_topic/machine-code.markdown index dfd8f8d..10ca768 100644 --- a/_topic/machine-code.markdown +++ b/_topic/machine-code.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Machine Code" -snippet: "Machine Code is numeric instructions that can be directly executed by a computers processing unit." +description: "Machine Code is numeric instructions that can be directly executed by a computers processing unit." website: "" --- diff --git a/_topic/model-view-controller.markdown b/_topic/model-view-controller.markdown index 8681cee..a2e2f2f 100644 --- a/_topic/model-view-controller.markdown +++ b/_topic/model-view-controller.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Model-View-Controller" -snippet: "Model-View-Controller is a common design convention for building web applications." +description: "Model-View-Controller is a common design convention for building web applications." website: "" --- diff --git a/_topic/mongodb.markdown b/_topic/mongodb.markdown index d563cb5..c026cc4 100644 --- a/_topic/mongodb.markdown +++ b/_topic/mongodb.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "MongoDB" -snippet: "MongoDB is a database product that stores data as documents that can be searched and updated." +description: "MongoDB is a database product that stores data as documents that can be searched and updated." website: "https://www.mongodb.com/" --- diff --git a/_topic/mysql.markdown b/_topic/mysql.markdown index 57e369e..ca4771a 100644 --- a/_topic/mysql.markdown +++ b/_topic/mysql.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "MySQL" -snippet: "MySQL is widely used SQL Database product." +description: "MySQL is widely used SQL Database product." website: "https://www.mysql.com/" --- diff --git a/_topic/nodejs.markdown b/_topic/nodejs.markdown index 44efcd3..d8658a6 100644 --- a/_topic/nodejs.markdown +++ b/_topic/nodejs.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Node.JS" -snippet: Node.JS is a platform that enables developers to build and run applications written in JavaScript. +description: Node.JS is a platform that enables developers to build and run applications written in JavaScript. --- Node.JS is a platform that enables developers to build [server-side](client-server) applications using [JavaScript](javascript) as the programming language. diff --git a/_topic/npm.markdown b/_topic/npm.markdown index b50da2e..ab2f514 100644 --- a/_topic/npm.markdown +++ b/_topic/npm.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "NPM" -snippet: NPM is a tool for managing libraries and applications built for the Node.JS framework. +description: NPM is a tool for managing libraries and applications built for the Node.JS framework. --- NPM is a tool for managing libraries and applications built for the [Node.JS](nodejs) framework. \ No newline at end of file diff --git a/_topic/objective-c.markdown b/_topic/objective-c.markdown index d044370..b963801 100644 --- a/_topic/objective-c.markdown +++ b/_topic/objective-c.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Objective-C" -snippet: "Objective-C is a programming language used for writing programs for Apple systems." +description: "Objective-C is a programming language used for writing programs for Apple systems." website: "https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html" --- diff --git a/_topic/open-source-software.markdown b/_topic/open-source-software.markdown index 9ebc94c..63d6252 100644 --- a/_topic/open-source-software.markdown +++ b/_topic/open-source-software.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Open Source Software" -snippet: "Open Source Software is software where the code that creates it is publicly available." +description: "Open Source Software is software where the code that creates it is publicly available." website: "" --- diff --git a/_topic/operating-system.markdown b/_topic/operating-system.markdown index a4616f2..d26fa03 100644 --- a/_topic/operating-system.markdown +++ b/_topic/operating-system.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Operating System" -snippet: "An Operating System is software that manages how programs and hardware communicate." +description: "An Operating System is software that manages how programs and hardware communicate." website: "" --- diff --git a/_topic/php.markdown b/_topic/php.markdown index bf3bd89..4ffb5aa 100644 --- a/_topic/php.markdown +++ b/_topic/php.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "PHP" -snippet: "PHP is a programming language used to build interactive websites." +description: "PHP is a programming language used to build interactive websites." website: "https://secure.php.net/" --- diff --git a/_topic/r.markdown b/_topic/r.markdown index 221bcfd..13a45aa 100644 --- a/_topic/r.markdown +++ b/_topic/r.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "R" -snippet: "R is a programming language and set of tools designed for processing data and statistics." +description: "R is a programming language and set of tools designed for processing data and statistics." website: "https://www.r-project.org/" --- diff --git a/_topic/react-native.markdown b/_topic/react-native.markdown index f2c3ef2..d983127 100644 --- a/_topic/react-native.markdown +++ b/_topic/react-native.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "React Native" -snippet: "React Native is a set of tools for building user interfaces in mobile applications" +description: "React Native is a set of tools for building user interfaces in mobile applications" website: "https://facebook.github.io/react-native/" --- diff --git a/_topic/reactjs.markdown b/_topic/reactjs.markdown index dd06859..fbf99a4 100644 --- a/_topic/reactjs.markdown +++ b/_topic/reactjs.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "React.JS" -snippet: React.JS is a library for building user interfaces. +description: React.JS is a library for building user interfaces. --- React.JS is a [library](/library) for building [user interfaces](ui). It utilises [JavaScript](javascript) and a special [syntax](syntax) for describing a heirachy of components that make up the interface called JSX. diff --git a/_topic/redis.markdown b/_topic/redis.markdown index 33d9fee..8ea203f 100644 --- a/_topic/redis.markdown +++ b/_topic/redis.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Redis" -snippet: "Redis is a program used for storing and serving data in a high performance manner." +description: "Redis is a program used for storing and serving data in a high performance manner." website: "https://redis.io/" --- diff --git a/_topic/ruby-on-rails.markdown b/_topic/ruby-on-rails.markdown index e42a612..19f59b2 100644 --- a/_topic/ruby-on-rails.markdown +++ b/_topic/ruby-on-rails.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Ruby on Rails" -snippet: "Ruby on Rails is a set of tools for building websites using the Ruby programming language." +description: "Ruby on Rails is a set of tools for building websites using the Ruby programming language." website: "https://rubyonrails.org/" --- diff --git a/_topic/ruby.markdown b/_topic/ruby.markdown index f86845e..0c8399a 100644 --- a/_topic/ruby.markdown +++ b/_topic/ruby.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Ruby" -snippet: "Ruby is a Programming Language that is known for being easy to learn and use." +description: "Ruby is a Programming Language that is known for being easy to learn and use." website: "https://www.ruby-lang.org/en/" --- diff --git a/_topic/runtime.markdown b/_topic/runtime.markdown index 742011b..d6612d4 100644 --- a/_topic/runtime.markdown +++ b/_topic/runtime.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Software Runtime" -snippet: "" +description: "" --- This topic is awaiting content. Open a pull request to contribute! diff --git a/_topic/scala.markdown b/_topic/scala.markdown index 015df10..f6aa464 100644 --- a/_topic/scala.markdown +++ b/_topic/scala.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Scala" -snippet: "Scala is a programming language designed to be compatible with Java whilst being a more modern alternative." +description: "Scala is a programming language designed to be compatible with Java whilst being a more modern alternative." website: "https://scala-lang.org/" --- diff --git a/_topic/search-engine-optimisation.markdown b/_topic/search-engine-optimisation.markdown index c2e86d2..dbabbf6 100644 --- a/_topic/search-engine-optimisation.markdown +++ b/_topic/search-engine-optimisation.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "SEO" -snippet: "Search Engine Optimisation, or SEO, is the process of ensuring that a website is built in a way that makes it likely to be discovered and ranked highly by search engines." +description: "Search Engine Optimisation, or SEO, is the process of ensuring that a website is built in a way that makes it likely to be discovered and ranked highly by search engines." website: "" --- diff --git a/_topic/source-code.markdown b/_topic/source-code.markdown index 8848d93..f24ca3a 100644 --- a/_topic/source-code.markdown +++ b/_topic/source-code.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Source Code" -snippet: "Source code is the text based representation of a computer program that is easy for a human to read and write." +description: "Source code is the text based representation of a computer program that is easy for a human to read and write." website: "" --- diff --git a/_topic/spark.markdown b/_topic/spark.markdown index 1b81fae..faf5999 100644 --- a/_topic/spark.markdown +++ b/_topic/spark.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Spark" -snippet: "Spark is a set of tools for processing large amounts of data stored over many machines." +description: "Spark is a set of tools for processing large amounts of data stored over many machines." website: "https://spark.apache.org/" --- diff --git a/_topic/sql-server.markdown b/_topic/sql-server.markdown index 825f5fb..b127731 100644 --- a/_topic/sql-server.markdown +++ b/_topic/sql-server.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "SQL Server" -snippet: "SQL Server is a database product releasesd by Microsoft." +description: "SQL Server is a database product releasesd by Microsoft." website: "https://www.microsoft.com/en-us/sql-server/" --- diff --git a/_topic/sql.markdown b/_topic/sql.markdown index 4f314c7..ada1055 100644 --- a/_topic/sql.markdown +++ b/_topic/sql.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "SQL" -snippet: "SQL is a programming language for manipulating and retrieving data stored in a database." +description: "SQL is a programming language for manipulating and retrieving data stored in a database." website: "" --- diff --git a/_topic/sqlite.markdown b/_topic/sqlite.markdown index 5f10ba7..f7fe79b 100644 --- a/_topic/sqlite.markdown +++ b/_topic/sqlite.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "SQLite" -snippet: "SQLite is a SQL database product that is designed to be simpler and use fewer resources than other database products." +description: "SQLite is a SQL database product that is designed to be simpler and use fewer resources than other database products." website: "https://sqlite.org/index.html" --- diff --git a/_topic/svn.markdown b/_topic/svn.markdown index 636a6ad..5cdfd3a 100644 --- a/_topic/svn.markdown +++ b/_topic/svn.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "SVN" -snippet: "Subversion, or SVN, is a computer program for storing and managing the files used by programmers to make software. It allows the user the ability to view the history of how a file has been changed as well as to bring together the changes that multiple users want to make to a file." +description: "Subversion, or SVN, is a computer program for storing and managing the files used by programmers to make software. It allows the user the ability to view the history of how a file has been changed as well as to bring together the changes that multiple users want to make to a file." website: "https://subversion.apache.org/" --- diff --git a/_topic/swift.markdown b/_topic/swift.markdown index 2072cb8..8146811 100644 --- a/_topic/swift.markdown +++ b/_topic/swift.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Swift" -snippet: "Swift is a programming language that was created by Apple to make programming for iOS easier." +description: "Swift is a programming language that was created by Apple to make programming for iOS easier." website: "https://swift.org/" --- diff --git a/_topic/typescript.markdown b/_topic/typescript.markdown index 5337198..acb7c6e 100644 --- a/_topic/typescript.markdown +++ b/_topic/typescript.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "TypeScript" -snippet: "TypeScript is a programming language that makes it easier to build large programs that run in the browser." +description: "TypeScript is a programming language that makes it easier to build large programs that run in the browser." --- TypeScript is a programming language that makes it easier to build large programs that run in the browser. It is based on and compatible with the [JavaScript](javascript) programming language. Like JavaScript, it can also be used to write programs for the [Node.JS](nodejs) runtime that can execute outside of the browser. diff --git a/_topic/user-experience.markdown b/_topic/user-experience.markdown index 8278a6d..b16bd54 100644 --- a/_topic/user-experience.markdown +++ b/_topic/user-experience.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "UX" -snippet: "User-Experience or UX is the process of optimising a technology system to better benefit the user." +description: "User-Experience or UX is the process of optimising a technology system to better benefit the user." website: "" --- diff --git a/_topic/vb-dotnet.markdown b/_topic/vb-dotnet.markdown index 7290cfc..7645f0d 100644 --- a/_topic/vb-dotnet.markdown +++ b/_topic/vb-dotnet.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "VB.NET" -snippet: "VB.NET is a programming language created by Microsoft for the .NET platform." +description: "VB.NET is a programming language created by Microsoft for the .NET platform." website: "https://docs.microsoft.com/en-gb/dotnet/visual-basic/" --- diff --git a/_topic/vuejs.markdown b/_topic/vuejs.markdown index e5c763d..7dc161a 100644 --- a/_topic/vuejs.markdown +++ b/_topic/vuejs.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Vue.JS" -snippet: "Vue.JS is a library for building interactive user interfaces for websites." +description: "Vue.JS is a library for building interactive user interfaces for websites." website: "https://vuejs.org/" --- diff --git a/_topic/world-wide-web.markdown b/_topic/world-wide-web.markdown index aa8cc8e..57395cd 100644 --- a/_topic/world-wide-web.markdown +++ b/_topic/world-wide-web.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "World Wide Web" -snippet: "The World Wide Web is an information system that gives access to documents delivered over the Internet." +description: "The World Wide Web is an information system that gives access to documents delivered over the Internet." website: "" --- diff --git a/_topic/xamarin.markdown b/_topic/xamarin.markdown index ac9176c..7a03405 100644 --- a/_topic/xamarin.markdown +++ b/_topic/xamarin.markdown @@ -1,7 +1,7 @@ --- layout: topic title: "Xamarin" -snippet: "Xamarin is a set of tools that make it easier to build mobile applications using the C# programming language." +description: "Xamarin is a set of tools that make it easier to build mobile applications using the C# programming language." website: "https://www.xamarin.com/" --- diff --git a/new_topic.sh b/new_topic.sh index 1d14b4c..ec027c4 100755 --- a/new_topic.sh +++ b/new_topic.sh @@ -20,7 +20,7 @@ fi echo '--- layout: topic title: "'$nice_name'" -snippet: "'$snippet'" +description: "'$snippet'" website: "'$website'" ---