Commit Graph
9 Commits
Author SHA1 Message Date
Kare Morstol 5b6359d5fd New documentation generated by https://github.com/realm/jazzy.
Specifically

	jazzy -o ../Docs -g https://github.com/kareman/SwiftShell
2015-05-19 19:34:08 +02:00
Kare Morstol fc77c78567 Delete everything before moving to different documentation generator. 2015-05-19 19:26:40 +02:00
Kare Morstol 34e0464b87 Fix links to JavaScript and CSS.
Not using jekyll_asset_pipeline when building anymore.
2015-02-08 00:47:28 +01:00
Kare Morstol 9197b3d447 Add baseurl to config file
As recommended in http://jekyllrb.com/docs/github-pages/ .

The CSS and JavaScript will still not be loaded, because
https://github.com/SwiftDocOrg/swiftdoc.org/blob/340ad20ebe708ac948a1389
fbe62e43eda940ca5/_includes/head.html (amongst others) do not take the
baseurl into account. D
2015-01-30 03:04:09 +01:00
Kare Morstol ecf0301a41 Add correct URL to configuration file
Site cannot load CSS and JavaScript files or other assets
2015-01-30 01:57:46 +01:00
Kare Morstol 12995e5e4a Add Jekyll _generated_ site 2015-01-30 01:42:47 +01:00
Kare Morstol ba500e4dcd Remove Jekyll template site
GitHub Pages gave the following error message for the previous commit:

«Your page is having problems building: The tag css_asset_tag in
_includes/head.html, is not a recognized Liquid tag. For more
information, see
https://help.github.com/articles/page-build-failed-unknown-tag-error.»

Will try removing the Jekyll template site and upload only the Jekyll
_generated_ site instead.
2015-01-30 01:39:13 +01:00
Kare Morstol 7e43022c6c Add first version of SwiftShell documentation
Todo: operators are missing from the home page.

Generated with the following script:

```shell

#!/usr/bin/env bash

trash site/*

cd swiftdoc.org/
cp -R _assets _includes _layouts _plugins 404.md Procfile ../site/
cd ..
cp _config.yml site/

pushd /Users/karemorstol/Data/lib/swiftdoc-parser
./index.js --output-dir
/Users/karemorstol/Programming/SwiftShell/Docs/site
/Users/karemorstol/Programming/SwiftShell/Docs/SwiftShell\ header.txt
./index.js --output-dir
/Users/karemorstol/Programming/SwiftShell/Docs/site
/Users/karemorstol/Programming/SwiftShell/Docs/SwiftShell\ header.txt
```

Using
https://github.com/SwiftDocOrg/swiftdoc.org/tree/45318b5267775d561d76cef
da37ecbb376577aa0
and
https://github.com/SwiftDocOrg/swiftdoc-parser/tree/ea847ec38336ee1dcf3e
dfa977bd353c32889e2a
2015-01-30 01:03:08 +01:00
Kare Morstol 4e1df581b9 add _site/ to .gitignore 2015-01-30 00:52:40 +01:00