Skip to content

virtualgeek/virtualgeek.no

Repository files navigation

A website for Virtual Geek.

Virtual Geek

Programming, electronics and technology

Getting Started

Download a copy of this repository

git clone https://github.com/virtualgeek/virtualgeek.no.git

Eventually, you can fork the repository

Virtual Geek is a website with content about programming, electronics and technology in general. It's developed using Jekyll, and is a fork of Jekyll Now.

Local Development

  1. Install Jekyll and plug-ins in one fell swoop. gem install github-pages This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.
  2. Clone down your fork git clone https://github.com/yourusername/yourusername.github.io.git
  3. Serve the site and watch for markup/sass changes jekyll serve
  4. View your website at http://127.0.0.1:4000/
  5. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.

Questions?

Open an Issue and let's chat!

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Lars Erik Storbukås - Initial work - storbukas

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Credits