A website for Virtual Geek.
Programming, electronics and technology
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.
- 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. - Clone down your fork
git clone https://github.com/yourusername/yourusername.github.io.git
- Serve the site and watch for markup/sass changes
jekyll serve
- View your website at http://127.0.0.1:4000/
- Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
Open an Issue and let's chat!
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Lars Erik Storbukås - Initial work - storbukas
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Jekyll Now - Thanks to Barry Clark.