-
Notifications
You must be signed in to change notification settings - Fork 2
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
CollabCamp website should be collaborative #3
Comments
Agreed! Don't know what else to say other than "Agreed". And definitely "eleventeen-thousand"! ;-) |
Isn't it by being deployed via gh-pages? On 27 May 2015 at 12:11, Daniel Harris [email protected] wrote:
|
My concrete proposal here:
|
@mozboz I like that idea. |
Simple html&css is great for a single-page site, but the design has multiple pages. That's why it needs a simple templating system, or you need to update footers and navigation on all pages at once, maintaining this would be terrible. Docpad @almereyda had experience with, but seeing it in practice I agree that it's overcomplicated to use here, requiring a manual deployment step. I've moved |
TODO
|
And, thanks for bringing this up! Is this better? |
Hey, Interesting to see jade and jekyll, jekyll does indeed seem to be a better fit for a github page. |
So how about now? |
All people who have been recently hacking on the website 1) stop 2) wtf.
Alex and Charlie's work to make a super simple functional website was great. HTML and CSS is what we need for a website. Collaboration = everyone learning simple HTML, CSS and git skills and everyone being able to hack on the code with notepad, and a simple deploy process around make changes and pull requests that are acknowledged by the group. Having to install node and all its dependencies, learn docpad and twelve different types of markup, and compile your website to unreadable unhackable code is eleventeen-thousand steps ahead of where we need to be and mega unneeded complexity.
Let's roll back: HTML, CSS, 3 step git process that anyone can use to edit the website with notepad, as Alex and Charlie were doing.
The text was updated successfully, but these errors were encountered: