382 Commits

Author SHA1 Message Date
tomjoht
c91c472d76 fix disqus shortcode 2018-02-07 10:08:04 -08:00
tomjoht
08ff8f29ae test to fix disqus code 2018-02-07 09:58:25 -08:00
tomjoht
cd880f75a3 fix url logic in disqus component 2018-01-23 21:27:06 -08:00
Tom Johnson
1842a3479c Merge branch 'gh-pages' of https://github.com/tomjoht/documentation-theme-jekyll into gh-pages 2018-01-19 12:58:11 -08:00
Tom Johnson
a2d548f017 update disqus with baseurl 2018-01-19 12:57:33 -08:00
Tom Johnson
d935581557
small update as test 2018-01-02 15:42:38 -07:00
Tom Johnson
2183f5d8eb updated gemfile lock file 2018-01-02 15:33:54 -07:00
Tom Johnson
701f9ed2a1 added note about subscribing to blog and linked to other jekyll doc theme 2017-12-28 21:29:38 -08:00
Tom Johnson
f34623eedc Merge branch 'gh-pages' of https://github.com/tomjoht/documentation-theme-jekyll into gh-pages 2017-12-28 21:17:01 -08:00
Tom Johnson
a0a688d7b7
Merge pull request #114 from MarkWieczorek/patch-2
remove extra " from include image.html example
2017-12-28 21:16:54 -08:00
Tom Johnson
9aa6ef67bf
Merge pull request #113 from PissedCapslock/patch-1
Fixed typo
2017-12-28 21:16:28 -08:00
Tom Johnson
503e04011b
Merge pull request #111 from BGordts/patch-1
Fix: " too much in closing image tag.
2017-12-28 21:15:39 -08:00
Tom Johnson
744754a9c9 added more detail about the pdf generation process and also updated the pdfs 2017-12-28 21:14:39 -08:00
Mark Wieczorek
a6af9b15a0
remove extra " from include image.html example 2017-12-27 12:49:17 +01:00
Robin Stevens
1549c20fc3
Fixed typo
Fixed typo in code snippet
2017-12-11 17:59:31 +01:00
Boris Gordts
94a7742e9c
Fix: " too much in closing image tag. 2017-12-04 14:06:51 +01:00
Tom Johnson
4b4666e9e1 fix typo 2017-11-02 11:04:59 -07:00
Tom Johnson
8a0f37d913 fix issue with apostrophes in titles 2017-11-02 11:02:48 -07:00
Tom Johnson
090f06705f push updates 2017-11-01 09:18:32 -07:00
Tom Johnson
58cbb9c0d5 Merge pull request #105 from chickahoona/gh-pages
Added GitLab support for GitLab pages and GitLab Edit Links
2017-09-26 07:05:43 -07:00
Tom Johnson
4e5af3647b Merge pull request #108 from sprankhub/patch-1
fixed CSS syntax issue
2017-09-26 07:04:20 -07:00
Tom Johnson
005882c588 Merge pull request #109 from Kazyra/patch-1
Update mydoc_pages.md
2017-09-26 07:03:39 -07:00
Kazyra
2986c3798e Update mydoc_pages.md 2017-09-25 17:25:15 -07:00
Simon Sprankel
9ecce67f71 fixed CSS syntax issue 2017-09-21 10:49:58 +02:00
Tom Johnson
e5518c6a3b removed unnecessary parentheses in some liquid tags 2017-08-29 08:54:46 -07:00
chickahoona
12908878e0 Added GitLab support for GitLab pages and GitLab Edit Links 2017-08-20 17:28:45 +02:00
Tom Johnson
2690b49fe9 changed references from tomjohnson1492 to tomjoht 2017-08-19 23:51:36 -07:00
Tom Johnson
5cdc66800f configured google analytics tag to get reports 2017-08-19 10:46:45 -07:00
Tom Johnson
f89c73b920 added more instruction around block elements inside alerts 2017-08-19 10:41:58 -07:00
Tom Johnson
0397cb4162 Fixed PDF generation scripts so they work correctly now 2017-08-19 09:58:09 -07:00
Tom Johnson
97f0f32a2a Merge pull request #99 from martinbydefault/patch-1
typo
2017-08-09 16:22:46 -07:00
Tom Johnson
f81ee342a7 Merge pull request #100 from martinbydefault/gh-pages
added prompt to choose title, tag is added to allowed-tags
2017-08-09 16:22:33 -07:00
Tom Johnson
6ce991a1e7 Merge pull request #101 from MartinsRui/gh-pages
Add docker-compose.yml file
2017-08-09 16:22:10 -07:00
MartinsRui
337eb88ab7 add no-cache to docker-compose build instructions 2017-08-09 13:18:22 +02:00
Rui Martins
a65bad570b Add docker-compose.yml file
To run the site in docker is now a single command.
2017-08-09 09:57:33 +02:00
martinbydefault
4fd2bca450 added a note when using the createtag script 2017-08-03 01:01:40 -03:00
martinbydefault
6e4c4a70a7 added prompt to choose title, tag is added to allowed-tags 2017-08-03 00:44:21 -03:00
martinbydefault
2e22414f5a typo 2017-07-31 22:33:27 -03:00
Tom Johnson
162565bccd Merge pull request #96 from johnramsden/createtag
Created 'createtag' script to create tag pages.
2017-07-27 23:27:11 -07:00
John Ramsden
f3ae3c251d
Created 'createtag' script to create tag pages.
Running the script from the root directory of the project will create a tag page in 'pages/tags'
for every parameter input into the script and tag_${tag}.md will contain the following.

---
title: "${tag} Posts"
tagName: ${tag}
search: exclude
permalink: tag_${tag}.html
sidebar: mydoc_sidebar
hide_sidebar: true
folder: tags
---

{% include taglogic.html %}

{% include links.html %}

It should be easy to replace this with altered content if it is unsatisfactory.
2017-07-27 19:13:37 -07:00
Tom Johnson
c205b55b46 fix for pdf printing styles with anchor links 2017-06-28 14:30:54 -07:00
Tom Johnson
2ae9227831 fix navbar so that when browser width is small, it doesn't overlap heading 2017-06-28 00:05:50 -07:00
Tom Johnson
fad29f113b improved doc around sidebars, fixed bug with topnav code for single items, improved other doc with supported features 2017-06-05 09:27:03 -07:00
Tom Johnson
361d9f960e updates for 6.1 - removed sidebarconfigs, added topnav flexibility, removed scroll layout, updated docs, removed lavish-bootstrap, replaced with normal bootstrap, added styles to compensate 2017-06-05 06:10:01 -07:00
Tom Johnson
c6038b7ede Merge pull request #95 from dlespiau/20170602-your
Fix you're -> your typo
2017-06-03 13:03:50 -07:00
Damien Lespiau
23f22bff35 Fix you're -> your typo
Could also be reworded to "But if you're using HTML ..."
2017-06-02 08:02:00 +01:00
Tom Johnson
f8c76bad70 Merge pull request #91 from zerobugplz/gh-pages
add google-analytics option in _config.yml
2017-05-27 12:05:43 -07:00
Tom Johnson
5505b46f0e typo in docs 2017-05-01 14:36:35 -07:00
Tom Johnson
0e9e26ee13 updated theme doc on github editme path 2017-05-01 14:30:01 -07:00
zerobugplz
d60e8975c1 add google-analytics option in _config.yml 2017-04-30 00:56:10 +09:00