Skip to content

Commit

Permalink
Merge pull request #26 from inecho/pull-request
Browse files Browse the repository at this point in the history
Update on Gemfile
  • Loading branch information
johncarl81 committed Oct 11, 2020
2 parents 5fb05cc + 3a78366 commit 40035a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'

gem 'jekyll', '~> 3.1.0'
gem 'jekyll', '~> 3.8.3'
gem 'coderay', '~> 1.1.0'
gem 'rake-jekyll', '~> 1.1.0'

group :jekyll_plugins do
gem 'jekyll-asciidoc', '~> 2.0.1'
gem 'jekyll-asciidoc', '~> 2.1.0'
end
2 changes: 2 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ If you can load the `[username].github.io/jekyll-asciidoc-quickstart` home page,

Start writing blog posts and enjoy the AsciiDoc difference, regardless of what device you choose: computer, tablet, or mobile.

If would you like to work offline first, consider to check your `Gemfile` for the versions of your gem sources. As the case may be, your `jekyll serve` will fail. So make sure to check your gem sources with `gem list --local | grep "jekyll"`.

= Details

== GitHub Pages and AsciiDoc
Expand Down
2 changes: 1 addition & 1 deletion index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Now that you've set up your website to run with AsciiDoc, you have a ton of opti

=== Edit content

Editing content is very simple. The easiest way to update your blog is to clone your repository, fire up your favorite text editor and run the content locally. To do this run the `jekyll serve` command and open a web browser to http:https://localhost:4000. Jekyll will automatically process and host changes to the content.
Editing content is very simple. The easiest way to update your blog is to clone your repository, fire up your favorite text editor and run the content locally. To do this run the `jekyll serve` command and open a web browser to http:https://localhost:4000. Jekyll will automatically process and host changes to the content. Also make sure that your `Gemfile` is up-to-date with the current version of your gem sources, e.g. with `gem list --local | grep "jekyll"`.

You may also edit your content directly on Github. To do this, navigate the browser the file you wish to edit, click the pensil (edit) button in the upper right hand corner of the view and make your changes. When you're finished, commit your changes. This will trigger Travis to generate and publish a new website including your changes.

Expand Down

0 comments on commit 40035a7

Please sign in to comment.