Simpol is a minimal, clean, and open source Jekyll theme for Github Pages.
Focus on the writing, the content.
$ git clone [email protected]:username/reponame.git
$ gem install bundler
$ bundle install
$ bundle exec jekyll serve
Simply run gem install simpol-jekyll-theme
to download the latest Gem
Or:
$ gem install bundler
$ bundle install
$ bundle exec jekyll serve
You can start the site locally by browsing to the project's directory and running docker-compose up
.
You should see the following:
simpol-theme | Configuration file: /srv/jekyll/_config.yml
simpol-theme | Source: /srv/jekyll
simpol-theme | Destination: /srv/jekyll/_site
simpol-theme | Incremental build: enabled
simpol-theme | Generating...
simpol-theme | done in x.xxx seconds.
simpol-theme | Auto-regeneration: enabled for '/srv/jekyll'
simpol-theme | Server address: http://0.0.0.0:4000/
simpol-theme | Server running... press ctrl-c to stop.
Simpol Theme is designed, developed, and maintained by Scott Mathson, Mathson Design Co.
The clean design and feel is inspired by other minimal themes and blogs out there.
Scott on GitHub | Scott on Twitter
Check out these blog posts for help in getting started blogging with Simpol Theme. Within the posts are even more resources to help you.
Copyright (c) 2017 Mathson Design, LLC and Scott Mathson
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.