Skip to content

Commit

Permalink
Use checkbox lists in Meta Features
Browse files Browse the repository at this point in the history
Related: #78
  • Loading branch information
kaushalmodi committed Sep 25, 2017
1 parent 4f4c1b8 commit 2b09c2f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
10 changes: 5 additions & 5 deletions doc/content/doc/meta-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ draft = false
identifier = "meta-features"
+++

- `[✓]` Extensive tests! -- [test/site/content-org](https://github.com/kaushalmodi/ox-hugo/tree/master/test/site/content-org)
- `[✓]` Travis CI Integration -- Checks with emacs versions starting from
- [X] Extensive tests! -- [test/site/content-org](https://github.com/kaushalmodi/ox-hugo/tree/master/test/site/content-org)
- [X] Travis CI Integration -- Checks with emacs versions starting from
24.4->25.2, with the latest stable version of `org-plus-contrib`.
- `[✓]` [Documentation site](https://ox-hugo.netlify.com) -- Generated using `ox-hugo` itself.
- `[✓]` [Test site](../test) -- Regenerated after each commit to this repo
- `[✓]` Passes `checkdoc` and `package-lint` ([_almost_](https://github.com/purcell/package-lint/issues/89)).
- [X] [Documentation site](https://ox-hugo.netlify.com) -- Generated using `ox-hugo` itself.
- [X] [Test site](../test) -- Regenerated after each commit to this repo
- [X] Passes `checkdoc` and `package-lint` ([_almost_](https://github.com/purcell/package-lint/issues/89)).
10 changes: 5 additions & 5 deletions doc/ox-hugo-manual.org
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,12 @@ flow*.
:PROPERTIES:
:EXPORT_FILE_NAME: meta-features
:END:
- =[✓]= Extensive tests! -- [[https://github.com/kaushalmodi/ox-hugo/tree/master/test/site/content-org][test/site/content-org]]
- =[✓]= Travis CI Integration -- Checks with emacs versions starting from
- [X] Extensive tests! -- [[https://github.com/kaushalmodi/ox-hugo/tree/master/test/site/content-org][test/site/content-org]]
- [X] Travis CI Integration -- Checks with emacs versions starting from
24.4->25.2, with the latest stable version of =org-plus-contrib=.
- =[✓]= [[https://ox-hugo.netlify.com][Documentation site]] -- Generated using =ox-hugo= itself.
- =[✓]= [[../test][Test site]] -- Regenerated after each commit to this repo
- =[✓]= Passes =checkdoc= and =package-lint= ([[https://github.com/purcell/package-lint/issues/89][/almost/]]).
- [X] [[https://ox-hugo.netlify.com][Documentation site]] -- Generated using =ox-hugo= itself.
- [X] [[../test][Test site]] -- Regenerated after each commit to this repo
- [X] Passes =checkdoc= and =package-lint= ([[https://github.com/purcell/package-lint/issues/89][/almost/]]).
*** Changelog
:PROPERTIES:
:EXPORT_FILE_NAME: changelog
Expand Down
5 changes: 5 additions & 0 deletions doc/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ li pre, pre {
padding-right: 5px;
}

/* Do not should list bullets for checkbox list items */
ul.task-list {
list-style-type: none;
}

/* * Table of Contents on side */
.toc {
font-family: 'Source Sans Pro', sans-serif;
Expand Down

0 comments on commit 2b09c2f

Please sign in to comment.