Coder Social home page Coder Social logo

g-u-n / yaoyao-liu.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yaoyao-liu/yaoyao-liu.github.io

0.0 1.0 0.0 3.36 MB

My homepage's source code

Home Page: https://www.mpi-inf.mpg.de/~yaliu/

License: Creative Commons Zero v1.0 Universal

JavaScript 18.21% Ruby 2.53% CSS 34.50% HTML 20.76% SCSS 23.99%

yaoyao-liu.github.io's Introduction

yaoyao-liu.github.io

LICENSE

This is the latest version of my homepage's source code. Feel free to use and share.
For more details, please refer to https://github.com/yaoyao-liu/minimal-light.

Project Architecture

.
├── _layouts                  
|   └── homepage.html            #  the html template for the homepage 
├── _sass                     
|   └── minimal-light.scss       #  this file will be compiled into a CSS file to control the style of the page
├── assets                       #  some JavaScript files and images
├── .gitignore                   #  this file specifies intentionally untracked files that Git should ignore
├── 404.html                     #  404 not found page
├── CNAME                        #  the custom domain, will be used by GitHub page sevice
├── Gemfile                      #  a RubyGems related file
├── LICENSE                      #  the license file
├── README.md                    #  the readme file
├── _config.yml                  #  the Jekyll configuration file, including some options of the page  
├── google2c82924758ed6ef9.html  #  the Google Search Console validation file
├── index.md                     #  the content of the index page, using Markdown
├── minimal-light.gemspec        #  another RubyGems related file
├── robots.txt                   #  this file tells search engine crawlers which URLs the crawler can access
└── sitemap.xml                  #  this file is used to inform search engines about URLs on a website that are available for crawling

Using Locally with Jekyll

You need to install Ruby and Jekyll fisrt.

Install and run:

bundle install
bundle exec jekyll server

View the live page using localhost: http://localhost:4000. You can get the html files in _site folder.

Acknowledgements

This project uses the source code from the following repositories:

yaoyao-liu.github.io's People

Contributors

yaoyao-liu avatar

Watchers

 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.