Coder Social home page Coder Social logo

asterinas.github.io's Introduction

Asterinas Website

The Asterinas Website is a static Website hosted by Github Pages and powered by Jekyll.

Development Guide

Prerequisites

Before you begin, you'll need to set up your development environment. This involves installing two critical pieces of software:

  • Bundler: Bundler manages Ruby gem dependencies, ensuring that you have all the necessary components for Jekyll. Install it from bundler.io.
  • Jekyll: Jekyll is the engine behind your GitHub Pages site. It transforms plain text into static websites and blogs. Get it from jekyllrb.com.

For detailed installation instructions, refer to the GitHub Pages guide.

Test the site locally

To see your changes in action before they go live, test the site locally. Here's how:

Step 1: Download the source code and install all dependencies.

git clone https://github.com/asterinas/asterinas.github.io
cd asterinas.github.io
bundle install

Step 2: Build the site and start a Web server.

bundle exec jekyll serve

By default, the server will listent on http://localhost:4000.

Step 3: Now open your favorite browser to view the site.

Deploy the site officially

Make modifications to your local copy of the Git repository and then push the changes or submit a pull request to the main repository. Once the modifications are accepted, the latest version of the site will be deployed automatically. You can view the live site at https://asterinas.github.io/.

License

The project is released under the Apache License, version 2.0.

asterinas.github.io's People

Contributors

tatetian avatar

Watchers

 avatar Junxian Xiao avatar  avatar

Forkers

grief8

asterinas.github.io's Issues

Specify the title for each web page

Currently, the browser displays the default title for each web page, which is the URL. We should give a human-friendly title for each page.

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.