Skip to content

tianren/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo website using the Minima theme for Jekyll.

Overview

This project is a simple demonstration of a Jekyll website using the Minima theme. It is designed to showcase how to set up a basic website with Jekyll and customize it using the Minima theme.

Features

  • Clean and minimal design
  • Responsive layout
  • Easy to customize

Setup Instructions

To set up this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/example.git
    cd example
    
  2. Install Jekyll: Make sure you have Ruby and Bundler installed. Then run:

    gem install jekyll bundler
    
  3. Install dependencies:

    bundle install
    
  4. Run the Jekyll server:

    bundle exec jekyll serve
    
  5. Open your browser: Navigate to http://localhost:4000 to see your website in action.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages