Giter VIP home page Giter VIP logo

liascript.github.com's Introduction

LiaScript - Website

This is the source code of the LiaScript website, which is based on the Hugo framework. The website is hosted on GitHub pages and can be found at https://liascript.github.io.

Installation

  1. Install Hugo: https://gohugo.io/getting-started/installing/

  2. Clone this repository: git clone https://github.com/liaScript/liascript.github.com

  3. Change into the directory: cd liascript.github.com

  4. Run the installation: npm install

  5. Run the Hugo server: npm run dev

    WebServer is available at: http://localhost:1313

  6. Build via npm run build

Contributing

New posts can be added by creating a new markdown file in the content/english/blog directory. The markdown file should have the following front matter:

---
title: "Title of the Post"
date: 2023-05-03
draft: false
author: "Author Name"
image: "/images/post/image.webp"
categories:
    - Examples
tags:
    - LiaScript
    - ...
description: "Description of the post"
---

The content of the post can be written in markdown format below the front matter.

Images should be placed in the assets/images or assets/images/post directory.

The website is afterwards served from the docs directory, which is the default directory for GitHub pages.

liascript.github.com's People

Contributors

andre-dietrich avatar fillidefilla avatar tarleb avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.