Skip to content

Instantly share code, notes, and snippets.

@dmalan

dmalan/Gemfile Secret

Last active December 31, 2017 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmalan/09356831e6cce010f9381e1c360832bb to your computer and use it in GitHub Desktop.
Save dmalan/09356831e6cce010f9381e1c360832bb to your computer and use it in GitHub Desktop.
asciidoc:
ext: adoc
asciidoctor:
attributes:
- showtitle
safe: 0
exclude:
- Gemfile
- Gemfile.lock
published

Qux

<!DOCTYPE html>
<html>
<head>
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>
source "https://rubygems.org"
gem "jekyll", group: :jekyll_plugins
group :jekyll_plugins do
gem "jekyll-asciidoc"
gem "jekyll-titles-from-headings"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment