8000 GitHub - visinpractice/visinpractice.github.io: VisInPractice website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

visinpractice/visinpractice.github.io

Repository files navigation

visinpractice.github.io

VisInPractice program website

Build instructions

Assuming Jekyll is installed:

Configuring site properties

Site metadata is in _config.yml

Editing the index and about pages

You can edit the index.md amd about.md pages here and changes will be reflected on visinpractice.github.io.

Editing the style

Change the style in assets/main.scss.

Adding images and other assets

Add images to assets. You can also add remote iframe content to a page or post by directly inserting an <iframe /> tag.

Local editing

To edit the site remotely, open a terminal where you want to work locally and follow these instructions:

  1. Ensure that git and ruby are installed.
  2. Clone the repository: git clone https://github.com/visinpractice/visinpractice.github.io.git and cd visinpractice.github.io.git.
  3. Install bundler: gem install bundler.
  4. Install the bundle: bundle install; Update as needed: bundle update.
  5. Run locally at localhost:4000: bundle exec jekyll serve
  6. Make edits to the site (see above)
  7. Add, commit, and push your changes: git add *, git commit -m 'your commit message', git push.

About

VisInPractice website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0