-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wiki as part of the org website #9
Comments
I'll move discussions over here then.
I completely agree. Simplicity is important for a healthy FOSS project. How I see the contribution if the wiki was it's own repo in https://github.com/ExtendScript/extendscript.github.io:
If someone want's to use the website interface they can do so arguably even better with a real repo as it gives you access to each page and the ability to add new pages. With the wiki I am currently unable to add/edit pages as I am not a contributor.
SEO is probably a point we need to consider as we would move the wiki to an entirely new URL. On the up-side this gives us a fresh start. I would add that using |
Okay. Sounds all reasonable.
Sorry for that. I changed it to be editable by everyone. Maybe we should include @wridgers into that discussion. He wanted to work on ExtendScript/extendscript.github.io#1 Would you still use jekyll as generator? I have no experience in making static sites searchable. |
There's no urgent need to use jekyll as all static HTML pages will be visible via pages. We, at work, use jekyll frequently but with lots of plugins which makes it impossible to use the built-in GitHub jekyll generator. We just have a build step via gulp or grunt to spit out the pages to be commited. I am happy with any. Searchable static sites rely on JavaScript so things like:
Lot's of good ways of enabling dynamic searching. I love to have a sitemap I can search with the browser built-in search. |
We can also host the site on my server where the Mailserver is running and the domain is pointing to http://extendscript.org. Then we can use jekyll without any limitations. Could be done with a webhook so every push/commit triggers a pull and build on the server. |
That's fine too but in the spirit of keeping things simple for now (MVC/MLC and all) I would suggest to get something up on the github repo and point your A record of your domain there. Github supports custom domains easy. Again GitHub doesn't actually give us any restrictions other than it being a static page. Happy to help any which way. |
Okidoki. CNAME is set up. http://extendscript.org/ |
Another thing I just noticed is the way the wiki handles images. I am unable to upload anything directly to the wiki which means the wiki is full of extra dependencies on other servers or other repos. Having the wiki in a repo means all assets are in one location and won't fail partly. Anything I can do to help? |
The images are within the repo. There is no upload right. But you can clone the repo, add an image and push it again. There is no dependencies to other servers (currently) |
This could be something to work on. See issue #3 comments from @dominikwilkowski
The text was updated successfully, but these errors were encountered: